We are not using all of the first 16 slots and only use Google Ad Manager tags. We want to get this resolved before we purchase the plugin. Thanks you.
]]>This is a great plugin! Works really well for inserting Google Adsense tags into a theme.
However, run across an issue with Google Ad Manager tags (formerly DFP).
When I use this tag, I receive an error message:
<!-- /22394762/Article_728x90_ATF -->
<div id='div-gpt-ad-3843543546464364-0' style='height:90px; width:728px;'>
<script>
googletag.cmd.push(function() { googletag.display('div-gpt-ad-3843543546464364-0'); });
</script>
</div>
This is the full snippet:
function google_ads() {
return '<!-- /22394762/Article_728x90_ATF -->
<div id='div-gpt-ad-3843543546464364-0' style='height:90px; width:728px;'>
<script>
googletag.cmd.push(function() { googletag.display('div-gpt-ad-3843543546464364-0'); });
</script>
</div>';
}
add_shortcode('adsense-ros-atf', 'google_ads');
I receive PARSE ERRORS.
https://www.dropbox.com/s/kqww1ju17rughzb/Screenshot%202019-03-02%2018.21.55.png?dl=0
https://www.dropbox.com/s/co0a7gzyxjh872p/Screenshot%202019-03-02%2018.21.59.png?dl=0
Is there a fix for this by chance?
]]>The issue I’m facing is the DFP slot IDs are duplicated and throwing errors. I’m working locally and cannot share a link, I was just curious if this had been solved before?
thanks!
]]>This is very much needed! I was using another popup plugin and serving DFP (Google Ad Manager) tags in it. However, as of late the creative unit was flagged in violation of Google policies (for the popup experience).
Can you add display modes?
For example, an option to display the popup every time, once per browser session, etc. It’s a bit intrusive (and necessary for frequency campaigns) to be able to show the popup 1x per browser session for a unique visitor. Other popup plugins do this and was wondering if you plan to add this feature?
]]>