看起来在 2013 年 10 月的重大更改之后 ADS api 无法正常工作。较早调用 url
https://graph.facebook.com/act_ {act id}/adcampaigns?access_token={访问令牌}
将返回
像这样的价值观
{"id":"{value}","frequency_cap":0,"account_id":{value},"name":"{value}"}
但现在输出返回像
{"id":"{值}"}
有人可以确认吗?
看起来在 2013 年 10 月的重大更改之后 ADS api 无法正常工作。较早调用 url
https://graph.facebook.com/act_ {act id}/adcampaigns?access_token={访问令牌}
将返回
像这样的价值观
{"id":"{value}","frequency_cap":0,"account_id":{value},"name":"{value}"}
但现在输出返回像
{"id":"{值}"}
有人可以确认吗?
This is one of the changes made in the October 2013 breaking changes and is documented on the 'Completed Changes' part of the roadmap
Adcampaign endpoint
Removing campaign_id and include_budget_remaining flag. You must now specify query params when retrieving information about adgroups. The only field returned by default will be id. See docs for more detail.