Versions Compared

Key

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

...

Ad slot id - every ad slot needs a unique name/id. It is a string of characters and can be defined by the publisher.

Example:

‘my'my_site_ad_slot_1’1'

atf-format

This parameter is predefined. Publisher can select one out of four options. It is used to define the type of an ad slot:

...

By using this parameter the publisher can exclude creatives which are bigger than the defined parameter.

 

Note: if you want to use all sizes defined for the selected format, the biggest size needs to be defined. This is due to fact, that the size range for each format could change. E.g. a creative with a bigger format could be uploaded but you would like to keep your initial maximum range.

 

Example ad slot definition by using mandatory parameters only
Code Block
languagehtml
<atf-ad-slot id=”my_site_ad_slot_2” atf-format=”content” atf-formatSize=”1000x250”>
</atf-ad-slot>

...