Back to Amphtml

Pixels

ads/vendors/pixels.md

latest680 B
Original Source

Pixels

Example

html
<amp-ad
  width="300"
  height="250"
  type="pixels"
  data-origin="af"
  data-sid="2847717911664"
  data-tag="sync"
  data-click-tracker="false"
  data-viewability="true"
>
</amp-ad>

Configuration

For additional details and support contact [email protected]

Required parameters:

  • data-origin - Specify which ad server group to handle the ad request.
  • data-sid - Unique ad tag identifier.
  • data-tag - Specify whether this tag is a sync tag.

Optional parameters:

  • data-click-tracker - Specify whether there is a third party click-tracker.
  • data-viewability - Specify whether the tag should record viewability statistics.