Hi Guys, Long time did post here anything, but anyway ... I just found a site with interesting adsense code implementation: page code snippet: <div id="style1"> <div id="style2"> <script src="/js/gads.js" type="text/javascript"> </script> <script type="text/javascript"><!-- google_ad_channel = "9276429375+7253049378"; google_language = 'en'; google_max_num_ads = '5'; //--> </script> <script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"> </script> </div> </div> Code (markup): gads.js code snippet: { var google_ads = new Array(); var google_ad; var google_radlinks = new Array(); var google_radlink; var google_info = new Object(); google_ad = new Object(); google_ad.n = 1; google_ad.type = "text"; google_ad.bidtype = "CPC"; google_ad.targeting_type = "contextual"; google_ad.url = "http://pagead2.googlesyndication.com/pagead/iclk?sa=l&ai=BdRnpp8CBSIzND4HG6wWIjZT2A9Pn_Uvvkq3HBcCNtwGAzDoQARgBIM_QrgMoBTgAUKDZ7bf6_____wFgcbIBFHd3dy5hcnRpY2xlc2Jhc2UuY29sdfc8gBAdoBbWh0dHA6Ly93d3cuYXJ0aWNsZXNiYXNlLmNvbS9tb3ZpZXMtYXJ0aWNsZXMvZGl2eC1tb3ZpZS1kb3dubG9hZHMtYXZvaWQtZnJlZS1kb3dubG9hZHMtYXQtYWxsLWNvc3QtNDkwMTMwLmh0bWyoAwGIBAGQBAGYBAA&num=1&adurl=http://www.VirtualCheckCash.com&client=ca-pub-1234567890123456"; google_ad.visible_url = "www.VirtualCheckCash.com"; google_ad.line1 = "Virtual Check Cash"; google_ad.line2 = "Generate $5000 to $50,001 daily!"; google_ad.line3 = "New, Easy Online Cash. Join US"; google_ad.regionname = ""; google_ads[0] = google_ad; google_ad = new Object(); google_ad.n = 2; google_ad.type = "text"; google_ad.bidtype = "CPC"; google_ad.targeting_type = "contextual"; google_ad.url = "http://pagead2.googlesyndication.com/pagead/iclk?sa=l&ai=Bz1G0p8A4eVoV-3_o-zB8CNtwHAhD0QAhgCIM_QrgMoBTgAULmO5O4DYHGyARR3d3cuYXJ0aWNsZXNiYXNlLmNvbboBCjMzNngyODBfanPIAQHaAW1odHRwOi8vd3d3LmFydGljbGVzYmFzZS5jb20vbW92aWVzLWFydGljbGVzL2RpdngtbW92aWUtZG93bmxvYWRzLWF2b2lkLWZyZWUtZG93bmxvYWRzLWF0LWsdfqAMBiAQBkAQBmAQA&num=2&adurl=http://www.CheckKingCash.com&client=ca-pub-1234567890123456"; google_ad.visible_url = "www.CheckKingCash.com"; ..... "http://services.google.com/feedback/abg?url=http://www.articlesbase.com/movies-articles/divx-movie-downloads-avoid-free-downloads-at-all-cost-490130.html&hl=en&client=ca-pub-1234567890123456&adU=www.VirtualCheckCash.com&adT=Virtual+Check+Cash&adU=www.CheckKingCash.com&adT=Check+King+Cash&adU=www.HugeCashPlus.com&adT=More+Cash+Plus&adU=www.MakesWealth.com&adT=Make+Wealth+Big&adU=www.GlobalMoneyLove.com&adT=Global+Money+Love&done=1"; if (window.google_ad_request_done) { google_ad_request_done(google_ads); } if (window.google_radlink_request_done) { google_radlink_request_done(google_radlinks); } } Code (markup): SO the ads looks very very equals with a whole page text with the same style. Very nice implementation. What do you think about it??
I don't think that premium publishers stores their google ads locally like src="/js/gads.js" For me it looks like cheating. Isn't it?
make sure to not even try the code out with your account info -- big G WILL spot it instantly and they take code modif. VERY seriously...
From what I understand, you are only allowed to parse the script to allow it to show in certain webpages, but not like that! I wouldn't do it. Too easy these days to get your adsense disabled.
You can't modify the adsense code, unless you are a premium publisher that gets approval for any modifications. Neath though. I'd love to see what this ends up looking like. Care to pm me the url??
Not only that, it won't track anything properly and it will flag your account immediately. The code has hashes and strings randomly generated, with lots of geographics etc. It's unique for every page load, unless you know their algos for it - no go.
Don't use this. Directory against google Terms Of Service to Modify the code. This guy will get the ban hammer soon enough!