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

Products: Gossamer Forum: Development, Plugins and Globals: Re: [brewt] New plug in request - Adsense Revenue Sharing: Edit Log

Here is the list of edits for this post
Re: [brewt] New plug in request - Adsense Revenue Sharing
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

Edit Log: