ImpressionData
public struct ImpressionData : Equatable
Describes the impression data of an ad.
-
Ecpm value of the ad.
Declaration
Swift
public let ecpm: Double -
Estimated revenue that the ad generated.
Declaration
Swift
public let revenue: Double -
Placement id of the waterfall used to load this ad.
Declaration
Swift
public let placementId: String -
Describes the result of the waterfall used to load this ad.
Declaration
Swift
public let waterfallResult: LoadResult -
Name of the sub network used to render this ad, if available.
Declaration
Swift
public let subNetworkName: String? -
Id of the creative rendered, if provided by the underlying mediation or network.
Declaration
Swift
public let creativeId: String? -
The name of the ad space provided when presenting the ad, if available.
Declaration
Swift
public let adSpace: String? -
Name of the network that filled the ad.
Declaration
Swift
public let adNetwork: String -
Name of the mediation service used to mediate this ad network.
Declaration
Swift
public let mediation: String -
Unique identifier generated for the impression.
Declaration
Swift
public let id: String