For the complete documentation index, see llms.txt. This page is also available as Markdown.

Using Tags

Sometimes your URL will not match a category precisely. In these cases, you can insert 'tags' into the code of your ad zones to manually match them to the type of advertising you want. For example, you could insert the tag 'cartoon' into your ad zone code to increase the chances of showing products related to this term.

There are different ways of adding tags depending on the ad format you use. Please check the examples below to find out how it is done for each format.

When adding multiple tags, separate them with commas and no spaces.

It is highly recommended that each time you update your content, you adjust the keywords for the ad zone in order to continue receiving high demand for your contextual ad zones.

Code examples

Asynchronous ad zones (Banner, Sticky Banner, Instant Message, Outstream, etc.)

Added data-keywords="cartoon"

<script async type="application/javascript" src="https://a.examplesite.com/ads.js"></script>
<ins class="adsbynetwork" data-zoneid="1234567" data-keywords="cartoon"></ins>
<script>(AdProvider = window.AdProvider || []).push({"serve": {}});</script>

iFrame Banners

Added &tags='cartoon'

<iframe src="//a.examplesite.com/iframe.php?idzone=1234567&size=300x250&tags=cartoon" width="300" height="250" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>

Popunder

Inline & remote script (Recommended)

Added "tags"="cartoon"

Remote Script only

Added ad_tags='cartoon'

Video

In-Stream Video & In-Video Banner (VAST)

Added &tags=cartoon

Video tutorial

You can also watch our video tutorial regarding keywords here

Last updated

Was this helpful?