如何使用 facebook api 和沙盒广告帐户创建自定义受众? [英] How to create a custom audience using facebook api and sandbox ad account?

查看:24
本文介绍了如何使用 facebook api 和沙盒广告帐户创建自定义受众?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试使用沙盒广告帐户创建自定义受众.以下请求:

I am trying to create a custom audience using sandbox ad account. Following request:

curl 
 -F 'name=My new CA' 
 -F 'subtype=CUSTOM' 
 -F 'description=People who bought from my website' 
 -F 'access_token=<<my_token>>' 
 https://graph.facebook.com/v2.8/act_<<my_account_id>>/customaudiences

失败:

{
  "error": {
    "message": "(#2655) Terms of service has not been accepted. To accept, go to https://www.facebook.com/ads/manage/customaudiences/tos.php?act=<<my_account_id>>",
    "type": "OAuthException",
    "code": 2655
  }
}

但是与服务条款页面的链接无效.此外,我无法接受使用 Ads Manager 的 ToS,因为那里只有非沙盒帐户可用.

But the link with Terms of service page is invalid. Moreover, I cannot accept ToS using Ads Manager, because only non sandbox account are available there.

推荐答案

Facebook 更新了沙盒广告帐户管理,现在可以在沙盒模式下添加使用自定义受众.要接受自定义受众 ToS,请转到应用程序管理 -> 营销 API -> 工具 -> 沙盒广告帐户管理 -> 操作 -> 接受 TOS

Facebook has updated sandbox ad account management and it is now possible to add use custom audiences in sandbox mode. To accept custom audiences ToS go to the application management -> Marketing API -> Tools -> Sandbox Ad Account Management -> Actions -> Accept TOS

这篇关于如何使用 facebook api 和沙盒广告帐户创建自定义受众?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆