Location List
GET URL
GET v3/locations
Description
Lists all locations with descriptive information as needed to interpret the Tracked Searches List results. Locations include countries, cities, regions, or any other locations that are supported in Conductor.
For example:
[{
"locationId": "1",
"description": "United States"
}, {
"locationId": "2",
"description": "Canada"
}, {
"locationId": "3",
"description": "United Kingdom"
}, {
"locationId": "4",
"description": "Australia"
}, {
"locationId": "171",
"description": "New York, NY"
}]
Responses
Each object in the response represents a possible geographic location context for a tracked keywords:
locationId
The numeric identifier of the location 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