Difference between revisions of "Help:Extensions/Google Adsense"

MyWikiBiz, Author Your Legacy — Thursday March 28, 2024
Jump to navigationJump to search
Line 1: Line 1:
 
{{DISPLAYTITLE:Google Adsense}}
 
{{DISPLAYTITLE:Google Adsense}}
 
==Description==
 
==Description==
You can run [http://adsense.google.com Google Adsense] advertisements at Centiare within '''[[Centiare:Spaces#Directory_Space|Directory]]''' listings.
+
You can run [http://adsense.google.com Google Adsense] advertisements at MyWikiBiz within '''[[Help: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.  
 
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.)
+
(''Reminder:'' Adsense and other non-reference external hyper-links ([[Help:Link Spam|link spam]]) are prohibited from the Main space.)
  
 
==Code==
 
==Code==
Line 17: Line 17:
 
google_ad_height    = 60;
 
google_ad_height    = 60;
 
google_ad_format    = '468x60_as';
 
google_ad_format    = '468x60_as';
google_ad_type      = 'text_image';//2006-12-28: Centiare Directory space
+
google_ad_type      = 'text_image';//2006-12-28: MyWikiBiz Directory space
 
google_ad_channel  = '2388332058';
 
google_ad_channel  = '2388332058';
 
google_color_border = '6699CC';
 
google_color_border = '6699CC';
Line 53: Line 53:
 
google_ad_height = 15;
 
google_ad_height = 15;
 
google_ad_format = "728x15_0ads_al";
 
google_ad_format = "728x15_0ads_al";
//2007-02-09: Centiare
+
//2007-02-09: MyWikiBiz
 
google_ad_channel = "0332613634";
 
google_ad_channel = "0332613634";
 
google_color_border = "336699";
 
google_color_border = "336699";
Line 66: Line 66:
  
 
<adsense>
 
<adsense>
google_ad_client = "pub-2519012287359549";
+
google_ad_client = "pub-4781341637005814";
 
google_ad_width = 728;
 
google_ad_width = 728;
 
google_ad_height = 15;
 
google_ad_height = 15;
Line 79: Line 79:
 
</adsense>
 
</adsense>
  
[[Page Of::Centiare:Extensions]]
+
[[Page Of::Help:Extensions]]
 
[[Extension Name:=Google Adsense]]
 
[[Extension Name:=Google Adsense]]
[[Category:Centiare Extensions]]
+
[[Category:MyWikiBiz Extensions]]

Revision as of 19:37, 26 December 2007

Description

You can run Google Adsense advertisements at MyWikiBiz within Directory listings.

After you register and create an account at Google, just enter the appropriate ad information within the <adsense> ... </adense> tags on the page(s) you want the ads to appear.

(Reminder: Adsense and other non-reference external hyper-links (link spam) are prohibited from the Main space.)

Code

Example 1

Here's an example:

<adsense>
google_ad_client    = 'pub-4781341637005814';
google_ad_width     = 468;
google_ad_height    = 60;
google_ad_format    = '468x60_as';
google_ad_type      = 'text_image';//2006-12-28: MyWikiBiz Directory space
google_ad_channel   = '2388332058';
google_color_border = '6699CC';
google_color_bg     = '003366';
google_color_link   = 'FFFFFF';
google_color_text   = 'AECCEB';
google_color_url    = 'AECCEB';
</adsense>

In action:

<adsense> google_ad_client = 'pub-4781341637005814'; google_ad_width = 468; google_ad_height = 60; google_ad_format = '468x60_as'; google_ad_type = 'text_image';//2006-12-28: Centiare Directory space google_ad_channel = '2388332058'; google_color_border = '6699CC'; google_color_bg = '003366'; google_color_link = 'FFFFFF'; google_color_text = 'AECCEB'; google_color_url = 'AECCEB'; </adsense>

Example 2

Here's another example:

<adsense>
google_ad_client = "pub-3695520715701375";
google_ad_width = 728;
google_ad_height = 15;
google_ad_format = "728x15_0ads_al";
//2007-02-09: MyWikiBiz
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>

And in action:

<adsense> google_ad_client = "pub-4781341637005814"; 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>

Help:Extensions Google Adsense