Forum Moderators: martinibuster
If you manually input the color code, you can still copy and paste the AdSense Code without modifying it.
Also - it will not ALLOW you to use colors it does not approve of, as it displays something other than what you specified if it thinks the text color is too close to BG color, etc. And yes, this does happen even when you specify the colors by "clicking" on the color palette.
My argument is that it is not altering the code, as you are still copying it exactly as it is from the area which you are supposed to copy it from. Google has made it quite clear that they do not care if you match your background color - why are you so insistant on "other colors" being a flagrant violation of the TOS.
I will get the real answer from G.
I think it was very clear that it is against the TOS to *alter the code* manually (as in, type a text color code into the AdSense code).
I do this all the time. Manually. In my own documents.
I don't consider editing the hex codes qualifies as altering the Javascript provided by Adsense.
Since I've talked with Google on several occasions about the code on my site, I really don't think they do either.
All the google tools thing does it throw a code in there. They don't track your colors, etc.
You can alter the hex code yourself with no repercussions.
There's no way for google to know you did it yourself or through there tools.
Are we talking about just the background as white on a white page with the text black or everything white per se?
I have ads where the background is the same as the background of the page. All of the text is cleary visible though in a different color. Just want to make sure I am not setting myself up for failure..
They have safeguards built in so that people can't edit the color of the background/text to be deceptive... unless they are using css to change the colors, which is a totally different issue, and IS against the TOS.
I don't consider editing the hex codes qualifies as altering the Javascript provided by Adsense.
Although you might not consider it altering the javascript, I'm not so sure that Google would feel the same way. The hex codes are part of the javascript code they provide.
Since I've talked with Google on several occasions about the code on my site, I really don't think they do either.
Have you specifically asked them about you manually altering the javascript code in an editor to include your own text codes?
Just because they see the code, doesn't mean they have approved the altering of the javascript.
They may not notice the hand altering of the javacript until someone messes it up and it causes the ads to display incorrectly in which case it *could* cause a site to be manually reviewed or throw up some flag at Google.
I wouldn't recommend it, but I'm sure many people do it.
The Google tool allows you to edit the color code.
This leads me to believe that it is OKAY to edit the color code - IN OR OUT OF THE ADSENSE TOOL, IT DOES NOT MAKE ONE BIT OF DIFFERENCE.
If you mis-type as a result of not using the tool - your mistake, you might get called on it. If you can type 6 characters properly - it shouldn't be a problem.
This leads me to believe that it is OKAY to edit the color code - IN OR OUT OF THE ADSENSE TOOL, IT DOES NOT MAKE ONE BIT OF DIFFERENCE.
I'm not sure why a tool that allows you to edit code and generate approved javascript would lead you to believe that it's ok to edit the javascript directly (which is spelled out as forbidden in the TOS).
They seem to be two different things (although they can have the same result).
I'd love to hear an "official" word from Adsense Advisor about this one.
I don't consider it "editing the javascript" unless you are editing the actualy source code provided. Editing 6 digits in a text box is not editing JavaScript. It is the same thing in the end, but one is editing the javascript, and the other is editing a text box.
I don't consider it "editing the javascript" unless you are editing the actualy source code provided.
I agree. And I think this is where some of the confusion comes in.
Some people feel that editing the source code provided (after it has been copied from the Adsense control panel and is in a text editor) is OK because it does the same thing as putting it in the text box.
Editing 6 digits in a text box is not editing JavaScript.
I agree. I hope that AdsenseAdvisor can lend some clarification on whether editing the hex codes *after* they are on your site is also against the TOS (which I'm assuming it is).
It is the same thing in the end, but one is editing the javascript, and the other is editing a text box.
Exactly, and I think editing the javascript is where the TOS problems can occur.
Not sure if it would get you booted or maybe just a warning (if you happen to make a mistake and mess up the javascript), but it would be nice to find out for sure.
Scenario : I want to change my text color from 000000 to 000033.
Option 1.
Log into adsense, locate my template, make the color change, regenerate the code, copy it to my html.
Option 2.
Change 2 digits in my html.
Surely people with even basic knowledge of html are not choosing option 1.