Class IronSourceAdInfo
Defines the information relative to an ad
Inherited Members
Namespace: Global Namespace
Assembly: Unity.LevelPlay.dll
Syntax
public class IronSourceAdInfo
Fields
ab
AB testing group.
Declaration
public readonly string ab
Field Value
Type | Description |
---|---|
string |
adNetwork
Ad Network to which the ad belongs.
Declaration
public readonly string adNetwork
Field Value
Type | Description |
---|---|
string |
adUnit
Ad Unit.
Declaration
public readonly string adUnit
Field Value
Type | Description |
---|---|
string |
auctionId
Auction ID.
Declaration
public readonly string auctionId
Field Value
Type | Description |
---|---|
string |
country
Country where the ad is presented.
Declaration
public readonly string country
Field Value
Type | Description |
---|---|
string |
creativeId
Creative ID.
Declaration
public readonly string creativeId
Field Value
Type | Description |
---|---|
string |
encryptedCPM
Encrypted CPM
Declaration
public readonly string encryptedCPM
Field Value
Type | Description |
---|---|
string |
instanceId
Instance ID
Declaration
public readonly string instanceId
Field Value
Type | Description |
---|---|
string |
instanceName
Name of the instance
Declaration
public readonly string instanceName
Field Value
Type | Description |
---|---|
string |
lifetimeRevenue
Lifetime revenue
Declaration
public readonly double? lifetimeRevenue
Field Value
Type | Description |
---|---|
double? |
precision
Precision for the revenue
Declaration
public readonly string precision
Field Value
Type | Description |
---|---|
string |
revenue
Revenue generated
Declaration
public readonly double? revenue
Field Value
Type | Description |
---|---|
double? |
segmentName
Name of the segment the ad belongs to.
Declaration
public readonly string segmentName
Field Value
Type | Description |
---|---|
string |
Methods
ToString()
Returns a string that represents the ad info.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string | Ad infos as a string |