Ad Experience Feature extensions

Read time 2 minutes

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.

AttributeTypeExampleDescription
ext.clickablevideo
Integer
1

Indicates eligibility for Clickable Video feature.

  • 1 indicates imp is eligible for Clickable Video experience.
  • 0 indicates imp is not eligible for Clickable Video experience.
ext.deeplinking
Integer
1

Indicates eligibility for Deeplinking feature.

  • 1 indicates imp is eligible for Deeplinking experience.
  • 0 indicates imp is not eligible for Deeplinking experience.

Example impression

// "ext": { 
  "ext.clickablevideo": 1 
  "ext.deeplinking": 1
}