View Source GoogleApi.FirebaseDynamicLinks.V1.Model.GetIosReopenAttributionResponse (google_api_firebase_dynamic_links v0.16.0)

Response for iSDK to get reopen attribution for app universal link open deeplinking. This endpoint is meant for only iOS requests.

Attributes

  • deepLink (type: String.t, default: nil) - The deep-link attributed the app universal link open. For both regular FDL links and invite FDL links.
  • invitationId (type: String.t, default: nil) - Optional invitation ID, for only invite typed requested FDL links.
  • iosMinAppVersion (type: String.t, default: nil) - FDL input value of the "&imv=" parameter, minimum app version to be returned to Google Firebase SDK running on iOS-9.
  • resolvedLink (type: String.t, default: nil) - The entire FDL, expanded from a short link. It is the same as the requested_link, if it is long.
  • utmCampaign (type: String.t, default: nil) - Scion campaign value to be propagated by iSDK to Scion at app-reopen.
  • utmContent (type: String.t, default: nil) - Scion content value to be propagated by iSDK to Scion at app-reopen.
  • utmMedium (type: String.t, default: nil) - Scion medium value to be propagated by iSDK to Scion at app-reopen.
  • utmSource (type: String.t, default: nil) - Scion source value to be propagated by iSDK to Scion at app-reopen.
  • utmTerm (type: String.t, default: nil) - Scion term value to be propagated by iSDK to Scion at app-reopen.
  • warning (type: list(GoogleApi.FirebaseDynamicLinks.V1.Model.DynamicLinkWarning.t), default: nil) - Optional warnings associated this API request.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.FirebaseDynamicLinks.V1.Model.GetIosReopenAttributionResponse{
  deepLink: String.t() | nil,
  invitationId: String.t() | nil,
  iosMinAppVersion: String.t() | nil,
  resolvedLink: String.t() | nil,
  utmCampaign: String.t() | nil,
  utmContent: String.t() | nil,
  utmMedium: String.t() | nil,
  utmSource: String.t() | nil,
  utmTerm: String.t() | nil,
  warning:
    [GoogleApi.FirebaseDynamicLinks.V1.Model.DynamicLinkWarning.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.