Wanted - Advertisment Code

cybrax

Community Advocate
Community Support
Messages
764
Reaction score
27
Points
0
HI guys, need a little help here..

As part of an upcoming project/tutorial I need examples of different advertisers Javascript codes, like this one below for Google adsense. Ideally looking for layout type 460x60pixels (half banner)
or anything sort of square 200 to 300px.

Those who have publisher accounts with Adbrite, Blacklabel, Bidvertiser and anybody else you know about etc ...
if you can let me know how many adverts they allow per page it would be a big help as well.

Code:
<script type="text/javascript"><!--
google_ad_client = "ca-pub-3307263476583799";
/* 468x60, created 2/12/11 */
google_ad_slot = "7608358226";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
 
Top