投放adbrite广告常见问题
自己在作adbrite广告的新手常遇到的一些问题
1.注册adbrite在这里 www.adbrite.com
2.建立广告区块(单元)。
在这里:My Account -Create a new zone
修改在这里:
Manage Your Zones
To set up a new zone click here
3.如何调整每个单元显示广告组数
Manage Your Zones-Edit Zone
Name of your zone:
给这个广告单元起个名字便于跟踪广告效果
例如:No.1
Maximum number of ads to allow at one time:4
这里是这个单元将要显示广告的最大条数,
这里选择的是“4”
Each ad can have a headline of up to 25
这里是每条广告标题最大字符长度(默认是25)
characters and a description of up to 30 characters
这里是广告描述显示的最大宽度(默认是75),如果想要在这个单元多显示几条广告,可以把它的宽度设置少一些,比如设置为30,这样的宽度页面一行能显示5条广告而不会导致显示后自动换行。
点“DONE” 确定 (每次修改后,距离生效要等一段时间)
然后去得到广告代码:
在HTML Code 里
Layout:
Vertical (纵向)
Horizontal ( 4 ads per row (横向)--选择数与上一步中“Maximum number of ads to allow at one time:4”一致
然后在下面得到代码。
4.如何自定义广告字体和颜色
当得到一段广告代码后,我们就可以自行修改这段代码,已达到自己想要得到的显示效果。
下面是一段自动生成的原代码:
<style type="text/css">
.adHeadline {font: bold 10pt Arial; text-decoration: underline; color: blue;}
.adText {font: normal 10pt Arial; text-decoration: none; color: black;}
</style>
<script type="text/javascript" src="****"></script>
<p />
<div><a class="adHeadline" target="_top" href="****">Your Ad Here</a></div>
<!-- End: AdBrite -->
广告链接和简介字体和颜色是通过修改如下代码控制的:
.adText {font: normal 10pt Arial; text-decoration: none; color: black;}
给你个老外网站上的代码(抛砖引玉):
a:link.adText,a:visited.adText,adText {font: normal 8pt Arial; text-decoration: none; color: red;}
前一句控制链接字体颜色大小等,后一句控制说明文本字体颜色大小等。
可以在上方显示诸如“Cool sites”.....等诱导的提示
如果不想显示“Your Ad Here”字样,可以把下面一句删掉
下面是完整实例:
<style type="text/css">
a:link.adHeadline,a:visited.adHeadline,adHeadline {font: bold 10pt Arial; text-decoration: underline; color: blue;}
a:link.adText,a:visited.adText,adText {font: normal 8pt Arial; text-decoration: none; color: black;}
</style>
<span > Cool Sites</span><br>
<script type="text/javascript" src="****"></script>
<!-- End: AdBrite -->
4.如何查看收入
在这里:Account -Your earnings
可以选择查看各个广告单元的收入
5.如何查看广告的点击情况
在这里: Account -Info and statistics