Class InstallEvent
This should be sent once per user when they load the game for the first time.
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public class InstallEvent : AnalyticsEventBase, IAnalyticsEvent, IInjectable
Fields
_advertisingId
Declaration
protected string _advertisingId
Field Value
_attributionId
Declaration
protected string _attributionId
Field Value
_city
Declaration
Field Value
_country
Declaration
protected string _country
Field Value
_creativeId
Declaration
protected string _creativeId
Field Value
_region
Declaration
Field Value
_source
Declaration
Field Value
_subSource
Declaration
protected string _subSource
Field Value
_type
Declaration
Field Value
ADVERTISING_ID_KEY
Declaration
protected const string ADVERTISING_ID_KEY = "advertisingId"
Field Value
ATTRIBUTION_ID_KEY
Declaration
protected const string ATTRIBUTION_ID_KEY = "attributionId"
Field Value
CITY_KEY
Declaration
protected const string CITY_KEY = "city"
Field Value
COUNTRY_KEY
Declaration
protected const string COUNTRY_KEY = "country"
Field Value
CREATIVE_ID_KEY
Declaration
protected const string CREATIVE_ID_KEY = "creativeId"
Field Value
INSTALL_TYPE_KEY
Declaration
protected const string INSTALL_TYPE_KEY = "type"
Field Value
REGION_KEY
Declaration
protected const string REGION_KEY = "region"
Field Value
SOURCE_KEY
Declaration
protected const string SOURCE_KEY = "source"
Field Value
SUB_SOURCE_KEY
Declaration
protected const string SUB_SOURCE_KEY = "subsource"
Field Value
Properties
EventName
Declaration
public override string EventName { get; }
Property Value
Overrides
IncludeDeviceId
Declaration
protected override bool IncludeDeviceId { get; }
Property Value
Overrides
Methods
EventContent()
Declaration
protected override Dictionary<string, object> EventContent()
Returns
Overrides
Initialize(String, String, String, String, String, String, String, String)
Declaration
public virtual void Initialize(string type, string source, string subSource, string creativeId = "", string advertisingId = "", string city = "", string region = "", string attributionId = "")
Parameters
Implements
IInjectable