diff --git a/assets/javascripts/discourse/components/google-dfp-ad.js.es6 b/assets/javascripts/discourse/components/google-dfp-ad.js.es6 index 99f2d90..9eb9463 100755 --- a/assets/javascripts/discourse/components/google-dfp-ad.js.es6 +++ b/assets/javascripts/discourse/components/google-dfp-ad.js.es6 @@ -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) { diff --git a/config/settings.yml b/config/settings.yml index 728065b..0d13762 100755 --- a/config/settings.yml +++ b/config/settings.yml @@ -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: ''