Looking for an easy DFP plugin to work with. This looks great but is it still supported. Please advise. Thanks!
]]>Hi there,
There seems to be an issue with the plugin with Safari on iPads.
It will continuously update the ad slots every time to scroll.
]]>With the lastest version of the plugin I still run into the issue where having an ad blocker enabled causes a js error that blocks any further scripts from running. You can see an example here: https://ontaponline.com/eat-and-drink/
With ublock origin enabled there is no content in the right hand column. With it disabled you’ll see ads and an events listing widget.
]]>When using this plugin, I have a 728×90 leaderboard in my sites header.
Do I need to provide alternate creatives images sizes if I specifiy say 468×60 or other size banners and breakpoints???
Also do I need to allow those breakpoint sizes in the sizes Google DFP console, to allow on my ad type of say Leaderboard-Header inventory type.
Will this solution resize the images, on subsequent window resizes in the live window?
Thanks for suggestions/help.
Thanks to the folsk at oomphinc.com for the plugin.
Hello,
I am implementing this plugin on our website because our previous DFP plugin wasn’t having it when we tried to make responsive ads.
Apparently, the sizing rules stretch all across ad units, not just that one. So if I set a sizing rule for a 300×250 on one ad unit, that sizing rule applies to another ad unit that had a sizing for 728×90.
]]>Is it possible to store the output of the do_action(‘wp_dfp_render_ad’) function rather than execute it?
I am trying to auto insert ads for each post in the single.php file and am running into issues with applying filters. It would be nice if I could build a string with the necessary ad code following strict insertion rules and then apply filters to the resulting string.
]]>I have a leaderboard ad slot in the header of my page. The ad(s) displayed in this slot is loading twice on each page load. Ad 1 preloads and then, once page fully loads, Ad 2 displays over the top in the same slot. This results in a flicker effect on each page load.
Any ideas?
I’m using WP DFP v1.1.5 on WordPress 4.3.1
Here’s the code from the plugin:
Body:
<div class="wp-dfp-ad-slot" id="wp-dfp-ad-slot-<leaderboard>">
<div class="wp-dfp-ad-unit wp-dfp-ad-unit-<leaderboard>" id="wp-dfp-ad-unit-<leaderboard>" data-size-mapping="<leaderboard>" data-adunit="<leaderboard>" style="display: none"></div>
</div>
===========================================
footer:
<script type='text/javascript' src='/wp-content/plugins/wp-dfp/js/jquery.dfp.js?ver=2.1.0'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var wpdfp = {"network":"<our network code>","targeting":{"taxonomy":"category","term":"outdoors"},"slots":{"<sidebar ad>":[[[300,250]]],"<leaderboard ad>":{"728":[[728,90]],"0":[[320,50]]}},"messages":{"noNetworkCode":null}};
/* ]]> */
</script>
<script type='text/javascript' src='/wp-content/plugins/wp-dfp/js/wp-dfp.js?ver=1.1.5'></script>
]]>