Facebook 营销 API,定位搜索 - 按国家和城市搜索定位

Facebook Marketing API, Targeting Search - Search targeting by country AND city

facebook docs 开始,您可以搜索以 dub 开头的所有城市的代码,如下所示:

curl -G \-d 'location_types=["city"]' \ 
-d 'type=adgeolocation' \ 
-d 'q=dub' \ 
-d 'access_token=<ACCESS_TOKEN>' \ 
https://graph.facebook.com/v2.11/search

我想在特定国家/地区搜索具有特定名称的城市。我该怎么做?

您可以添加附加参数 country_code 以仅在特定国家/地区内搜索。

https://developers.facebook.com/docs/marketing-api/targeting-search#geo

country_code=US 只能在美国获得结果。

通过(数字)限制搜索region_id也是可能的(但地区比国家低一级。)