Hi,
almost solved.
One of the issues was that, while I tried to debug the issue before joining this post, I re-pasted the part of the DoubleClick code that goes on the head, but I forgot to remove the following two lines of codes (as they always created blanks ads on my site):
googletag.pubads().enableSingleRequest();
googletag.pubads().enableSyncRendering();
Removing those most of the ads returned, but not all.
A note on my setup: on your plugin I have created few “places” with a default ad code and then I created individual ads (linked to those places) that target some specific categories on my site (using “Enable restriction for categories” under “Extended Restrictions”).
On the categories and specific posts that do not have a specific ads, the default code (on the “place” config) are showing correctly. The ads that are not showing are the ones with the specific ads.
To give an example (in case the source has some clue):
– this page doesn’t have tageted ads and it is showing the “place” default ad correctly;
– this page on the other end should have specific ads (those create under “Ads” section), but nothing is showed.
And they were showing before the last update so I presume that I have created (and linked to the places) them correctly.
Thanks in advance.