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

Parameters for iTunes Connect App Analytics.

Attributes

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