POST
/
fb_targeting
/
search
Error
A valid request URL is required to generate request examples
{
  "results": [
    {
      "key": "<string>",
      "name": "<string>",
      "type": "<string>",
      "country_codes": [],
      "is_worldwide": true,
      "country_code": "<string>",
      "country_name": "nullable string",
      "region": "<string>",
      "region_id": 123,
      "primary_city": "<string>",
      "primary_city_id": 123,
      "supports_region": true,
      "supports_city": true,
      "id": "<string>",
      "audience_size": 123,
      "path": [
        "<string>"
      ],
      "description": "<string>",
      "valid": true,
      "coverage": 123,
      "subtext": "<string>",
      "geo_hierarchy_name": "<string>",
      "geo_hierarchy_level": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Copy your Cognito JWT Token below: 'Bearer <JWT>'

Query Parameters

q
string
location_types
string[]

country, country_group, region, city, zip, geo_market, or electoral_district, latter only in US. location_types is preferred over type=adcountry, etc.

limit
integer
default:20

Limit the number of results returned

Response

Success

results
object[]