有没有人知道究竟什么不能在这里工作,如果你注意到我看到的异常?我想为FB公布的十月变更做准备,似乎在创建广告组时,需要使用每次点击费用/每千次展示费用作为出价类型,需要以不同方式定义最高出价等。
这是我的电话:
curl -F "campaign_id=XXXXXXXX" -F "bid_type=CPC" -F "bid_info={'clicks':111}" -F "name=test" -F "adgroup_status=1" -F "targeting={'countries':['US']}" -F "creative={'title':'test','body':'test','image_hash':'cf689a9aed4769fc4c8192569fda9f5e','link_url':'http://mylink.com/','type':1}" -F "redownload=1" -F "https://graph.facebook.com/act_XXXXXXXX/adgroups?access_token=TOKEN"`
以下是FB API的回复:
[error] => stdClass Object
(
[type] => Exception
[message] => Please specify the locations on Facebook where you want to show ad impressions.
[code] => 1487027
)
当我使用1作为bid_type时,不会发生这种情况。
您怎么看?