我也将此作为错误发布在 FB 上……不过,我还是在这里问我是否遗漏了什么。
基本上,我可以使用bid_type=CPC
(按照 10 月 2 日重大更改的要求)和bid_info={'clicks':121}
. 但是,当我尝试使用模拟呼叫创建 CPM 广告组时,我收到了错误消息。这是完整的电话:
curl -F "campaign_id=SOME_EXISTING_CAMPAIGN_ID" -F "bid_type=CPM" -F "bid_info={'reach':122}" -F "name=test 8-221048" -F "adgroup_status=1" -F "targeting={'countries':['US']}" -F "creative={'title':'test 8-221048','body':'test 8-221048','image_hash':'SOME_IMAGE_HASH','link_url':'http://www.somesite.com/','type':1}" -F "redownload=1" "https://graph.facebook.com/act_ACCOUNT_ID/adgroups?access_token=VALID_TOKEN"
我得到的响应是:stdClass Object ( [error] => stdClass Object ( [type] => Exception [message] => 此广告的出价信息无效。请确认您的出价为出价类型指定了适当的目标,并且所有出价是格式正确的货币金额。[代码] => 1487370)
)
还有其他人有同样的问题吗?
谢谢,丹