google_api_firebase_dynamic_links v0.2.0 GoogleApi.FirebaseDynamicLinks.V1.Model.GetIosPostInstallAttributionRequest View Source
Request for iSDK to execute strong match flow for post-install attribution. This is meant for iOS requests only. Requests from other platforms will not be honored.
Attributes
- appInstallationTime (String.t): App installation epoch time (https://en.wikipedia.org/wiki/Unix_time). This is a client signal for a more accurate weak match. Defaults to:
null
. - bundleId (String.t): APP bundle ID. Defaults to:
null
. - device (DeviceInfo): Device information. Defaults to:
null
. - iosVersion (String.t): iOS version, ie: 9.3.5. Consider adding "build". Defaults to:
null
. retrievalMethod (String.t): App post install attribution retrieval information. Disambiguates mechanism (iSDK or developer invoked) to retrieve payload from clicked link. Defaults to:
null
.- Enum - one of [UNKNOWN_PAYLOAD_RETRIEVAL_METHOD, IMPLICIT_WEAK_MATCH, EXPLICIT_WEAK_MATCH, EXPLICIT_STRONG_AFTER_WEAK_MATCH]
- sdkVersion (String.t): Google SDK version. Version takes the form "$major.$minor.$patch" Defaults to:
null
. - uniqueMatchLinkToCheck (String.t): Possible unique matched link that server need to check before performing fingerprint match. If passed link is short server need to expand the link. If link is long server need to vslidate the link. Defaults to:
null
. visualStyle (String.t): Strong match page information. Disambiguates between default UI and custom page to present when strong match succeeds/fails to find cookie. Defaults to:
null
.- Enum - one of [UNKNOWN_VISUAL_STYLE, DEFAULT_STYLE, CUSTOM_STYLE]
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.GetIosPostInstallAttributionRequest{ appInstallationTime: any(), bundleId: any(), device: GoogleApi.FirebaseDynamicLinks.V1.Model.DeviceInfo.t(), iosVersion: any(), retrievalMethod: any(), sdkVersion: any(), uniqueMatchLinkToCheck: any(), visualStyle: any() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.