|
||||||||||
|
|||||||
| GoogleCommunity Sponsor |
|
|
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Noogle
![]() Join Date: Oct 2008
Posts: 2
Thanks: 1
Thanked 0 Times in 0 Posts
![]() |
creating Google Adsense code using javascript
Hi All,
I am trying to create the google adsense code on the fly using the following code. It does not seem to work. Can some one help me please. var scriptElement = document.createElement("script"); scriptElement.setAttribute("src", "http://pagead2.googlesyndication.com/pagead/show_ads.js"); scriptElement.setAttribute("type", "text/javascript"); var scriptElement1 = document.createElement("script"); scriptElement1.setAttribute("type", "text/javascript"); scriptElement1.text = '<!--google_ad_client ="pub-0227983410707254";' + 'google_ad_slot = "3430804086";' + 'google_ad_width = 728;' + 'google_ad_height = 90;//-->'; document.getElementById("demi").appendChild(script Element1); document.getElementById("demi").appendChild(script Element); Appreciate any help. Thanks in advance. |
|
|
|
|
Sponsored Links
|
|
|
|
#5 (permalink) |
|
Noogle
![]() Join Date: May 2007
Location: in the moon
Posts: 21
Thanks: 2
Thanked 0 Times in 0 Posts
![]() |
I think yigiTurkey is right. it is no allowed to create custom scripts and change the code that it is given.
You should check out adsense terms of usage here: https://www.google.com/adsense/suppo...n&answer=48182 |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Creating A Website to Earn AdBrite or AdSense Revenue | google berry | Google AdWords & AdSense Forum | 10 | 05-01-2008 08:00 PM |
| Put Google Adsense code | devang | Google AdWords & AdSense Forum | 2 | 08-11-2006 06:53 AM |
| Can I put adsense code in a javascript include? | eelsource | Google AdWords & AdSense Forum | 2 | 12-18-2005 08:16 AM |
| JavaScript scroller that can scroll AdSense ads ? | Razvan | Google AdWords & AdSense Forum | 4 | 08-29-2005 01:42 PM |
| Can I put adsense code in a javascript include? | eelsource | Google AdWords & AdSense Forum | 2 | 01-01-1970 12:33 PM |