Forum Moderators: martinibuster
I saved a couple of pages from the web that had Adsense on them to my local computer under a deep folder structure. For example:
c:\myname\archive\october\ad_words\etc
Now when I view the pages locally (and the adsense loads from the web) I'm seeing ads for myname, variation on my name, language lessons for words and similar. The ads displaying locally on these pages are markedly different from the ads displaying on the pages on the web.
Does this prove adsense is real-time and is reading (the english tokens from) my folder structure where the page is being called from?
Thanks
I created a new series of folders:
file:///C:/kitchen/whitegoods/appliances/kitchen
The ads that show on the page are now for kitchen sales, whitegoods, namebrand fridges, appliance news.
(Sorry about the specifics but needed to illustrate my point)
So I'm thinking Adsense reads the file path in real time and serves ads based on the keywords of the filepath in preference to the content of the page (which has nothing to do with kitchens).
And I'm not sure about the privacy implications of my file path being sent to Google?
To replicate this I think you'll need to ensure you save the source code so the javascript adsense call happens across the web.
I'd appreciate any comment.
Thanks
If you are worried about your privacy, turn off java script or stop browsing locally stored pages loading remote code.
By the way the if those pages loaded an image off a website, the site owner too now knows your folder structure and IP.
plus: it's probably not the referer-field google is checking, but the url of the current site ... you can also put another url into the js code loading adsense and tell google to use the content (and possibly keywords in the url) of that url to find ads.
Here's my experience...
I had an instance where I was "testing" a new page design. I copied a template off an existing site (health related). I put up the page, forgot to update some keywords, but did replace the main content with new (porcupine related) stuff. The ads coming up were health related, not porcupine related. So I removed all remaining health related information and it still served the same (now) un-related health ads. Let's say the path was example.com/porcupine/
Another interesting tidbit. After updating the content to be all porcupine related and used this format - example.com/porcupine/index.php it treated it like a new page and generated new, porcupine related ads.
So from what I can gather, when Google isn't aware of a page, it scans it the first time, figures out what kind of ads should be there and serves those ads... for a while at least. I refreshed that page a dozen times and it still showed me health related ads...
We'll that's my $.02.