我无法通过 facebook api 发送用于创建广告的参数,特别是在定位(受众)中。我正在尝试将我要在广告中定位的人的城市周围的半径设置为英里...根据规范:
"targeting= { \
'geo_locations': { \
'regions': [{'key':'3847'}],\
'cities': [ \
{'key':'2430536', \
'radius':12, \
'distance_unit':'mile'} \
] \
},
'genders':[1], \
'relationship_statuses':[2,3,4], \
'age_min':'18', \
'age_max':'43', \
'keywords':['movies']}" \
参数是“radius”和“distance_unit”,我把这些参数放在定位中,创建广告(它创建成功),但是radius的参数不存在......我检查了Power Editor,radius没有'不出现!
有人可以帮我提出其他想法吗?谢谢!
这是规范页面... https://developers.facebook.com/docs/reference/ads-api/targeting-specs/