Removed custom targeting
This commit is contained in:
parent
86054c5164
commit
d75190c027
|
@ -43,7 +43,6 @@ function loadGoogle(settings) {
|
|||
googletag.defineSlot('/' + settings.dfp_publisher_id + '/' + settings.dfp_topic_list_top_code, [parseInt(splitWidthInt(settings.topic_list_top_ad_sizes)), parseInt(splitHeightInt(settings.topic_list_top_ad_sizes))], 'div-gpt-ad-topic-list-top')
|
||||
// Inventory or slot level custom targeting goes here for each of the defined ad units - needs input and injection.
|
||||
// The ad runs with .setTargeting('gender', ['female'])
|
||||
.settings.dfp_topic_list_top_custom_targeting_code
|
||||
.addService(googletag.pubads());
|
||||
}
|
||||
if (settings.dfp_topic_above_post_stream_code && !settings.dfp_show_topic_above_post_stream && settings.topic_above_post_stream_ad_sizes) {
|
||||
|
|
|
@ -23,9 +23,6 @@ ad_plugin:
|
|||
dfp_show_topic_list_top:
|
||||
client: true
|
||||
default: false
|
||||
dfp_topic_list_top_custom_targeting_code:
|
||||
client: true
|
||||
default: ''
|
||||
dfp_topic_above_post_stream_code:
|
||||
client: true
|
||||
default: ''
|
||||
|
|
Loading…
Reference in New Issue