Help Center Ad Gallery
Composite Ad
A composite ad is made up of other ads. This ad type is useful for a big ad widget that displays smaller ads. These smaller ads can be changed frequently or be optimized for better results. You can have a widget ad made of multiple ad images and texts or a widget of multiple button ads. Ads with a similar look include a grid/table of clickable image/text and a grid/table of clickable buttons.Demo
Below is one single widget ad that displays 8 smaller ads from another zone.Setup
The code for this widget is similar to the grid/table of clickable image/text with some customizations.- Create the smaller ads (see code below)
- Create a new zone and link these newly created ads to this zone
- Create the composite ad (see code below), its ad code will fetch multiple ads from another zone
1 2 3 4 | < img src = "https://www.adspeed.com/placeholder-300x250-AdImageOne.gif" alt = "Image One" title = "Image One" height = "250" width = "300" /> < div >1st Ad Slot</ div > </ a > |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | <!-- Step 1: Get 8 ads from another zone --> < script type = "text/javascript" src = "//g.adspeed.net/ad.php?do=js&zids=1234x8&oid=XXXX&wd=-1&ht=-1&target=_blank" ></ script > <!-- Step 2: Display 8 ads in a grid/table --> < div class = "adcontainer" > < div class = "adrow" > < div class = "adcol" > < script type = "text/javascript" >AdSpeed_display(1234,0);</ script > < script type = "text/javascript" >AdSpeed_display(1234,1);</ script > </ div > < div class = "adcol" > < script type = "text/javascript" >AdSpeed_display(1234,2);</ script > < script type = "text/javascript" >AdSpeed_display(1234,3);</ script > </ div > < div class = "adcol" > < script type = "text/javascript" >AdSpeed_display(1234,4);</ script > < script type = "text/javascript" >AdSpeed_display(1234,5);</ script > </ div > < div class = "adcol" > < script type = "text/javascript" >AdSpeed_display(1234,6);</ script > < script type = "text/javascript" >AdSpeed_display(1234,7);</ script > </ div > </ div > </ div > |
Other Articles in Ad Gallery
This section provides demo, sample and instructions for the most common and popular ad creative templates. Click on a template link to view the description, demo and instructions to create in the ad server, customize it to suite your purpose and integrate the ad with your platform.
- Catfish Ad
- Expandable Ad or Rollover Flash ad
- Expandable Image Ad
- Floating Ad or Layer Ad
- Grid-of-Buttons Ad
- Grid-of-Images Ad
- HTML5 Ad from a ZIP file
- HTML5 Adobe Animate Ad
- HTML5 Animate Ad
- HTML5 Video Ad
- Image Banner with Multiple Clickable Buttons
- Image Slideshow
- Interstitial Ad
- jQuery Popup Ad
- Mobile In-App Interstitial Ad with MRAID
- Mobile Interstitial Ad
- Multi-Click Image Ad
- Outstream Video Ad
- Parallax Ad
- Peeling Ad
- Polite Ad or Two-Phase Ad
- QuickTime and Windows Media Video Ad
- Skin Background Ad
- Sticky Ad
Cannot find an answer for your question? Ask our Customer Care team
Related
- Campaign
"Documentation for API methods to manage your campaigns in our ad server. API Version1.4.6 (build 20240530). This page was updated ..."
- Website
"Documentation for API methods to manage one or multiple websites. API Version1.4.7 (build 20250324). This page was updated on Tue, ..."
- How can I serve multiple zones with a single server request?
"This method is highly recommended if you have 3 or more ad placements on a page. It combines all ad ..."
- Grid-of-Images Ad
"This template is for an ad with multiple images and text links in a table. You can have multiple columns ..."
in Ad Gallery - Grid-of-Buttons Ad
"This template is for an ad with multiple clickable buttons in a table. You can have multiple columns and rows ..."
in Ad Gallery