Class AnalyticsInfo
Tracking parameters supported by Dynamic Link.
Inheritance
System.Object
AnalyticsInfo
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.FirebaseDynamicLinks.v1.Data
Assembly: Google.Apis.FirebaseDynamicLinks.v1.dll
Syntax
public class AnalyticsInfo : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
GooglePlayAnalytics
Google Play Campaign Measurements.
Declaration
[JsonProperty("googlePlayAnalytics")]
public virtual GooglePlayAnalytics GooglePlayAnalytics { get; set; }
Property Value
| Type | Description |
|---|---|
| GooglePlayAnalytics |
ItunesConnectAnalytics
iTunes Connect App Analytics.
Declaration
[JsonProperty("itunesConnectAnalytics")]
public virtual ITunesConnectAnalytics ItunesConnectAnalytics { get; set; }
Property Value
| Type | Description |
|---|---|
| ITunesConnectAnalytics |