Hi everyone,
I have been trying to add a mechanism in my website to rotate ads based on their URL. I have realized that google displays a certain ad so many times and does not display a different one.
I want to read the URL of the ad and if it has been displayed before, Id refresh/resend the page again.
Problem is you cannot read the URL from the script and I am obviously a noob here. When I try to read the "src" of the script, it is a link to where it would get the actual ad from and it is not the actual ad link.
Example:
http://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-09blabla50&output=html&h=90&slotname=458blabla09&adk=20blabla16&w=970&lmt=142blabla01&ea=0&flash=11.0.0.205&url=http:%2F%2Fwww.mywebsite.com%2F&dt=1424blabla67&shv=r201blabla0&cbv=r20blablabla
This basically is supposed to return me the actual ad link.
Does anyone know how I can achieve this ...
Go to the complete details ...