Skip to content

Latest commit

 

History

History
executable file
·
53 lines (38 loc) · 1.32 KB

improvedigital.md

File metadata and controls

executable file
·
53 lines (38 loc) · 1.32 KB

Improve Digital

Please refer to Improve Digital Help Center for more information on how to get the required placement IDs and [optional] keyvalue cases.

Example

Simple ad tag

<amp-ad width=300 height=250
    type="improvedigital"
    data-placement="869276"
    data-optin="y">
</amp-ad>

Ad tag with Keyvalues

<amp-ad width=300 height=250
    type="improvedigital"
    data-placement="869276"
    data-optin="y"
    data-keyvalue="gender=woman&age=10-15">
</amp-ad>

Supported parameters

  • placement
  • optin
  • keyvalue

The parameter; placement is mandatory. When using keyvalues please fill in the keyvalues as written in the example.