Gossamer Forum
Home : Products : Gossamer Forum : Development, Plugins and Globals :

Re: [brewt] New plug in request - Adsense Revenue Sharing

Quote Reply
Re: [brewt] New plug in request - Adsense Revenue Sharing In reply to
Hi Adrian,

Thanks... Here is a sample adsense code section:

Code:

|script type="text/javascript"|
!--
google_ad_client = "pub-1234567891234567";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "000000";
//--|
|/script|


The field I would collect is:
google_ad_client = "pub-1234567891234567";

Since this determines the payee... which is a 16 digit number and only numeric values, so it should be pretty straight forward to add the regex right?


Quote:
PS: On a Gforum Note, when I was typing this message I checked the spelling and when i resumed to finish the message, I noticed the CODE tag was removed. and The BOLD Tags around the adsense code where changed to closing BOLD TAGS.

Last edited by:

carminejg3: Oct 31, 2007, 7:21 AM
Subject Author Views Date
Thread New plugin request - Adsense Revenue Sharing katakombe 8091 Sep 17, 2007, 8:35 AM
Thread Re: [katakombe] New plugin request - Adsense Revenue Sharing
carminejg3 7728 Oct 4, 2007, 4:35 PM
Thread Re: [Carmine] New plug in request - Adsense Revenue Sharing
carminejg3 7486 Oct 30, 2007, 2:18 PM
Thread Re: [carminejg3] New plug in request - Adsense Revenue Sharing
brewt 7472 Oct 30, 2007, 10:11 PM
Thread Re: [brewt] New plug in request - Adsense Revenue Sharing
carminejg3 7481 Oct 31, 2007, 7:17 AM
Thread Re: [carminejg3] New plug in request - Adsense Revenue Sharing
brewt 7479 Oct 31, 2007, 11:41 AM
Post Re: [brewt] New plug in request - Adsense Revenue Sharing
DeadMan 7453 Nov 4, 2007, 12:00 PM
Post Re: [brewt] New plug in request - Adsense Revenue Sharing
DeadMan 7357 Jan 2, 2008, 8:45 AM
Thread Re: [brewt] New plug in request - Adsense Revenue Sharing
katakombe 7480 Nov 5, 2007, 10:12 AM
Post Re: [katakombe] New plug in request - Adsense Revenue Sharing
Andy 7288 Feb 26, 2008, 2:19 AM