Look at the AdSense ad after the article > http://www.ehow.com/how_2075714_invest-danish-stock-market.html (this is not my site, nor my competition, just interest in topic). I bet they have great CTR with that type of "cloaking" google ad but is it allowed? That type of modification Adsense code isn't against google TOS? Because if not I want to use something like that on my own site, it's look like part of site and i bet that gives great revenue
code:
code:
Code:
<div id="DMINSTR" type="adimpression" data-type="adTracking" name="&adunit_id=ca-ehow_336x280&ad_unit_type=CNT&ad_unit_network=GAP&revenue_basis=CPC&ad_position=-&revenue_tag=fin_investing" data-module="google-ad-336x280">
<div id="GoogleAdsense336x280" class="mod"></div>
<script>
dmjs.revenueTags.push('ca-ehow_336x280;fin_investing,text,suggested5');
googleAds.addAdUnit({
priority : 2,
adUnitId : 'GoogleAdsense336x280',
google_ad_channel : 'fin_investing,text,suggested5',
google_ad_client : 'ca-ehow_336x280',
google_page_url : 'http://www.ehow.com/how_2075714_invest-danish-stock-market.html',
google_max_num_ads : '4',
google_hints : '',
templates: {
text: '<div class="GoogleTextAd GoogleTextAdNew">\
<a class="header" href="{!= google_info.feedback_url !}">Sponsored Links</a>\
<ul class="opNew336 evenColorItems">\
{! for (var i = 0; i < ads.length; i++) { !}\
<li class="item">\
<div class="term">\
<a rel="nofollow" target="_blank" href="{!= ads[i].url !}" title="go to {!= clean(ads[i].visible_url) !}" class="title">\
<span>{!= ads[i].line1 !}</span>\
</a>\
</div>\
<div class="Ad">\
<p class="copy">{!= ads[i].line2 !}</p>\
<p class="copy">{!= ads[i].line3 !}</p>\
<a rel="nofollow" target="_blank" href="{!= ads[i].url !}" title="go to {!= clean(ads[i].visible_url) !}" class="baseurl url">\
{!= ads[i].visible_url !}\
</a>\
</div>\
</li>\
{! } !}\
</ul>\
</div>',
image: '<div class="GoogleImageAd GoogleImageAdNew"> \
<a class="header" href="{!= google_info.feedback_url !}">Sponsored Links</a> \
<a href="{!= ads[0].url !}" title="go to {!= clean(ads[0].visible_url) !}" target="_blank" class="Ad" >\
<img src="{!= ads[0].image_url !}" width="{!= ads[0].image_width !}" height="{!= ads[0].image_height !}" border="0" alt="" />\
</a> \
</div>',
flash: '<div class="GoogleFlashAd GoogleFlashAdNew">\
<a class="header" href="{!= google_info.feedback_url !}">Sponsored Links</a> \
<div class="Ad">\
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="{!= ads[0].image_width !}" height="{!= ads[0].image_height !}"><param name="movie" value="{!= ads[0].image_url !}"><param name="quality" value="high"><param name="AllowScriptAccess" value="never"><embed src="{!= ads[0].image_url !}" width="{!= ads[0].image_width !}" height="{!= ads[0].image_height !}" type="application/x-shockwave-flash" AllowScriptAccess="never" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed></object>\
</div>\
</div>'
},
google_image_size : '336x280'
});
</script>