The Accelerated Mobile Pages (AMP) project is a technology designed to enable fast page rendering and content delivery.

Admixer supports only Standard format rendering on AMP pages.

Below is the sample of Admixer AMP ad tag:

<amp-ad width="300" height="250"
          type="admixer"
          data-sizes="[[300,250]]"
          data-zone="2eb6bd58-865c-47ce-af7f-a918108c3fd2">
  </amp-ad>

Configuration

Parameter Format Description Example
data-zone Guid Required parameter. Ad unit’s unique ID "2eb6bd58-865c-47ce-af7f-a918108c3fd2"
data-sizes [[number, number]] Optional parameter. Placeholder’s available sizes. If sizes are set, ad unit shows banners of respective sizes. Otherwise, ad unit shows ones of all sizes available "[[300,250],[300,300]]"

To get the ad unit’s unique ID, go to the Publisher section in the platform UI, press Get the codes button, then generate the Ad units’ initialization code, find z parameter and copy it’s value.

Last modified: 21 April 2020