XMediator::Api::ImpressionData
Describes the impression data of an ad.
Public Functions
Name | |
---|---|
override bool | Equals(object obj) |
override int | GetHashCode() |
override string | ToString() |
Protected Functions
Name | |
---|---|
bool | Equals(ImpressionData other) |
Public Properties
Name | |
---|---|
decimal | Revenue Estimated revenue that the ad generated. |
decimal | Ecpm Ecpm value for the ad. |
string | PlacementId Placement id of the waterfall used to load this ad. |
string | NetworkName Name of the network used to render this ad. |
string | SubNetworkName Name of the sub network used to render this ad, if available. |
string | CreativeId Id of the creative rendered, if available. |
string | AdSpace The name of the ad space provided when presenting the ad, if available. |
string | AdNetwork Name of the network that filled the ad. |
string | Mediation Name of the mediation service used to mediate this ad network. |
LoadResult | WaterfallResult Describes the result of the waterfall used to load this ad. |
Public Functions Documentation
function Equals
function GetHashCode
function ToString
Protected Functions Documentation
function Equals
Public Property Documentation
property Revenue
Estimated revenue that the ad generated.
property Ecpm
Ecpm value for the ad.
property PlacementId
Placement id of the waterfall used to load this ad.
property NetworkName
Name of the network used to render this ad.
property SubNetworkName
Name of the sub network used to render this ad, if available.
property CreativeId
Id of the creative rendered, if available.
property AdSpace
The name of the ad space provided when presenting the ad, if available.
property AdNetwork
Name of the network that filled the ad.
property Mediation
Name of the mediation service used to mediate this ad network.
property WaterfallResult
Describes the result of the waterfall used to load this ad.
Updated on 2024-11-07 at 18:31:49 +0000