即使启用了 ads_management 权限,也无法查看广告活动
我正在使用 Facebook Graph API,使用一个管理其他几个帐户的帐户。我可以很好地执行大多数操作,例如广告组、统计信息等。但是,当我尝试调用 adcampaigns 或 adcreatives 时,我收到错误消息:
(#294) 管理广告需要扩展权限 ads_management 和参与的 API 密钥
这也会发生在图形浏览器中。我生成一个令牌并检查 ads_management 权限并运行相同的操作,但我遇到了同样的问题。我可以调用 adgroup、adaccounts、stats 等,但不能调用 adcampaigns 或 adcreatives。有人对我所缺少的有任何想法吗?
I am working with the Facebook Graph API using an account that manages a few other accounts. I can perform most operation just fine, such as adgroups, stats, etc. However, when I try to call adcampaigns or adcreatives I get the error message:
(#294) Managing advertisements requires the extended permission ads_management, and a participating API key
This also happens in the graph explorer. I generate a token and I check the ads_management permission and run the same operations, but I get the same problem. I can call adgroups, adaccounts, stats, etc., but I cannot call adcampaigns or adcreatives. Does anyone have any ideas as to what I'm missing?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Jorge 这只是意味着您需要申请让您的 Facebook 应用程序能够调用 Facebook Ads API。您的应用获得批准后,您将能够调用广告 API。您可以在此处开始此流程:
https://developers.facebook.com/marketingapis/
Jorge this just means that you need to apply to have your Facebook app given the capability to call into the Facebook Ads API. Once your app is approved, you'll be able to call into the Ads API. You can start the process here:
https://developers.facebook.com/marketingapis/