public final class GooglePlayAnalytics extends GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Firebase Dynamic Links API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
GooglePlayAnalytics() |
| Modifier and Type | Method and Description |
|---|---|
GooglePlayAnalytics |
clone() |
String |
getGclid()
[AdWords autotagging parameter](https://support.google.com/analytics/answer/1033981?hl=en);
used to measure Google AdWords ads.
|
String |
getUtmCampaign()
Campaign name; used for keyword analysis to identify a specific product promotion or strategic
campaign.
|
String |
getUtmContent()
Campaign content; used for A/B testing and content-targeted ads to differentiate ads or links
that point to the same URL.
|
String |
getUtmMedium()
Campaign medium; used to identify a medium such as email or cost-per-click.
|
String |
getUtmSource()
Campaign source; used to identify a search engine, newsletter, or other source.
|
String |
getUtmTerm()
Campaign term; used with paid search to supply the keywords for ads.
|
GooglePlayAnalytics |
set(String fieldName,
Object value) |
GooglePlayAnalytics |
setGclid(String gclid)
[AdWords autotagging parameter](https://support.google.com/analytics/answer/1033981?hl=en);
used to measure Google AdWords ads.
|
GooglePlayAnalytics |
setUtmCampaign(String utmCampaign)
Campaign name; used for keyword analysis to identify a specific product promotion or strategic
campaign.
|
GooglePlayAnalytics |
setUtmContent(String utmContent)
Campaign content; used for A/B testing and content-targeted ads to differentiate ads or links
that point to the same URL.
|
GooglePlayAnalytics |
setUtmMedium(String utmMedium)
Campaign medium; used to identify a medium such as email or cost-per-click.
|
GooglePlayAnalytics |
setUtmSource(String utmSource)
Campaign source; used to identify a search engine, newsletter, or other source.
|
GooglePlayAnalytics |
setUtmTerm(String utmTerm)
Campaign term; used with paid search to supply the keywords for ads.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getGclid()
null for nonepublic GooglePlayAnalytics setGclid(String gclid)
gclid - gclid or null for nonepublic String getUtmCampaign()
null for nonepublic GooglePlayAnalytics setUtmCampaign(String utmCampaign)
utmCampaign - utmCampaign or null for nonepublic String getUtmContent()
null for nonepublic GooglePlayAnalytics setUtmContent(String utmContent)
utmContent - utmContent or null for nonepublic String getUtmMedium()
null for nonepublic GooglePlayAnalytics setUtmMedium(String utmMedium)
utmMedium - utmMedium or null for nonepublic String getUtmSource()
null for nonepublic GooglePlayAnalytics setUtmSource(String utmSource)
utmSource - utmSource or null for nonepublic String getUtmTerm()
null for nonepublic GooglePlayAnalytics setUtmTerm(String utmTerm)
utmTerm - utmTerm or null for nonepublic GooglePlayAnalytics set(String fieldName, Object value)
set in class GenericJsonpublic GooglePlayAnalytics clone()
clone in class GenericJsonCopyright © 2011–2020 Google. All rights reserved.