Open ronenteva opened 9 years ago
You should just be able to call the following over and over and it will pickup any new ads that appear with the infinite scroll:
$('.adunit:not(".display-block")').dfp({dfpID:'xxxxxxxxxx', enableSingleRequest: false });
Hi.
Thanks also for an excellent plugin. I have also had issue with creating a workable 'infinite scrolling page'. Calling the same adUnit multiple times while loading new content very rarely works (even with the method described above).
The example provided by google works perfectly: https://support.google.com/dfp_premium/answer/4578089?hl=en
Any chance this plugin can be configured to use refresh()
on any newly created content, like the method google suggest?
Many thanks
bump. any chance you have had time to look at this?
many thanks
+1
Thanks for a great plugin. Could you please provide an example for an infinite scrolling, using the bootstrap example? Or even easier, manually calling the same adUnit several times?