Forum Moderators: martinibuster
I was reading somewhere else that the way round this is to use server side processing to embedd the ads as html. Indeed, that's what Google etc. do to enable visitors to see the ads on their search engine pages.
I was wondering if Google plan to introduce the option of server side embedding for those webmasters running .php .asp etc pages? I know that many webmasters prefer to add the javascript, but there are a lot of us who are able and willing to implement via server side if given the option.
Is it something Google are considering? Timeframe?
When Google would make an API available to use from a webserver running PHP, ASP, etc, this API would only see the IP address of the webhost. Even if the API would be designed in such a way that for example the visitor IP must be passed before an ad is served, the webhost can send fake information. Google wouldn't know if the ad request is from a genuine visitor, or generated by some generator in PHP which is generating random IP addresses and now and then a click.
of course, this is not bulletproof by any means, but perhaps google could offer this service to the big publishers so they could keep a close eye on the implementation. i think its a good idea, and i know that google is exposing themselves to risk, but isn't this greatly offset by the extra revenue that would be derived from those with javascript turned off?
Include a <noscript> addition to the end of the code which will display a static gif (or better still, a server generated counter) and then compare the number of ads+gifs served.
That should then add up to nearly the same as the page views as reported by your server logs.
To be honest, I only suggested it as Google suggested that the difference of up to 37% lower banner impressions to actual page loads might be down to de-activated javascript. However, looking at my web logs only 3%-5% of visitors have javascript disabled. Therefore it's not really an issue for me either.
But as usual, report something to Google, get a denial that there is even the remotest possibility of a flaw in their algorythms/systems, and watch the stats change next day :)