我们无法使用FB marketing API更新广告集的邮政编码,并且出现了奇怪的错误,例如“ Instagram位置的广告集更新失败”。
https://graph.facebook.com/v3.3/[ADSET_ID]?targeting={"geo_locations":{"zips":[{"key":"CA:V8T"}]}}&access_token=[ACCESS_TOKEN]
我们还检查了邮政编码是否有效。
https://graph.facebook.com/v3.3/search?location_types[0]=zip&country_code=CA&type=adgeolocation&q=V8T
{
"data": [
{
"key": "CA:V8T",
"name": "V8T",
"type": "zip",
"country_code": "CA",
"country_name": "Canada",
"region": "British Columbia",
"region_id": 528,
"primary_city": "Victoria",
"primary_city_id": 297033,
"supports_region": true,
"supports_city": true
},
{
"key": "CA:T8V",
"name": "T8V",
"type": "zip",
"country_code": "CA",
"country_name": "Canada",
"region": "Alberta",
"region_id": 527,
"primary_city": "Grande Prairie",
"primary_city_id": 293699,
"supports_region": true,
"supports_city": true
}
]
}
有人知道这里的问题吗?
谢谢