Can I reload ads by myself in Google AdSense without full-page-reloading? For example refresh AdSense frame or call some script?
Tell me more
×
Web Applications Stack Exchange is a question and answer site for
power users of web applications. It's 100% free, no registration required.
|
No, you can't. |
|||||
|
|
You can use an iframe and update it's location attribute everytime you want to reload it like this : myIframe.location.src = "myAddPage.html". Not sure it's compliant to AdSense rules though :) |
|||