MyWikiBiz, Author Your Legacy — Sunday September 07, 2025
Jump to navigationJump to search
2,132 bytes added
, 14:40, 14 February 2007
__NOTOC__
==Description==
You can run [http://adsense.google.com Google Adsense] advertisements at Centiare within '''[[Centiare:Spaces#Directory_Space|Directory]]''' listings.
After you register and create an account at Google, just enter the appropriate ad information within the <nowiki><adsense> ... </adense></nowiki> tags on the page(s) you want the ads to appear.
(''Reminder:'' Adsense and other non-reference external hyper-links ([[Centiare:Link Spam|link spam]]) are prohibited from the Main space.)
==Code==
===Example 1===
Here's an example:
<pre>
<adsense>
google_ad_client = "pub-5512298628457000";
google_ad_width = 120;
google_ad_height = 600;
google_ad_format = "120x600_as";
google_ad_type = "text_image";
google_ad_channel = "";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "0066CC";
google_color_text = "000000";
google_color_url = "008000";
</adsense>
</pre>
In action:
<adsense>
google_ad_client = "pub-5512298628457000";
google_ad_width = 120;
google_ad_height = 600;
google_ad_format = "120x600_as";
google_ad_type = "text_image";
google_ad_channel = "";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "0066CC";
google_color_text = "000000";
google_color_url = "008000";
</adsense>
===Example 2===
Here's another example:
<pre>
<adsense>
google_ad_client = "pub-3695520715701375";
google_ad_width = 728;
google_ad_height = 15;
google_ad_format = "728x15_0ads_al";
//2007-02-09: Centiare
google_ad_channel = "0332613634";
google_color_border = "336699";
google_color_bg = "FFFFFF";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "008000";
</adsense>
</pre>
And in action:
<adsense>
google_ad_client = "pub-3695520715701375";
google_ad_width = 728;
google_ad_height = 15;
google_ad_format = "728x15_0ads_al";
//2007-02-09: Centiare
google_ad_channel = "0332613634";
google_color_border = "336699";
google_color_bg = "FFFFFF";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "008000";
</adsense>
[[Extension Name:=Google Adsense]]
[[Category:Centiare Extensions]]