Devices
GET v3/devices
Returns the list of supported devices associated with tracked keyword searches.
Example:
[{
"description": "Desktop",
"deviceId": "1"
}, {
"description": "Smartphone",
"deviceId": "2"
}, {
"description": "Tablet",
"deviceId": "3"
}]
Each object in the response represents a possible browser device type context for a tracked search:
deviceId | Tthe device type’s identifier, which appears in the Tracked Search Report’s deviceId field. |
description |
A user-facing descriptive string. |
Try this endpoint with the interactive documentation.