You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Matches URLs that contain `contains` as a substring and appends query parameters to them. In case the URL does not match, parameters are not appended to it.<br>
640
+
Note:<br>
641
+
1. The `parameters` object must be consisted of `string` key and `string` value
642
+
2. Call this api *before* calling `appsFlyer.initSDK()`
643
+
3. You must provide the following parameters:
644
+
`pid`, `is_retargeting` most be set to `'true'`
645
+
646
+
| parameter | type | description |
647
+
| ---------- |----------|------------------ |
648
+
| contains | string | The string to check in URL |
649
+
| parameters | object | Parameters to append to the deeplink url after it passed validation |
* Matches URLs that contain contains as a substring and appends query parameters to them. In case the URL does not match, parameters are not appended to it.
598
+
* @param contains: The string to check in URL.
599
+
* @param parameters: Parameters to append to the deeplink url after it passed validation.
0 commit comments