Class GooglePlayAnalytics
Parameters for Google Play Campaign Measurements. Learn more
Implements
Inherited Members
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 |
---|---|
string |
Gclid
Deprecated; FDL SDK does not process nor log it.
Declaration
[JsonProperty("gclid")]
public virtual string Gclid { get; set; }
Property Value
Type | Description |
---|---|
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 |
---|---|
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 |
---|---|
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 |
---|---|
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 |
---|---|
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 |
---|---|
string |