Playwire IAB tags allow you to insert ads within specific DOM elements on your site. Ad size and formatting are managed by our team, simplifying integration.
To create your ad tag, follow these steps:
1. Assign a Unique ID
Use #pw-standard-iab1
for the first ad unit. If you need multiple ads, increment the number in the
ID (e.g., #pw-standard-iab2
) Each tag should have its own unique ID.
<div id="pw-standard-iab1"></div>
<div id="pw-standard-iab2"></div>
2. Add the Template Class
The template class helps define the ad format. It makes targeting easier via CSS and helps us identify the ad in your HTML.
Available templates:
- Leaderboard:
.pw-leaderboard-template
- Large Leaderboard:
.pw-large-leaderboard-template
- Medium Rectangle:
.pw-medium-rectangle-template
- Skyscraper:
.pw-skyscraper-template
Examples:
<div id="pw-standard-iab1" class="pw-leaderboard-template"></div>
<div id="pw-standard-iab2" class="pw-medium-rectangle-template"></div>
<div id="pw-standard-iab3" class="pw-leaderboard-template"></div>
Alternatively generate your tags using the generator below