Love the new lazy loading!
My configuration has 8 optional slots in a block.
If there only 5 ads are being servers, the 3 bottom slots will appear empty, taking the space of an add
I am not sure if this is a bu, but on the former implementation those block were not seen.
This made it possible to change the number of ads without changing the block configuration on the site.
best,
udi
Comments
Comment #1
udijw commentedHi all,
If anybody is interested, Google has actually addressed this in their APIs.
see here: http://productforums.google.com/forum/#!topic/dfp/5W_XRdtAE7w
In my case I added on line in ad_providers/gpt_async.inc
googletag.pubads().enableSingleRequest();
googletag.pubads().collapseEmptyDivs(); // NEW LINE
googletag.enableServices();
hope it helps,
udi