Skip to main content
GET
/
targeting
/
dimensions
List targeting dimensions
curl --request GET \
  --url https://api.interchange.io/api/v2/buyer/targeting/dimensions \
  --header 'Authorization: Bearer <token>'
{
  "locale": "en-US",
  "dimensions": [
    {
      "system": "nielsen_dma",
      "name": "Nielsen DMA",
      "description": "<string>",
      "locale": "en-US",
      "targetingFields": [
        "geo_metros",
        "geo_metros_exclude"
      ],
      "entryCount": 210
    }
  ]
}

Authorizations

Authorization
string
header
required

API key or access token

Query Parameters

locale
enum<string>
default:en-US

Display-label locale. Currently only en-US is supported.

Available options:
en-US
Example:

"en-US"

Response

List targeting dimensions

Supported targeting dimensions and their campaign fields.

locale
enum<string>
required

Locale for the display labels

Available options:
en-US
Example:

"en-US"

dimensions
object[]
required

Supported targeting dimensions