AdSystem

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

AdSystemconstructor(name: String, version: String?)

Properties

NameSummary
nameval name: String
The name of the ad system that returned the ad.
versionval version: String?
The version number of the ad system that returned the ad.