Ad Experience Feature extensions
Unity offers a variety of Ad Experience Feature extensions that can help to increase engagement, interaction, and ad measurability, all of which could contribute to the overall success of your ad, application, or campaign.
Attribute | Type | Example | Description |
---|---|---|---|
ext.clickablevideo | Integer | 1 | Indicates eligibility for Clickable Video feature.
|
ext.deeplinking | Integer | 1 | Indicates eligibility for Deeplinking feature.
|
Example impression
// "ext": {
"ext.clickablevideo": 1
"ext.deeplinking": 1
}