google_api_firebase_dynamic_links v0.13.2 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
(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.
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.GetIosReopenAttributionResponse{ deepLink: String.t(), invitationId: String.t(), iosMinAppVersion: String.t(), resolvedLink: String.t(), utmCampaign: String.t(), utmContent: String.t(), utmMedium: String.t(), utmSource: String.t(), utmTerm: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.