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.

AttributeTypeExampleDescription
ext.clickablevideoInteger1

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.deeplinkingInteger1

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
            }