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 8058 Sep 17, 2007, 8:35 AM
Thread Re: [katakombe] New plugin request - Adsense Revenue Sharing
carminejg3 7696 Oct 4, 2007, 4:35 PM
Thread Re: [Carmine] New plug in request - Adsense Revenue Sharing
carminejg3 7452 Oct 30, 2007, 2:18 PM
Thread Re: [carminejg3] New plug in request - Adsense Revenue Sharing
brewt 7439 Oct 30, 2007, 10:11 PM
Thread Re: [brewt] New plug in request - Adsense Revenue Sharing
carminejg3 7448 Oct 31, 2007, 7:17 AM
Thread Re: [carminejg3] New plug in request - Adsense Revenue Sharing
brewt 7445 Oct 31, 2007, 11:41 AM
Post Re: [brewt] New plug in request - Adsense Revenue Sharing
DeadMan 7419 Nov 4, 2007, 12:00 PM
Post Re: [brewt] New plug in request - Adsense Revenue Sharing
DeadMan 7324 Jan 2, 2008, 8:45 AM
Thread Re: [brewt] New plug in request - Adsense Revenue Sharing
katakombe 7447 Nov 5, 2007, 10:12 AM
Post Re: [katakombe] New plug in request - Adsense Revenue Sharing
Andy 7256 Feb 26, 2008, 2:19 AM