Have questions? Contact Us

live chat with us

For sale inquiries, please call
Toll Free 866.4AD.SPEED
International +1.408.454.6363

Testimonials

  • I am a Premium 300 member. So far I am very impressed with your service!

    Ron
    ManualTrafficSurf

  • Thank you for your prompt response to our issues. I do appreciate the extra effort to resolve our problems.

    Ted
    TM3 Marketing

Help Center > Manage Your Account > Serving Code

How can I serve multiple zones with a single server request?

If a page has multiple ad placements, this feature can speed up the ad delivery significantly. Instead of requesting an ad from the ad server for each placement, this approach uses a single call to the ad server to get all ads in one shot. Then each ad placement calls a JavaScript function to actually display the ad. Each ad is tracked separately for both impressions, clicks and other ad metrics. This method has 2 parts: preparing ads and displaying each ad.

1. Preparing Ads

This code gets ads from multiple zones in a single call to the ad server. It should be placed in your HTML web page before any ad placement. It could be the HEAD element or just before the first ad placement in the page. The parameter zids has multiple zone IDs separated by |. For example: zids=123|456|789

2. Displaying each Ad

Each ad placement calls AdSpeed_display() to instantly display the prepared ad to the visitor's browser without any call to the external ad server.

Other Articles in Serving Code

Understand advanced ad serving settings for standard, pop-up/pop-under, and interstitial serving code
Search Help Center

Cannot find an answer for your question? Ask our Customer Care team

Related Articles