Forum Moderators: martinibuster
By the end of the day the numbers were back to numbingly normal in each case. Makes me think that impressions and clicks/revenue are not being tracked in sync any more.
P.S. rezash, sounds like you have a problem. Maybe a Javascript problem - possibly "framebust" code? Nonetheless I don't see how you could end up with 10X the impressions that way. I would expect people to simply give up and leave after several reloads.
Makes me think that impressions and clicks/revenue are not being tracked in sync any more.
Some of us here (me included) have been under that impression since soon after AdSense was launched. I've learned not to put much weight in the stats for a given day until several days after the end of that day.
The ad code in the HTML source code contains the line:
google_alternate_ad_url = "#FFFFFF" ;
when it should contain:
google_alternate_color = "FFFFFF";
Furthermore, if we had yet to crawl and index your pages, public service
ads may appear. Therefore, when the ad code would try to display your
alternate ad url "#FFFFFF", it would try to visit an invalid HTML anchor
causing the page to reload. This constant refreshing is what mostly caused the sudden increase in impressions.
-Reza