GetIosPostInstallAttributionResponse class

Response for iSDK to execute strong match flow for post-install attribution.

Constructors

GetIosPostInstallAttributionResponse({String? appMinimumVersion, String? attributionConfidence, String? deepLink, String? externalBrowserDestinationLink, String? fallbackLink, String? invitationId, bool? isStrongMatchExecutable, String? matchMessage, String? requestIpVersion, String? requestedLink, String? resolvedLink, String? utmCampaign, String? utmContent, String? utmMedium, String? utmSource, String? utmTerm})
GetIosPostInstallAttributionResponse.fromJson(Map _json)

Properties

appMinimumVersion String?
The minimum version for app, specified by dev through ?imv= parameter.
getter/setter pair
attributionConfidence String?
The confidence of the returned attribution. Possible string values are:
getter/setter pair
The deep-link attributed post-install via one of several techniques (fingerprint, copy unique).
getter/setter pair
User-agent specific custom-scheme URIs for iSDK to open.
getter/setter pair
The link to navigate to update the app if min version is not met.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
invitationId String?
Invitation ID attributed post-install via one of several techniques (fingerprint, copy unique).
getter/setter pair
isStrongMatchExecutable bool?
Instruction for iSDK to attemmpt to perform strong match.
getter/setter pair
matchMessage String?
Describes why match failed, ie: "discarded due to low confidence".
getter/setter pair
Entire FDL (short or long) attributed post-install via one of several techniques (fingerprint, copy unique).
getter/setter pair
requestIpVersion String?
Which IP version the request was made from. Possible string values are:
getter/setter pair
The entire FDL, expanded from a short link.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
utmCampaign String?
Scion campaign value to be propagated by iSDK to Scion at post-install.
getter/setter pair
utmContent String?
Scion content value to be propagated by iSDK to Scion at app-reopen.
getter/setter pair
utmMedium String?
Scion medium value to be propagated by iSDK to Scion at post-install.
getter/setter pair
utmSource String?
Scion source value to be propagated by iSDK to Scion at post-install.
getter/setter pair
utmTerm String?
Scion term value to be propagated by iSDK to Scion at app-reopen.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited