Show / Hide Table of Contents

Class AnalyticsInfo

Tracking parameters supported by Dynamic Link.

Inheritance
object
AnalyticsInfo
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX