hi guys i want to put google code on my own javascript... like this.. var gCode="first line of adsense code" /n/n gCode+="second line of adsense code" /n/n gCode+="third line of adsense code" /n/n if(something is true){ x.innerHTML=gCode; } so tell me guys, can i do something like this? will this get me banned?? i dont want to put adsense code on my html page.. i want my own javascript to handle adsense code. so that i can decide whether to show add or not.
im not actually modifying anything... at the end the gCode variable will be exactly same as my original adsense code
problem is, if you output the adsense code via document write it does not really work. i ttried that once and the ads were always shifted and displayed wrong, also i could only display only one ad per page this way. another thing was, the layout of the ads changed form time to time to formats which normally only premium publishers can display... strange stuff, never tried again then