I have some questions about expandable ads and <iframe>
s. I've created expandable ads which will displayed in <iframe>
s. These ads will be served by known adservers like doubleclick, smartadserver, eyewonder, etc.
Thanks to some questions on Stack Overflow, I've discovered that they are some ways to break the ads out of the <iframe>
s or even to dynamically resize the <iframe>
s.
I've found <iframe>
buster files from the main ad serving company on the Internet, but I don't really get how they work.
I know that I have to create a HTML file which I'll be giving along with my ad tag to the publisher, and they'll need to put it under their domain. But I don't understand how that file works. How do I interact with it from my JS?
The HTML file allows the ad vendor to load their own javascript on the domain of the hosting HTML file. Normally, its a 3 step process.