Facebook api 按城市 + 10-50 英里半径查找总覆盖面

Facebook api to find total reach by city + 10-50 miles radius

我想在使用 api 在 Facebook 上创建广告时向我的用户提供预算估算。我需要全面覆盖才能找到预算。是否有任何 API 可以通过城市名称 + 10-15 英里半径找到 Total Reach

API 总估计覆盖面为

act_ad_account_id/reachestimate?targeting_spec={targeting_url_encode}

定位

[
   "geo_locations" => array:1 [
   "cities" => array:1 [
      0 => array:3 [
         "key" => "102356"
         "radius" => "30"
         "distance_unit" => "mile"
      ]
   ],
   min_age => 24,
   max_age => 65,

   ...
   ...
]

将数组转换为编码 url 以替换为 {targeting_url_encode}。希望这有帮助。