Custom Integrations - List Device Trackers Documentation
You can request a list of a user's device trackers by domain, based on the Device Fingerprint service.
Calling Refresh
https://www.ipqualityscore.com/webhooks/ExampleIntegration/json/device_trackers
Request Parameters
Parameter |
Description |
Example Value / Format |
key |
Your site's domain or the domain that requested this integration. REQUIRED |
google.com |
secret |
Your user's current secret created during the authentication process. REQUIRED |
char(128) |
domain |
The domain you wish to fetch trackers for. If this parameter is not passed defaults to your domain. |
yahoo.com |
Result
The HTML response will look like the screenshot below:
The JSON response will have the following data points:
Parameter |
Description |
Example Value / Format |
message |
Description of the status of this call. May contain errors if errors exist. |
text |
success |
Boolean result of if the request was successful or not. |
boolean |
device_trackers |
A list of this user's device trackers based on the domain requested.
Parameter |
Description |
Example Value / Format |
name |
A description of the device tracker in question (usually the domain, but can be changed by the user). |
text |
domain |
The domain this tracker was created for. |
text, domain |
script_url |
The JavaScript URL for this tracker. |
text, URL |
pixel_url |
The image pixel URL for this tracker. |
text, URL |
|
Array of objects |