View Source GoogleApi.FirebaseDynamicLinks.V1.Model.GooglePlayAnalytics (google_api_firebase_dynamic_links v0.15.2)

Parameters for Google Play Campaign Measurements. Learn more

Attributes

  • gclid (type: String.t, default: nil) - Deprecated; FDL SDK does not process nor log it.
  • 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.FirebaseDynamicLinks.V1.Model.GooglePlayAnalytics{
  gclid: String.t() | nil,
  utmCampaign: String.t() | nil,
  utmContent: String.t() | nil,
  utmMedium: String.t() | nil,
  utmSource: String.t() | nil,
  utmTerm: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.