|
https://www.google.com/adsense/
用你的注册邮箱和密码登陆
点击AdSense 设置

点击你想放的AdSense广告
有三种:
1.大多数人都投放的AdSense for content
2.通过搜索带来收入的AdSense for search
3.通过向用户推荐有用的产品和服务来获得更多收入的“推介”
我们就以第一个大多数人投放的"AdSense for content"为例:
点击"AdSense for content"进入下一步.

一般都是做第一个,选项用默认的,点击"继续"
这里选择,你的要投放的广告格式,也就是尺寸:

下面是设定广告中的字体颜色的,用默认也行,也可以选你自己喜欢的.

然后再点"继续",代码就出来了.把它复制了,放在你自己的网页中.就可以了.
<script type="text/javascript"><!--
google_ad_client = "pub-**************"; google_ad_width = 728;
google_ad_height = 90; google_ad_format = "728x90_as"; google_ad_type =
"text_image";
google_ad_channel =""; //--></script> <script type="text/javascript" src=">http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
|