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
Add tracking_token documentation for explicit device linking
Update API request/response docs and expand the device tracking
page with explicit device linking guidance and examples.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
"user_agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.89 Safari/537.36"
202
203
}
203
204
```
@@ -234,6 +235,12 @@ transaction.
234
235
235
236
[Learn more about the /device/session\_id input on our Knowledge Base.](https://support.maxmind.com/knowledge-base/articles/device-inputs-minfraud#session-information)
The token returned by the [Device Tracking Add-On](/minfraud/track-devices)`trackDevice()` function, used for explicit device linking. When provided, this token enables high-confidence device matching that does not rely on IP address alone.
241
+
242
+
[Learn more about explicit device linking on our device tracking page.](/minfraud/track-devices#explicit-device-linking)
Copy file name to clipboardExpand all lines: content/minfraud/api-documentation/responses.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1395,6 +1395,8 @@ this array for issues when integrating the web service.
1395
1395
|`SHIPPING_COUNTRY_NOT_FOUND`| The shipping country could not be found in our database. This may impact our ability to provide accurate distance calculations. |
1396
1396
|`SHIPPING_POSTAL_NOT_FOUND`| The shipping postal code could not be found in our database. This may impact our ability to provide accurate distance calculations. |
1397
1397
|`SHIPPING_REGION_NOT_FOUND`| The shipping region could not be found in our database. This may impact our ability to provide accurate distance calculations. |
1398
+
|`TRACKING_TOKEN_INVALID`| The tracking token provided was invalid or malformed. |
1399
+
|`TRACKING_TOKEN_NOT_FOUND`| The tracking token provided was not found on our system. |
0 commit comments