我想从动态内容的广告感上展示广告,IE调用一个API并发送一些关键字来获取广告,这可能吗?
例如:
Adsense.GetAdsForKeywords("car, subaru, auckland");
否则,请在页面上标记要与 adsense EG 一起使用的字词
<span class="adsense-words">car,subaru,auckland</span>
您不能为您的广告选择关键字,Google 会根据您网站的文字内容自动为您的网站选择广告,如此处所述链接。
但是你可以做Section Targeting,为了强调部分之间的内容,你可以使用它作为 folows
<!-- 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 -->