SVSAdInfo

data class SVSAdInfo(val insertionId: String?, val universalAdId: String?, val programmaticInfo: SVSAdInfo.ProgrammaticInfo?)

Model representing all the relevant information about the ad.

Constructors

Link copied to clipboard
constructor(insertionId: String?, universalAdId: String?, programmaticInfo: SVSAdInfo.ProgrammaticInfo?)

Types

Link copied to clipboard
data class ProgrammaticInfo(val advertiserId: String?, val auctionId: String?, val buyerId: String?, val dealId: String?, val dspId: String?, val publisherId: String?)

Model regrouping programmatic related data.

Properties

Link copied to clipboard
Link copied to clipboard