動的コンテンツからアドセンスで広告を表示したいのですが、IE で API を呼び出してキーワードを送信して広告を取得することは可能ですか?
例えば:
Adsense.GetAdsForKeywords("car, subaru, auckland");
または、それができない場合は、AdSense EG で使用する単語をページにマークアップしてください
<span class="adsense-words">car,subaru,auckland</span>
広告のキーワードを選択することはできません。Google はサイトのテキスト コンテンツに基づいてサイトの広告を自動的に選択します。これについてはこちらのリンクを参照してください。
セクションターゲティングを行うこともできますが、セクション間のコンテンツを強調するために、次のように使用できます
<!-- google_ad_section_start -->
your preferred content goes here, google will emphasize more on this section, you can put your keywords span here
<span class="adsense-words">car,subaru,auckland</span>
<!-- google_ad_section_end -->