You are here

function hook_simpleads_ad_click in SimpleAds 7

Ad Clicked.

Parameters

string $op:

  • insert
  • delete

object $node:

2 functions implement hook_simpleads_ad_click()

Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.

simpleads_campaigns_simpleads_ad_click in modules/simpleads_campaigns/simpleads_campaigns.module
Implements hook_simpleads_ad_click().
simpleads_simpleads_ad_click in ./simpleads.module
Implements hook_simpleads_ad_click().
2 invocations of hook_simpleads_ad_click()
_simpleads_delete_click in includes/simpleads.helper.inc
Helper procedure. Deletes ad clicks.
_simpleads_save_click in includes/simpleads.helper.inc
Helper procedure. Saves ad clicks.

File

./simpleads.api.php, line 88
SimpleAds API.

Code

function hook_simpleads_ad_click($op, $node) {
}