docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class AcquisitionSourceParameters

    Inheritance
    object
    AcquisitionSourceParameters
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Services.Analytics
    Assembly: Unity.Services.Analytics.dll
    Syntax
    [Obsolete("Please create an AcquisitionSourceEvent and use RecordEvent(...) instead.")]
    public class AcquisitionSourceParameters

    Fields

    CampaignId

    (Required) The ID of the acquisition campaign

    Declaration
    public string CampaignId
    Field Value
    Type Description
    string

    CampaignName

    (Required) The acquisition campaign name e.g. Interstitial:Halloween21

    Declaration
    public string CampaignName
    Field Value
    Type Description
    string

    CampaignType

    (Optional) The acquisition campaign type. e.g. CPI

    Declaration
    public string CampaignType
    Field Value
    Type Description
    string

    Channel

    (Required) The name of the specific marketing provider used to drive traffic to the game. This should be a short identifiable string as this will be the name displayed when filtering or grouping by an acquisition channel.

    Declaration
    public string Channel
    Field Value
    Type Description
    string

    Cost

    (Optional) The cost of the install e.g. 2.36

    Declaration
    public float? Cost
    Field Value
    Type Description
    float?

    CostCurrency

    (Optional) The install cost currency e.g. USD

    Declaration
    public string CostCurrency
    Field Value
    Type Description
    string

    CreativeId

    (Required) The acquisition campaign creative ID

    Declaration
    public string CreativeId
    Field Value
    Type Description
    string

    Network

    (Optional) The acquisition campaign network e.g. Ironsource, Facebook Ads

    Declaration
    public string Network
    Field Value
    Type Description
    string

    Provider

    (Required) The name of the attribution provider in use e.g. Adjust, AppsFlyer, Singular

    Declaration
    public string Provider
    Field Value
    Type Description
    string
    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)