Hey Crssp,
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.
Generally speaking, you should have a properly-sized creative for each breakpoint that is defined within WordPress. You don’t need to specify any breakpoints within the Google DFP console though; the plugin will only request creative sizes that fit within your defined breakpoints.
Will this solution resize the images, on subsequent window resizes in the live window?
Yes, the plugin is fully responsive and will automatically request new creative sizes from Google if the window is resized. Keep in mind, though, that the plugin will only request a new creative if the current breakpoint changes.
Thread Starter
Crssp
(@crssp)
Sounds awesome Jon, thanks for the quick response, see ya around on twitter then too π
i am following @joncowher now.
Thanks @crssp
Thread Starter
Crssp
(@crssp)
Ok, I’ve tried setting this up, no ads appear.
Ads were already appearing with the regular DFP code placed in my widget header.
Do we still need the code from Google DFP placed in the WordPress head section templates of our plages, or is the plugin here supposed to replace the usual head section code?
Not sure what else could be issue, should shortcode work in a widget, maybe that’s an issue?
Thanks.
Another thought, maybe my head tags now need a responsive unit added to them since I added a 468×60 banner size now? Checking on that.
-
This reply was modified 9 years, 6 months ago by
Crssp.
Do we still need the code from Google DFP placed in the WordPress head section templates of our plages, or is the plugin here supposed to replace the usual head section code?
Nope, don’t need any code from Google DFP. As a matter of fact, any existing code should probably be removed to avoid any conflicts with WP DFP’s scripts.
Not sure what else could be issue, should shortcode work in a widget, maybe thatβs an issue?
By default, Shortcodes don’t work in widgets. There’s a great read on this topic here > http://www.wpbeginner.com/wp-tutorials/how-to-use-shortcodes-in-your-wordpress-sidebar-widgets/, but short version is that you need to download and install the Shortcode Widget plugin (https://wordpress.org/plugins/shortcode-widget/ which will create a text-widget that works with Shortcodes.
Thread Starter
Crssp
(@crssp)
Cool, I’ll give all that a shot then, and report.
Thanks again Jonathan.
Looking at any other way of doing this manually etc. and it gets difficult in a hurry with all the coding involved.
Is the plugin doing some sort of mapping, is there a tutorial someplace, that sort of mentions what your plugin is doing?
Might help me think my way thru any more debugging
Thread Starter
Crssp
(@crssp)
Interesting, so I added the shortcode in the Shortcode Widget beneath my other Google DFP widget.
When the top widget with Google DFP was there, the WP DFP shortcode widget appeared.
When I removed the other widgete with Google DFP standard code, then the WP DFDP shortcode based ad disappeared also.
Weird, removing the standard dfp code in my headers now, see if that clears anything up.
[edit:] Nope removed that line item from my google tags, and the ad still did not appear.
//commented this line out in my header tags
// googletag.defineSlot(‘/11960069/TC-Classifieds-Leaderboard’
-
This reply was modified 9 years, 6 months ago by
Crssp.
Right, the plugin’s code doesn’t use the default Google DFP code whatsoever, so having both scripts on the site is going to cause issues. Unfortunately, there isn’t a tutorial. π
Thread Starter
Crssp
(@crssp)
hi Jon, one more quick question, do you think it’s a problem if I’m still using dfp code for my other ad spots, would that still cause a conflict?
I stopped calling my leaderboard spot in the page head.
But never got it to appear with the wp DFP plugin.
Meanwhile I went with a standby ad server we have an ASP way oldie called AdMentor.
Probably the last folks in the known universe still using that.
[rant:] There’s still room for open source ad serving platforms, and they are relatively scarce.
I’ve spent probably hundreds of hours exploring them, over the years.
-crssp
Yes, as soon as you put the default Google DFP code in the <head> tag it’s going to cause a conflict. The plugin’s script doesn’t get output until right before the closing </body> tag, so by the time it gets there the default Google code has already been loaded and initialized.