docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class IronSourceAdInfo

    Defines the information relative to an ad

    Inheritance
    object
    IronSourceAdInfo
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Global Namespace
    Assembly: Unity.LevelPlay.dll
    Syntax
    public class IronSourceAdInfo

    Constructors

    IronSourceAdInfo(string)

    Declaration
    [Obsolete("This constructor will soon be made private. Please rely on the ad events to provide an AdInfo object", false)]
    public IronSourceAdInfo(string json)
    Parameters
    Type Name Description
    string json

    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

    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

    Overrides
    object.ToString()
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)