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

查看:147
本文介绍了如何使用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,请转到应用程序管理-> Marketing 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天全站免登陆