google_api_firebase_dynamic_links v0.13.2 GoogleApi.FirebaseDynamicLinks.V1.Model.ITunesConnectAnalytics View Source

Parameters for iTunes Connect App Analytics.

Attributes

  • at (type: String.t, default: nil) - Affiliate token used to create affiliate-coded links.
  • ct (type: String.t, default: nil) - Campaign text that developers can optionally add to any link in order to track sales from a specific marketing campaign.
  • mt (type: String.t, default: nil) - iTune media types, including music, podcasts, audiobooks and so on.
  • pt (type: String.t, default: nil) - Provider token that enables analytics for Dynamic Links from within iTunes Connect.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.FirebaseDynamicLinks.V1.Model.ITunesConnectAnalytics{
  at: String.t(),
  ct: String.t(),
  mt: String.t(),
  pt: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.