function dfp_contexts_more_targets_js in Doubleclick for Publishers (DFP) 7.2
Same name and namespace in other branches
- 7 plugins/contexts/dfp_context_reaction_settings.inc \dfp_contexts_more_targets_js()
Ajax callback for add more targets to an ad tag.
1 string reference to 'dfp_contexts_more_targets_js'
- dfp_context_reaction_settings::options_form in plugins/
contexts/ dfp_context_reaction_settings.inc - Allow admins to choose what DART tags to hide.
File
- plugins/
contexts/ dfp_context_reaction_settings.inc, line 64 - Context reaction plugin for DFP ads.
Code
function dfp_contexts_more_targets_js($form, $form_state) {
return $form['reactions']['plugins']['dfp_settings']['targeting'];
}