Class AcquisitionSourceParameters
Inherited Members
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 |