Urgent Adsense Help

Status
Not open for further replies.

ashfame

Padawan
I implemented blogger hack for adding adsense ad after posts (On Post Pages)
I chose a banner (468 x 60) but after implementing the code, I am having a wierd banner of size (158 x 600).
The thing is that if I change <!-- with &lt;!--
and //--> with //--&gt; in the adsense code.
I am getting the ad in the same format I want (468 x 60).

Many bloggers says this is allowed as code is not altered but I want to confirm from bloggers here!
I have enquired Adsense help on this but I have not recieved any solution yet.
Kindly suggest a soln ASAP!

HELP guys!!
 
Last edited:

QwertyManiac

Commander in Chief
AFAIK your change will only make the page show < and > rather than treat it like a tag. What is it that you actually want to do? Change dimensions right?

That's not possible cause the Ad server supports only the available formats and those are downloaded using thier respective IDs. So you can not get your desired dimensions no matter what :)
 
OP
ashfame

ashfame

Padawan
No NO
u got me wrng
I chose a diff ad format than the one which is showing
changing da code <!-- with &lt;!--
and //--> with //--&gt; doesnt alter any code
but just the tags
 
OP
ashfame

ashfame

Padawan
actually!
Chk any post page on my blog *tech4sure.blogspot.com
I am getting a wierd ad in the middle column after the posts content
 

QwertyManiac

Commander in Chief
Hm, that's odd, the code I see you've implemented there is funny, its got no PUB ID number in it, nor style formatting.

Code:
<center><div>
<script type='text/javascript'>
</script>
<script src='*pagead2.googlesyndication.com/pagead/show_ads.js' type='text/javascript'>
</script>
</div></center>
Make sure you implement a proper code, cause I don't think this will generate any clicks for you, its got no info for that. And nor is it legit.
 
OP
ashfame

ashfame

Padawan
No!
here is my implemented code:
Code:
<center><div>
<script type='text/javascript'><!--
google_ad_client = "******************";
google_ad_width = 468;
google_ad_height = 15;
google_ad_format = "468x15_0ads_al";
//2007-06-20: adsense hack
google_ad_channel = "3577313597";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "0066CC";
google_color_text = "000000";
google_color_url = "0066CC";
//-->
</script>
<script src='*pagead2.googlesyndication.com/pagead/show_ads.js' type='text/javascript'>
</script>
</div></center>
i hav my pubID behind ****************

and if i change dat code to
Code:
<center><div>
<script type='text/javascript'>&lt;!--
google_ad_client = "******************";
google_ad_width = 468;
google_ad_height = 15;
google_ad_format = "468x15_0ads_al";
//2007-06-20: adsense hack
google_ad_channel = "3577313597";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "0066CC";
google_color_text = "000000";
google_color_url = "0066CC";
//--&gt;
</script>
<script src='*pagead2.googlesyndication.com/pagead/show_ads.js' type='text/javascript'>
</script>
</div></center>
it works fine
 

QwertyManiac

Commander in Chief
You might have implemented that but what's actually getting shown (Due to some error, or term violations maybe) is this:

*img361.imageshack.us/img361/6315/ashfamege1.jpg
 
OP
ashfame

ashfame

Padawan
QwertyManiac said:
You might have implemented that but what's actually getting shown (Due to some error, or term violations maybe) is this:

*img361.imageshack.us/img361/6315/ashfamege1.jpg

wt shd i do now?
my blog log stats shows three clicks on adsense ad but i dont get any clicks for yesterday!
Edit
Got 2 clicks credited
 
Last edited:
OP
ashfame

ashfame

Padawan
I found this link stating that replacing is true: *www.blogcrowds.com/forum/viewtopic.php?t=616
Tell me guys what you think about it.
Also now just no ads are appearing (the wierd one only, others are fine)
pl help yaar!
 
Status
Not open for further replies.
Top Bottom