jingzhi__li 发表于 2007-10-30 12:43:42

放段芭比说明书,不懂可以问,以后每天一篇

Most simple banner codes

Before setting up an account in Clicking Agent please make sure that impressions and clicks are registered when made from real browser via some anonymous proxy server.

Example 1
Banner code

<!-- Some Company Banner Start -->
<a href="http://www.adcompany.com/cgi-bin/redirect.cgi?id=123" target=_top>
<img src="http://www.adcompany.com/cgi-bin/adserve.cgi?id=123" alt="Click here to visit our sponsor" border=0>
</a>
<!-- Some Company Banner End -->




Clicking Agent settings
Show URL http://www.adcompany.com/cgi-bin/adserve.cgi?id=123

Click URL http://www.adcompany.com/cgi-bin/redirect.cgi?id=123
More clicks empty
Analyze shows empty
Analyze clicks empty
CTR ~1.8% recommended


--------------------------------------------------------------------------------

Example 2
Banner code




<!-- Some Company Banner Start -->
<iframe src="http://www.adcompany.com/cgi-bin/iframe.cgi?id=123" width=468 height=60>
</iframe>
<noframes>
<a href="http://www.adcompany.com/cgi-bin/redirect.cgi?id=123" target=_top>
<img src="http://www.adcompany.com/cgi-bin/adserve.cgi?id=123" alt="Click here to visit our sponsor" border=0>
</a>
</noframes>
<!-- Some Company Banner End -->





Frame content code



<html>
<body>
<a href="http://www.adcompany.com/cgi-bin/redirect.cgi?id=123" target=_top>
<img src="http://www.adcompany.com/cgi-bin/adserve.cgi?id=123" alt="Click here to visit our sponsor" border=0>
</body>




Clicking Agent settings
Show URL http://www.adcompany.com/cgi-bin/iframe.cgi?id=123

Click URL empty
More clicks empty
Analyze shows ?id=123
Analyze clicks ?id=123
CTR ~1.8% recommended


--------------------------------------------------------------------------------

Example 3
Banner code




<!-- Some Company Banner Start -->
<iframe src="http://www.adcompany.com/cgi-bin/iframe.cgi?id=123" width=468 height=60>
</iframe>
<noframes>
<a href="http://www.adcompany.com/cgi-bin/redirect.cgi?id=123" target=_top>
<img src="http://www.adcompany.com/cgi-bin/adserve.cgi?id=123" alt="Click here to visit our sponsor" border=0>
</a>
</noframes>
<!-- Some Company Banner End -->





Frame content code


<html>
<frameset border=0 frameborder=0 cols="60,*">
<frame scrolling=no src="logo.cgi?id=123&ad=456">
<frame scrolling=no src="banner.cgi?id=123&ad=456">
</frameset>





Frame logo.cgi content


<html>
<body>
<a href="http://www.adcompany.com/refer.cgi?id=123">
<img border=0 src="http://www.adcompany.com/logo.jpg">
</a>
</body>




Frame banner.cgi content


<html>
<body>
<a href="http://www.adcompany.com/redirect.cgi?id=123&ad=456">
<img border=0 src="http://www.adcompany.com/adserve.cgi?ad=456">
</a>
</body>




Clicking Agent settings
Show URL http://www.adcompany.com/cgi-bin/iframe.cgi?id=123

Click URL empty
More clicks empty
Analyze shows logo.cgi?id=
banner.cgi?id=
adserve.cgi?id=
Analyze clicks redirect.cgi?id=
CTR ~1.8% recommended

[ 本帖最后由 jingzhi__li 于 2007-10-30 12:48 编辑 ]

sdosos 发表于 2007-10-31 21:28:42

我以为是翻译文件呢。。。。

jingzhi__li 发表于 2007-10-31 22:09:29

全部翻译没必要,看懂会用就行了:lol:
页: [1]
查看完整版本: 放段芭比说明书,不懂可以问,以后每天一篇