VastAdvertiser

@objc(AASDKVastAdvertiser)
public protocol VastAdvertiser : NSObjectProtocol

VAST Advertiser.

  • id

    An (optional) identifier for the advertiser, provided by the ad server. Can be used for internal analytics. Only available in newer VAST versions such as 4.1, 4.2, etc.

    Declaration

    Swift

    var id: String? { get }
  • A string that provides the name of the advertiser as defined by the ad serving party. Recommend using the domain of the advertiser.

    Declaration

    Swift

    var content: String { get }