I am developing a single page application (SPA). Thus, I use to dynamically update the contents of an HTML page using Ajax requests.
I would like to enroll in DoubleClick for Publishers, but I wonder if my SPA will be able to integrate ads due to dynamic content downloaded without refreshing the page.
I saw this link: https://support.google.com/dfp_sb/answer/3058726
Therefore, I assume that everything is in order. But I would like to be sure before I start using DFP. Can someone please confirm?
Then sometimes I use external html pages that I still load using Ajax. Should I consider writing JavaScript banner ads inside these external views or directly on the main page of my application?
Last question: how can I manage users who have installed software for ad units? Can I detect the presence of adblocker software using JavaScript and then execute certain code for such users?
Rotan source share