|
View previous topic
::
View next topic
|
| Author |
Message |
Guest
|
Posted: Wed Jun 09, 2004 7:14 am
Post subject: Shifting my Adsense Ads
|
|
|
| How do you shift the adsense ads from the right column of the page to the style of the ads in http://www.1st-in-babies.com |
|
| Back to top |
|
 |
Sean Burns
Joined: 11 Oct 2003
Posts: 232
Location: Sydney
|
Posted: Wed Jun 09, 2004 8:36 am
Post subject:
|
|
|
Go to Ad Layout Code and select 300 x 250 Medium Rectangle. Replace your existing code with the new one it gives you.
Cheers
Sean Burns |
|
| Back to top |
|
 |
Guest
|
Posted: Wed Jun 09, 2004 11:00 am
Post subject:
|
|
|
| I'm sorry if I wasnt clear enough, but what I meant was how do I get my text to be on the same line as my ads? Right now, my ads will stick out at the top of the page while the content is underneath the ads. |
|
| Back to top |
|
 |
Debs
Joined: 16 Aug 2003
Posts: 4296
Location: NY
|
Posted: Wed Jun 09, 2004 11:48 am
Post subject:
|
|
|
Try this:
<div align="left">adsense code</div>
If that doesn't work, try:
<div float="left">adsense code</div>
Debs _________________ Learn how to turn keyphrases into quality, well-targeted articles your visitors and SE's will love with Gary Antosh's new ebook "Web Content Made Easy!" |
|
| Back to top |
|
 |
Sean Burns
Joined: 11 Oct 2003
Posts: 232
Location: Sydney
|
Posted: Wed Jun 09, 2004 12:04 pm
Post subject:
|
|
|
... or, put the AdSense code in a table and add align="left" within the <table> tag.
Cheers
Sean Burns |
|
| Back to top |
|
 |
robertb
Joined: 09 Aug 2003
Posts: 1837
Location: Columbus, OH
|
Posted: Wed Jun 09, 2004 12:13 pm
Post subject:
|
|
|
And if anyone else is interested, James did tell me in an email that moving the ads to that location has increased his CR ratio. _________________ Robert
Instant Site Comments - Allow Visitors to Comment On Your Content!
EbookNiches.com - 4 PLR Ebook Packages Each Month
Learn About DropShipping |
|
| Back to top |
|
 |
Guest
|
Posted: Wed Jun 09, 2004 6:07 pm
Post subject:
|
|
|
| Hmm, all that fiddling around with it and it still doesnt work. . The design of my site is in a tables format and if I place both the adsense code and my text in the same cell, then the adsense ads will be displayed on top and my text will be pushed underneath. |
|
| Back to top |
|
 |
Debs
Joined: 16 Aug 2003
Posts: 4296
Location: NY
|
Posted: Thu Jun 10, 2004 12:19 am
Post subject:
|
|
|
Without seeing the page in question, it's very difficult to know what will and will not work, or what you might be doing that skews it.
Debs _________________ Learn how to turn keyphrases into quality, well-targeted articles your visitors and SE's will love with Gary Antosh's new ebook "Web Content Made Easy!" |
|
| Back to top |
|
 |
Sean Burns
Joined: 11 Oct 2003
Posts: 232
Location: Sydney
|
Posted: Thu Jun 10, 2004 2:15 am
Post subject:
|
|
|
You will probably need to nest a table within your existing table. So, in an existing cell, insert a new table - align it to the left and stick the Adsense code in it.
Then, in the pre-existing cell (not in the new table), add the text and it will wrap around. Here is an example:
| Code: | <table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="100%"><table border="0" cellpadding="0" cellspacing="0" align="left">
<tr>
<td width="100%"><script type="text/javascript"><!--
google_ad_client = "pub-2659219460218872";
google_ad_width = 300;
google_ad_height = 250;
google_ad_format = "300x250_as";
google_ad_channel ="";
//--></script> <script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script> </td>
</tr>
</table>
<p>abc </td>
</tr>
</table>
|
It looks like this - http://www.webmastersreference.com/test.htm
Cheers
Sean Burns |
|
| Back to top |
|
 |
Yaron
Joined: 13 Nov 2003
Posts: 196
Location: New York City
|
Posted: Thu Jun 10, 2004 3:21 am
Post subject:
|
|
|
Sean,
I noticed on your site, and I've seen this on a few others, that the URL portion of the google ads is invisible. Is it OK by Google's TOS? Does it help the CTR?
Thanks,
Yaron |
|
| Back to top |
|
 |
Sean Burns
Joined: 11 Oct 2003
Posts: 232
Location: Sydney
|
Posted: Thu Jun 10, 2004 3:30 am
Post subject:
|
|
|
Hi Yaron
I hadn't really noticed. It doesn't show on this site either so I assume it's standard for the banner and leaderboard styles - I haven't changed anything.
Cheers
Sean Burns |
|
| Back to top |
|
 |
Yaron
Joined: 13 Nov 2003
Posts: 196
Location: New York City
|
Posted: Thu Jun 10, 2004 3:36 am
Post subject:
|
|
|
Yes, I see it now, the URL is missing from some of the horizontal layouts. Strange.
- Yaron |
|
| Back to top |
|
 |
Debbi
Joined: 20 Nov 2003
Posts: 259
Location: USA
|
Posted: Fri Jun 11, 2004 6:15 pm
Post subject:
|
|
|
HMMM...This the second thread I have read that seems to say ads within the flow of the content have better CTR. But the conventional wisdom has been they should be on the right. What gives?
I noticed both my CTR and EPC increased when I changed to the wide skyscraper, but my ads are still all on the right side.
Thanks,
Debbi  _________________ RIGHT is still RIGHT, even if no-one else is doing it....
WRONG is still WRONG, even if everyone else is doing it.... |
|
| Back to top |
|
 |
Yaron
Joined: 13 Nov 2003
Posts: 196
Location: New York City
|
Posted: Fri Jun 11, 2004 10:17 pm
Post subject:
|
|
|
| Debbi wrote: | HMMM...This the second thread I have read that seems to say ads within the flow of the content have better CTR. But the conventional wisdom has been they should be on the right. What gives?
|
Debbi,
Which conventional wisdom is that?
Why don't you try it? Put some of your ads within your content and put them in a separate channel. If you CTR is better keep it, if not, go back.
| Debbi wrote: |
I noticed both my CTR and EPC increased when I changed to the wide skyscraper, but my ads are still all on the right side.
|
For me, switching to the wide skyscraper helped some, but switching to ads within the text helped a whole lot more.
- Yaron |
|
| Back to top |
|
 |
Debbi
Joined: 20 Nov 2003
Posts: 259
Location: USA
|
Posted: Fri Jun 11, 2004 11:43 pm
Post subject:
|
|
|
Thanks, Yaron.
I think I'll take the pages that are earning the least and have the lowest CTR and create a new channel to test ads within the content, like you are suggesting.
I'll test it and report back soon!
All the best,
Debbi  _________________ RIGHT is still RIGHT, even if no-one else is doing it....
WRONG is still WRONG, even if everyone else is doing it.... |
|
| Back to top |
|
 |
| View previous topic :: View next topic |
|