Forum Moderators: martinibuster
On a Content Management System I'm setting up, I need to (or rather, really really want to) put set aside one of the "blocks" for adsnese.
The problem is, the Adsense scripts violates all kinds of internal rules within the CMS software. So, my solution to the propblem is this:
Set up a static page, with apropriate and relevant keywords, with the adsense in the top left of the page.
Then call that page from a simple iFrame to the inside of one of the CMS "blocks".
The CMS doesn't have a brainfart at this.
But I'm wondering if it would be treading on thin ice with the Adsense TOS. I didn't see anything specifically saying "Don't do this" within the Adsense TOS, but I'm suspiscious it falls dangerously close to "cloaking" - even if I'm doing it in a way that would only deliver ads that are relevant to the site.
Anyone got any thoughts? Anyone gotten grief from the G for trying this?
An iframe is 'transparent'; meaning that the referer sent to adsense's services is not the iframe src but the page you are currently viewing!
Therefore the ads will be relevant to the page the iframe is inserted in.
Create a static page with the adsense code in then, in your CMS, add the iframe with src pointing to that page's url and you're all set.