You are here

function hook_dfp_target_alter in Doubleclick for Publishers (DFP) 7

Same name and namespace in other branches
  1. 8 dfp.api.php \hook_dfp_target_alter()
  2. 7.2 dfp.api.php \hook_dfp_target_alter()

Alter a targeting key|value pair.

Parameters

array $target:

1 invocation of hook_dfp_target_alter()
dfp_format_targeting in ./dfp.module
Format the given array of values to be displayed as part of a javascript.

File

./dfp.api.php, line 40
Hooks provided by the Chaos Tool Suite.

Code

function hook_dfp_target_alter(&$target) {
}