Show / Hide Table of Contents

Class GooglePlayAnalytics

Parameters for Google Play Campaign Measurements. [Learn more](https://developers.google.com/analytics/devguides/collection/android/v4/campaigns#campaign- params)

Inheritance
System.Object
GooglePlayAnalytics
Implements
IDirectResponseSchema
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 GooglePlayAnalytics : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

Gclid

AdWords autotagging parameter; used to measure Google AdWords ads. This value is generated dynamically and should never be modified.

Declaration
[JsonProperty("gclid")]
public virtual string Gclid { get; set; }
Property Value
Type Description
System.String

UtmCampaign

Campaign name; used for keyword analysis to identify a specific product promotion or strategic campaign.

Declaration
[JsonProperty("utmCampaign")]
public virtual string UtmCampaign { get; set; }
Property Value
Type Description
System.String

UtmContent

Campaign content; used for A/B testing and content-targeted ads to differentiate ads or links that point to the same URL.

Declaration
[JsonProperty("utmContent")]
public virtual string UtmContent { get; set; }
Property Value
Type Description
System.String

UtmMedium

Campaign medium; used to identify a medium such as email or cost-per-click.

Declaration
[JsonProperty("utmMedium")]
public virtual string UtmMedium { get; set; }
Property Value
Type Description
System.String

UtmSource

Campaign source; used to identify a search engine, newsletter, or other source.

Declaration
[JsonProperty("utmSource")]
public virtual string UtmSource { get; set; }
Property Value
Type Description
System.String

UtmTerm

Campaign term; used with paid search to supply the keywords for ads.

Declaration
[JsonProperty("utmTerm")]
public virtual string UtmTerm { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
Back to top