Skip to main content

DMAs

Returns the DMAs found by the search, if any.

Getting Started

URL REQUEST (GET)
https://api.statsocial.com/platform/v0/location/dmas

The query to search

https://api.statsocial.com/platform/v0/location/dmas?query=xxx
note

Let's use the data in this section when creating audiences

Let's go to examples

Query

You can search for any dmas, in this example we will search for New

https://api.statsocial.com/platform/v0/location/dmas?query=New

We will receive a json like this

{
"response": {
"data": [
{
"id": "501",
"name": "New York",
"kind": "dma"
},
{
"id": "521",
"name": "Providence - New Bedford",
"kind": "dma"
},
{
"id": "533",
"name": "Hartford & New Haven",
"kind": "dma"
},
{
"id": "544",
"name": "Norfolk - Portsmouth - Newport News",
"kind": "dma"
},
{
"id": "545",
"name": "Greenville - New Bern - Washington",
"kind": "dma"
},
{
"id": "622",
"name": "New Orleans",
"kind": "dma"
}
]
},
"information": {
"version": "0.0.1"
}
}