The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Specify Ad Loading Order
Is there a way to specify the loading order of ads in vbulletin? To be more specific, Are there template or div tag changes that can be made to force ads in the middle of the page to load before ads located at the Top of the page?
Thank you in advance for any assistance you can provide! |
#2
|
|||
|
|||
I'd like to know the answer to this too!
--------------- Added [DATE]1341587715[/DATE] at [TIME]1341587715[/TIME] --------------- This is direct from Google...but can anyone explain how this can be done on VB? Make sure that the best performing ad unit (highest CTR) is the first in your HTML code to improve your revenue. First, you will need to place a DIV tag right below the BODY tag in order to let the browsers know which ad unit goes first in the source code HTML. Note that it doesn't mean that this ad unit will show up first on the page. Here is the code: <div id=”ad1″> Insert your ad code here </div> Next, insert the CSS code below into the style sheet of your website. Since all sites are different, we recommend that you test attributes (left, right, top, bottom) in order to place your ad unit correctly. Make sure to adjust height/width depending on the ad format. #ad1 { width’ : ‘468px; height: 60px; position: absolute; left: 140px; right: 0px; bottom: 0px; top: 350px; } If you don't use style sheets, you will need to insert the above code into DIV tags between the HEAD tags in the HTML source code. <style type=”text/css”> Insert above css code here </style> |
#3
|
|||
|
|||
Anyone?
|
#4
|
|||
|
|||
To make that work, you'd have to determine the absolute positions of your ad locations, then put them in the CSS as shown in the example. I don't know how you do that in general, but you could probably estimate the positions then fine tune them just by looking at the result. Also, you'd have to put your ad code in divs somewhere else in the document (some template other than the ad locations).
I'm not an expert on these things, but I'm not sure what it would accomplish. My understanding is that a browser loads the html, then makes requests for anything else that has to be loaded (javascript, images, etc), but makes a bunch of those requests in parallel. So even if you were to use the above method to control the order in which the ads were requested, I don't think you'd be controlling the order in which they displayed, because the one that loaded the fastest would still show up first. |
#5
|
|||
|
|||
Quote:
|
#6
|
|||
|
|||
Well, now that I read it again it does say this somehow improves your revenue and not that it makes them load any faster or anything. That could be true - I don't know anything about how ad revenue is determined.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|