google_api_firebase_dynamic_links v0.5.0 GoogleApi.FirebaseDynamicLinks.V1.Model.GetIosReopenAttributionResponse View Source

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

Attributes

  • deepLink (String.t): The deep-link attributed the app universal link open. For both regular FDL links and invite FDL links. Defaults to: null.
  • invitationId (String.t): Optional invitation ID, for only invite typed requested FDL links. Defaults to: null.
  • iosMinAppVersion (String.t): FDL input value of the "&imv=" parameter, minimum app version to be returned to Google Firebase SDK running on iOS-9. Defaults to: null.
  • resolvedLink (String.t): The entire FDL, expanded from a short link. It is the same as the requested_link, if it is long. Defaults to: null.
  • utmCampaign (String.t): Scion campaign value to be propagated by iSDK to Scion at app-reopen. Defaults to: null.
  • utmMedium (String.t): Scion medium value to be propagated by iSDK to Scion at app-reopen. Defaults to: null.
  • utmSource (String.t): Scion source value to be propagated by iSDK to Scion at app-reopen. 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.GetIosReopenAttributionResponse{
  deepLink: any(),
  invitationId: any(),
  iosMinAppVersion: any(),
  resolvedLink: any(),
  utmCampaign: any(),
  utmMedium: any(),
  utmSource: 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.