google_api_firebase_dynamic_links v0.5.0 GoogleApi.FirebaseDynamicLinks.V1.Model.GooglePlayAnalytics View Source

Parameters for Google Play Campaign Measurements. Learn more

Attributes

  • gclid (String.t): AdWords autotagging parameter; used to measure Google AdWords ads. This value is generated dynamically and should never be modified. Defaults to: null.
  • utmCampaign (String.t): Campaign name; used for keyword analysis to identify a specific product promotion or strategic campaign. Defaults to: null.
  • utmContent (String.t): Campaign content; used for A/B testing and content-targeted ads to differentiate ads or links that point to the same URL. Defaults to: null.
  • utmMedium (String.t): Campaign medium; used to identify a medium such as email or cost-per-click. Defaults to: null.
  • utmSource (String.t): Campaign source; used to identify a search engine, newsletter, or other source. Defaults to: null.
  • utmTerm (String.t): Campaign term; used with paid search to supply the keywords for ads. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.FirebaseDynamicLinks.V1.Model.GooglePlayAnalytics{
  gclid: any(),
  utmCampaign: any(),
  utmContent: any(),
  utmMedium: any(),
  utmSource: any(),
  utmTerm: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.