Help Center Ad Gallery

Image Banner with Multiple Clickable Buttons

Normally, an image ad is associated with one click URL and the whole image is clickable. However, you can have an ad image with multiple clickable buttons or areas which redirect to different landing page URLs. This ad type uses HTML code with AREA tag to map and customize the clickable areas of the image.

Create an Image-map Ad

  • Click the menu "Ads / Create a new ad"
  • Choose the ad type to be Rich-Media/HTML ad
  • Enter the HTML for the ad using the sample code below

Sample Code

When creating your ad, change the actual ad content from our sample text to your own ad image or text.
<img src="https://www.adspeed.com/placeholder-120x600.gif" width="120" height="600" alt="120x600 Image Banner Ad" usemap="#AdClickableButtons">

<map name="AdClickableButtons">
  <area shape="rect" coords="0,0,120,500" href="https://example.com/" alt="First Clickable Button">
  <area shape="rect" coords="0,500,120,600" href="https://example.org/" alt="Second Clickable Button">
</map>

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.

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

Related