Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If you want to display a special format, make sure to add the special attribute in the ad slot.

Code Block
breakoutModewide
languagehtml
<atf-ad-slot id=”my_site_ad_slot_4” atf-format=”content” atf-formatSize=”1000x250” atf-formatNote=”special”>
</atf-ad-slot>

...

A footer ad slot is being used for overlay creatives and should be integrated on each site. We recommend to ad this ad slot as last element in the <body>
This ad slot has always the same config. Please define only a unique id and keep the other attributes as defined. atf-format="footer", atf-formatSize="4x4" and atf-formatNote="special" are mandatory and cannotbe changed. 

Example:
Code Block
breakoutModewide
<atf-ad-slot id="my_uniqu_slot_ID" atf-format="footer" atf-formatSize="4x4" atf-formatNote="special">
</atf-ad-slot>