AdSystem

data class AdSystem(val name: String, val version: String?)

Describes the ad system that returned the ad. Specified in InLine.AdSystem in the VAST response.

Constructors

Link copied to clipboard
constructor(name: String, version: String?)

Properties

Link copied to clipboard

The name of the ad system that returned the ad.

Link copied to clipboard

The version number of the ad system that returned the ad.