Ad Experience Feature extensions
Unity offers a variety of Ad Experience Features that can help increase engagement, interaction, and ad measurability, contributing 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
}