DMAs

DMAs (Designated Market Areas)

Find All

GET /v1/meta/dmas

DMAs, or Designated Market Areas are used to narrow down the targeting of your offers, campaigns, custom settings, etc.

They are available in the US only and are referred to by dma_code.

cURL
curl --request GET 'https://api.eflow.team/v1/meta/dmas' \
--header 'X-Eflow-API-Key: <INSERT API KEY>'
Response
{
    "dm_as": [
        {
            "dma_code": 500,
            "dma_name": "Portland-Auburn, ME"
        },
        ...,
        {
            "dma_code": 881,
            "dma_name": "Spokane, WA"
        }
    ]
}