function hook_dfp_target_alter in Doubleclick for Publishers (DFP) 8
Same name and namespace in other branches
- 7.2 dfp.api.php \hook_dfp_target_alter()
- 7 dfp.api.php \hook_dfp_target_alter()
Alter a targeting key|value pair from a DFP tag.
Parameters
array $targeting: The DFP tag's targeting key|value pair.
1 invocation of hook_dfp_target_alter()
- TagView::formatTargeting in src/
View/ TagView.php - Formats a targeting array.
File
- ./
dfp.api.php, line 22 - Hooks provided by the DFP module.
Code
function hook_dfp_target_alter(&$targeting) {
// @todo Add example.
}