AppsFlyerDeepLink
Overview
Public class that holds the deep link data.
Go back to the SDK reference index.
Properties
deeplinkValue
| Type | Name | Description |
|---|---|---|
NSString | deeplinkValue | Deep link value from the OneLink URL. |
clickHTTPReferrer
| Type | Name | Description |
|---|---|---|
NSString | clickHTTPReferrer | The HTTP referrer from the OneLink URL identifies the address of the web page that linked to the AppsFlyer click URL. By checking the referrer, you can see where the request originated. |
mediaSource
| Type | Name | Description |
|---|---|---|
NSString | mediaSource | In the near future, this will return null, due to UDL privacy protections. Media source from the OneLink URL. |
campaign
| Type | Name | Description |
|---|---|---|
NSString | campaign | In the near future, this will return null, due to UDL privacy protections. Campaign from the OneLink URL. |
campaignId
| Type | Name | Description |
|---|---|---|
NSString | campaignId | In the near future, this will return null, due to UDL privacy protections. Campaign ID from the OneLink URL. |
afSub1
| Type | Name | Description |
|---|---|---|
NSString | afSub1 | In the near future, this will return null, due to UDL privacy protections. Predefined parameter carried in the OneLink URL. |
afSub2
| Type | Name | Description |
|---|---|---|
NSString | afSub2 | In the near future, this will return null, due to UDL privacy protections. Predefined parameter carried in the OneLink URL. |
afSub3
| Type | Name | Description |
|---|---|---|
NSString | afSub3 | In the near future, this will return null, due to UDL privacy protections. Predefined parameter carried in the OneLink URL. |
afSub4
| Type | Name | Description |
|---|---|---|
NSString | afSub4 | In the near future, this will return null, due to UDL privacy protections. Predefined parameter carried in the OneLink URL. |
afSub5
| Type | Name | Description |
|---|---|---|
NSString | afSub4 | In the near future, this will return null, due to UDL privacy protections. Predefined parameter carried in the OneLink URL. |
clickEvent
| Type | Name | Description |
|---|---|---|
NSDictionary<NSString*, id> | clickEvent | Returns a dictionary that holds all the OneLink data of this link. |
If the OneLink URL contains any of the following keys, they will appear in clickEvent:
deep_link_sub1deep_link_sub2deep_link_sub3deep_link_sub4deep_link_sub5deep_link_sub6deep_link_sub7deep_link_sub8deep_link_sub9deep_link_sub10
matchType
| Type | Name | Description |
|---|---|---|
NSString | matchType | Attribution method used to match this click. Possible values include:
Returned only in deferred deep linking scenarios. |
isDeferred
| Type | Name | Description |
|---|---|---|
bool | isDeferred | Determines whether this UDL call for the first launch of the app was in a deferred deep link flow. |
Updated about 2 years ago