google_api_firebase_dynamic_links v0.9.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 (type: String.t, default: nil) - App installation epoch time (https://en.wikipedia.org/wiki/Unix_time). This is a client signal for a more accurate weak match.
  • bundleId (type: String.t, default: nil) - APP bundle ID.
  • device (type: GoogleApi.FirebaseDynamicLinks.V1.Model.DeviceInfo.t, default: nil) - Device information.
  • iosVersion (type: String.t, default: nil) - iOS version, ie: 9.3.5. Consider adding "build".
  • retrievalMethod (type: String.t, default: nil) - App post install attribution retrieval information. Disambiguates mechanism (iSDK or developer invoked) to retrieve payload from clicked link.
  • sdkVersion (type: String.t, default: nil) - Google SDK version. Version takes the form "$major.$minor.$patch"
  • uniqueMatchLinkToCheck (type: String.t, default: nil) - 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.
  • visualStyle (type: String.t, default: nil) - Strong match page information. Disambiguates between default UI and custom page to present when strong match succeeds/fails to find cookie.

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: String.t(),
    bundleId: String.t(),
    device: GoogleApi.FirebaseDynamicLinks.V1.Model.DeviceInfo.t(),
    iosVersion: String.t(),
    retrievalMethod: String.t(),
    sdkVersion: String.t(),
    uniqueMatchLinkToCheck: String.t(),
    visualStyle: String.t()
  }

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.