Documentation

Documentation

  • General
  • Advertisers
  • Publishers
  • RTB
  • API
  • News

›April 2021

August 2023

  • Ad Refresh

July 2023

  • Conversion Count and Tracking Window

January 2023

  • BitPay for Publishers

November 2022

  • Auto Recharge with SafeCharge

September 2022

  • Saving Filter Reports on Statistics
  • UnionPay with SafeCharge Integration

August 2022

  • Bidder Improvements for Targeting Zones
  • Notifications System

July 2022

  • Drag, Drop and Expand Dashboards

June 2022

  • Video CTA

May 2022

  • Adding New Dashboards
  • SafeCharge Integration

April 2022

  • Cryptocurrency Payment for Advertisers

February 2022

  • Conversion Tracking Improvements

January 2022

  • IAB TCF v2.0

December 2021

  • Dashboard Custom Title
  • Native Campaigns on Push & In Page Push Notification Ad Zones
  • Save Cards for Card Payments
  • Changes to Media Library Tab

November 2021

  • Auto Recharge for Card Payments
  • Circle Payment

September 2021

  • Account Wide Blocking Of Sites
  • Bidder Improvements

August 2021

  • In-Page Push Notifications Format
  • Frequency Capping - CPC Campaigns
  • Sub ID Targeting and Blocking
  • Event creativeDisplayed for Fullpage Interstitials
  • Site Blocking and Targeting on Campaigns

July 2021

  • Multi-Format Statistics

May 2021

  • Multi-Format Ad Zones

April 2021

  • Asynchronous Tags
  • Dashboard Filters

February 2021

  • New EXADS Status Page

January 2021

  • Outstream Video

September 2020

  • RTB Mobile & Desktop Fullpage Interstitial
  • RTB Email Clicks

August 2020

  • Heavy Banner Limits

July 2020

  • Ad Formats Cleanup
  • Desktop Fullpage Interstitial

June 2020

  • Native Ads Changes
  • New Dashboard Dimensions
  • Google Compliance Changes
  • Archiving Variations
  • Dashboard - New Combo Chart
  • New Languages Available
  • CPM/CPC Floor Pricing

May 2020

  • Heavy Banner Limits
  • Media Library Videos
  • Video Slider Density
  • New Push Notifications Format
  • Dashboard Customization

April 2020

  • Smart CPC Pricing
  • Mobile Fullpage Interstitial - Clicks

March 2020

  • Creatives Optimization
  • Mobile Fullpage Interstitial - Chrome
  • Hour/Day Intervals tab

February 2020

  • Mobile Fullpage Interstitial
  • Major Improvements to the Campaign Flow
  • Chrome Enabled Switch

January 2020

  • RTB Wins Notice
  • New Daily Impressions Delivery Mode
  • Copy Visible Data

Older Posts

  • Ad Format & Zone Type Stats
  • New VR Detection Feature
  • Improved Browser Detection
  • The Media Library Tab
  • Dynamic Tokens in Native Ads
  • Bulk Update
  • Improved Device and OS detection
  • New Distribution Algorithms
  • RTB Direct Link
  • New UI Changes

Asynchronous Tags

April 26th 2021

What's New?

xxxxxx

Publishers can now use Asynchronous Tags for desktop and mobile banner ad zones, which load ads asynchronously. They can be used to create a single asynchronous zone or add multiple existing zones at the same time.

 

What can this new feature do for me?

  • The ads can load asynchronously, which lets the rest of the content load at the same time. This will increase performance on well-optimized sites.

  • Publishers can use a single request to get multiple ad zones on the same page. This is more efficient and will lead to a performance increase also.

  • This script avoids using some outdated JavaScript features which many developers are moving away from.

 

Performance increase using async tags

Async tags lead to a significant improvement in performance. Ad loading speed is:

  • 2.5 times faster on desktop
  • 2 times faster on mobile.
  • Somewhat faster for iFrames.

 

Details

To use an asynchronous tag, from the main screen of the Admin Panel, click on New Zone and select either Banner or Mobile Banner. Once you have filled in the details for the new zone, you will be taken to the Your Zone HTML Tag screen. From the Select tag type drop-down, select Asynchronous Script.

 

xxxxxx

 

This will create an asynchronous script like this:

 

<script async type="application/javascript" src="https://a.examplesite.com/ad-provider.js"></script>

 <ins class="adsbynetwork" data-zoneid="1234567"></ins>

 <script>
(AdProvider = window.AdProvider || []).push({"serve": {}});
</script>

 

You can use this script to show either a single zone that is loaded asynchronously or to put multiple existing banner zones onto a single page.

 

Single Zone

To use the script for a single zone, simply copy the code onto your site as you do with any normal script.

 

Multiple Zones

To use this script for multiple zones, copy the code onto your site, and repeat the middle section, the <ins> element, for each zone you wish to put on the page. Replace the data-zoneid with the id for these existing zones (e.g. 111, 222, 333):

 

<script async type="application/javascript" src="https://a.examplesite.com/ad-provider.js"></script>

<ins class="adsbynetwork" data-zoneid="111"></ins>
<ins class="adsbynetwork" data-zoneid="222"></ins>
<ins class="adsbynetwork" data-zoneid="333"></ins>
<ins class="adsbynetwork" data-zoneid="444"></ins>

 <script>
(AdProvider = window.AdProvider || []).push({"serve": {}});
</script>

 

Demo Video

 

Further Reading

You can find out more about asynchronous Tags here.

← Multi-Format Ad ZonesDashboard Filters →
  • What's New?
  • What can this new feature do for me?
  • Performance increase using async tags
  • Details
    • Single Zone
    • Multiple Zones
  • Demo Video
  • Further Reading
Documentation
Community
Github
Useful Links
EXADS
Copyright © 2025 EXADS