Device List

GET URL

GET v3/devices

Description

Returns the list of supported devices associated with tracked keywords.

Example:

[{
    "description": "Desktop",
    "deviceId": "1"
}, {
    "description": "Smartphone",
    "deviceId": "2"
}, {
    "description": "Tablet",
    "deviceId": "3"
}]

Response

Each object in the response represents a possible device type on which you can track a keyword. There are currently three device types, which are rendered in the example above.

deviceId

The numeric identifier of the device type being tracked. This value also appears in the Tracked Search List endpoint.

description

A user-facing identifying string.

 

Try this endpoint with the interactive documentation