Forum Moderators: martinibuster

Message Too Old, No Replies

ixnay to the idea of multiple ad units?

         

berto

9:59 pm on Feb 2, 2005 (gmt 0)

10+ Year Member



In an attempt to have it both ways--Adsense ads in both the left and right sidebars of my sites' webpages, I tried implementing multiple ad units. (Inserting Adsense ads in the middle of the pages' editorial content is not an option, BTW.)

Good grief! :-(

Unless and until someone can tell me the error of my ways, I have vetoed the multiple ad units approach because:

--On some pages, both ad units would appear. On other pages, the first would appear, not the second. I believe I understand why that would be the case--content-rich pages would support more ads, content-poor pages fewer. Yet what I perceive to be content-rich pages showed just the first ad unit, not the second.

--Because (it being appropriate to my page layout) the first ad unit in the left sidebar was a 125x125 button, while the second ad unit in the right sidebar was a 120x600 skyscraper, on pages where the first ad unit showed but not the second, I gained one ad (the left sidebar button) and lost four ads (the right sidebar skyscraper), for a net loss of three ads. This is progress?

--There appears to be no way to give priority appearance to right-side ad units over left-side ad units (or to give priority to bottom-of-the-page ad units over top-of-the-page ad units, for that matter). If I could, I would force the appearance of the right-side four-ad skyscraper, and accept the occasional, random appearance of the left-side one-ad button.

--Although it is not optimal for my layout, I tried placing the second ad unit also in the right sidebar, below the first ad unit (with an affiliate icon-link between the two). Inexplicably, it was often the case that the advertiser and ad content of the button ad matched the last (fourth) advertiser and ad content of the skyscraper! Repeating identical ads on the same page, and in such close proximity, looked incredibly stupid!

From my perspective, this whole multiple ad unit idea simply makes no sense--at least for my sites. I would very much like to add a second ad unit to my left sidebars, but it doesn't seem doable, at least not in any way that makes (ad)sense.

Help!

jetteroheller

7:02 am on Feb 3, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



You have only to place the right 120x600 in the HTML code before the left 125x125.

So the right 120x600 would show up first
and the smaller one depending on enough adds

berto

1:17 pm on Feb 3, 2005 (gmt 0)

10+ Year Member



Here is my page layout (hope this displays correctly... the preview shows that, no, it doesn't... #@*&! proportional font!... after a bit of tweaking, close enough):

+----+
¦ ¦ ¦ ¦
+----+
¦ ¦ ¦s¦
¦b¦ ¦ ¦
¦ ¦ ¦ ¦
¦ ¦ ¦ ¦
+----+
¦ ¦ ¦ ¦
+----+

That is, three 1x3 tables.

I want the 125x125 button ad to appear at b, and the 120x600 skyscraper to appear at s.

Without totally revamping my page design (not really an option), I don't see how I write HTML code that has the third section (right sidebar) of the second-row table appearing in the code *before* the first section (left sidebar) of that table.

Any clues as to how I might achieve this?

jetteroheller

5:46 pm on Feb 3, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



There is the <div style=position:absolut;top:50;....

With the DIV, You can position elements completely independent from where they are on the page.