AdVASTProperties
data class AdVASTProperties(val adSystem: String? = null, val adTitle: String? = null, val adServingId: String? = null, val adId: String? = null, val creativeId: String? = null, val category: String? = null, val description: String? = null, val advertiser: String? = null, val pricing: String? = null, val survey: String? = null, val expires: String? = null, val industryIcons: List<IndustryIcon>? = emptyList(), val companionAds: List<CompanionAd>? = emptyList(), val extensions: Extensions? = null)
Represents key VAST properties to be shared with all registered analytics providers.
Constructors
Link copied to clipboard
constructor(adSystem: String? = null, adTitle: String? = null, adServingId: String? = null, adId: String? = null, creativeId: String? = null, category: String? = null, description: String? = null, advertiser: String? = null, pricing: String? = null, survey: String? = null, expires: String? = null, industryIcons: List<IndustryIcon>? = emptyList(), companionAds: List<CompanionAd>? = emptyList(), extensions: Extensions? = null)
Properties
Link copied to clipboard
The identifier used to compare impression-level data across systems.
Link copied to clipboard
The advertiser name.
Link copied to clipboard
The List of CompanionAd instances.
Link copied to clipboard
The identifier of the creative.
Link copied to clipboard
The longer description of the advert.
Link copied to clipboard
The custom VAST extensions properties.
Link copied to clipboard
The List of IndustryIcon instances.