Guidelines
- The
viewability_tag
property can be set at the campaign or item level.- If set at both levels, then item level settings are applied.
Name | Modifier & Defaults | Type | Description |
---|---|---|---|
viewability_tag | N/A | Viewability Tag Object | (aka JavaScript tag) Stores third-party viewability tags for the campaign. For an overview, see: Viewability Tags |
{
"id": "1234",
"advertiser_id": "demo-account",
// ...
"viewability_tag": {
"values": [
{
"tag": "<noscript class=...></noscript><script src=...></script>",
"type": "MOAT"
},
{
"tag": "<noscript class=...></noscript><script src=...></script>",
"type": "IAS"
}
]
}
// ...
}
The above example is for illustration only - it does not include a valid JS Tag.