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

Parameters for Google Play Campaign Measurements. Learn more

Attributes

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

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: String.t(),
  utmCampaign: String.t(),
  utmContent: String.t(),
  utmMedium: String.t(),
  utmSource: String.t(),
  utmTerm: String.t()
}

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.