Adsense: dynamic content

Status
Not open for further replies.

uncleseanie

New Member
I use adsense on some of my web sites and my understanding is that the ads that are displayed are based on the content of the web page on which they are displayed.
how would adsense cope with sites where most of the relevant content was obtained dynamically e.g. from a database. Would adsense cope with this or would it only render its ads display based on the limited text in the title, headings etc.
 

paul

Ninja
Google AdSense uses all onpage content. To put more emphasis you can use.
Code:
<!– google_ad_section_start –>
CONCENTRATE ON THIS
<!– google_ad_section_end –>

<!– google_ad_section_start(weight=ignore) –>
DYNAMIC 
<!– google_ad_section_end –>
 

elchefe

New Member
Google AdSense uses all onpage content. To put more emphasis you can use.
Code:
<!– google_ad_section_start –>
CONCENTRATE ON THIS
<!– google_ad_section_end –>

<!– google_ad_section_start(weight=ignore) –>
DYNAMIC 
<!– google_ad_section_end –>

Umm... This is the first time I hear about this. Is this documented anywhere?
 
Status
Not open for further replies.
Top