Forum Moderators: martinibuster
Thanks!
Mike
When you play with Google you play by Google's rules. I have never heard of a circumstance where they changed there ad sense policies for anyone. (Correct me if I'm wrong).
I'm assuming your site advertising is based on CPM? If that is the case, you may make more with your current advertisers than ad sense anyway.
I believe the "refer" drives smart pricing and your payouts
Impossible with the current code.
My primary original question was whether anyone had studied the G code and determined what information they passed and if it was possible for them to track incoming referrer or other info from the calling page
This topic came up just a few days ago.
When it comes to your page referrer, Google has absolutely no way of knowing. Passing the page referrer to Google, via the AdSense code, is possible, but it would be something that you would have to do, and something you would have control over... not something Google could do on their own with the current script.
They could alter the code in the future to pass such information... and alter the TOS to require you to do so, but it would be clearly identifiable in the code itself. If that day ever came (and I seriously doubt it will), it won't be something they could slip past you without you knowing... you could easily just opt-out of showing ads at that time if it bothered you.
I'm asssuming it is some sort of javascript based on the policy description. We've previously kept our entire website almost completely java-free AND more importantly cookie-free for privacy conscious visitors!
I'm assuming the code they want added will violate both of those?
BTW, is there a way to make their click-thrus open in a new window?
I don't see why not. I'm not altering the Google code. I'd want a clear definiton of "behaviour".I fired off a question to Google AdSense to get their ruling on it.
[webmasterworld.com...]
"Official word from the AdSense team is that you are not allowed to do anything that will open a new browser window when a user clicks on an AdSense ad - whether or not you modify the actual code or not." - Jenstar
[webmasterworld.com...]
"It is against the terms to open the link in a new window (unless you are a premium publisher)" - Jenstar
One reason is that many advertisers hate it (read the threads above for reasons). If Google doesn't catch ya, you stand a very high chance of one of the advertisers turnin ya in anyways.
In this thread [webmasterworld.com], message #11, I analyzed what gets sent to Google on an ad request, and strolled through the javascript code for additional details, should that interest you.
As far as I can tell, they can't tell the referrer of the page with the ad, although they *do* get the length of the click trail in the form of history.length.
<paraphrase>At this time we do not have an option to open Google ads in a new browser window. Please do not modify
the AdSense ad code or alter the result of clicking on an ad on your website, as this is against our program policies.
</paraphrase>
<paraphrase>
The AdSense code is not changed, but the site's default is
set up to have its directory of links open in new windows for visitors and this was before the
addition of the AdSense program.</paraphrase>
So what I'd like to know from Google is:
1. since I haven't changed the AdSense code, and
2. my site is set up to have its links open in a new brower and
3. the AdSense links do open in a new window
...do I have to change the default setup of my site to comply with the
AdSense policy? If that's the case, why is it so important that the AdSense
links open in the same browser window?
Respectfully,
waiting now for their reply...:)
[edited by: Jenstar at 10:50 pm (utc) on Nov. 2, 2004]
[edit reason] paraphrased email quote; actual quotes not allowed as per TOS [/edit]
My site's default set up is to have itswhy do some people think they can keep users this way? most users hate this kind of behaviour and some will never visit your site again.
directory of links open in new windows for visitors
tracking the original referersiteowners do that, yes, but they don't share that info with G. The JS code you see is the code they get from google and that's it. As I said before G already has ways to know how internet users visit sites: everybody using the google search gets a 'cookie' which can be matched again if somebody clicks on an adsense ad and perhaps they are also using tracking info from the google toolbar.
As you say you have "millions" of page view per month you should qualify for premium service, which means all of this speculation becomes largely irrelevant.
You will have an account manager with whom to negotiate commercial, technical and legal terms - and if they really want to work with your company they won't let clause x.y get in the way.
"Take it or leave it" T&C's are there for Joe Bloggs who wants to run AdSense on his Blog. If you want to work with Google and have the traffic get talking to them.
Got any research on that? I maintain about 50% retention of unique visitors to my site.
I've read a few useability articles and sites posting results from their own internal research on opening new browser windows.
Most of the info I've read is that it is *generally* a bad idea from the standpoint of the visitor, although, as with anything, there are exceptions.
It sure looks to me like they track the referer.As an advertiser, I noticed the tracking strings in Adsense referrers a couple of weeks ago. The Adsense referrer strings sometimes include the following snippet along with the usual formatting code:
&ref=http://search.msn.com/results.aspx%3fsrch%3d105%26FORM%3dAS5%26q%3dquery
I've seen all the major engines and numerous info based sites show up in the above string.
It sure looks to me like they track the referer
Raywood...
Are you talking about:
google_append_url_esc('ref', w.google_referrer_url)"?
Notice everything else that is lumped in that section... color, text, border, etc etc. Those are all fields that have to be set in the first part of your adsense code in order for Google to see them... they can get them by no other means unless you supply them.
So... you could take the page referrer and enter:
google_referrer_url ="www.url.com";
into your AdSense code so they could see it... but they couldn't get it on their own.
If you scroll down the java script, you see that any info not passed is set as "null".
The current script + you not specifically providing the referring URL - the possibilities of the toolbar logging referrals = Impossible for them to know
Please do not modify the AdSense ad code or alter the result of clicking on an ad on your website, as this is against our program policies.So what I'd like to know from Google is:
1. since I haven't changed the AdSense code, and
2. my site is set up to have its links open in a new brower and
3. the AdSense links do open in a new window...do I have to change the default setup of my site to comply with the AdSense policy?
If that's the case, why is it so important that the AdSense links open in the same browser window?
Another reason (and quite possibly the primary reason) it is so important to Google is becuase it is important to the advertisers. And those advertisers are the ones who fund AdSense buy purchasing ads. While the difference may be small, links opened in a new window do not convert as well as those opened in the same window. If we all started to do things that were against the advertisers wishes, we'd end up with smaller checks... or possibly no check at all.
Hmm, but I don't see anything in the Standard Terms and Conditions which says, that upon a click to an adsense link, you can't open (say with a standard <on exit> to a site other than your own) a new window containing the current page from YOUR site which they just clicked from and pop-it UNDER the current window which now has the advertiser info... :-)
Same final effect (displaying the ad content on the topmost window and your own page in an underlying window), just different semantics and apparently then outside the restrictions of the rules.
Same final effect (displaying the ad content on the topmost window and your own page in an underlying window), just different semantics and apparently then outside the restrictions of the rules.
Nice, creative idea there!
However, I would guess that it's still under the confines of the policy. Google would most likely reply that the behavior of clicking the ad was indeed altered.
Also.. it may very well tick off adertisers... and without them, there is no AdSense.
MrAnchovy, yes that's what I was referring to. Thanks for the insight. I don't really care what google or the advertisers track. I can't understand what difference it makes as long as google chalks the clicks up to my account. Unless of course, a lot of clicks for a particular advertiser enabled me to negotiate a better deal with them directly than what I'm getting from google.
As you all know, it's against AdSense policy to modify the ad code in any way. Along the same lines (and also referenced in our policies), the behavior of the ads may not be altered in any way even if you haven't laid a finger on the ad code. So if your ads open in a new window due to your site's default settings to open all links in a new window, I'd advise you tweak your settings so that the ads don't open in a new window.
MikeNoLastName- I understand your privacy concerns regarding the referrers for clicks on ads. Let me assure you that there's really nothing to worry about, as we don't track any personally identifiable information with clicks.
ASA
We appreciate your concern regarding this matter. I reviewed your site and
have confirmed that your implementation of the AdSense code is currently
in compliance with our policies.Also, please know that when a user clicks on the Google ads on your site
the ad does not open in a new browser window. Please feel free to reply to
this email if you have additional questions or concerns.
Well it seems what I thought was happening was indeed not happening at all. Since my site is set to have links open in new browser windows, I assumed the same would occur with AS links. According to G, the links behaviour is ok by them. So I'm clear. But now I want to know why they are aren't acting like the rest. Time to dig some more....the questions never cease. :)