Facebook 广告 API - 从 API 创建广告时遇到资产自定义广告错误

问题描述

我正在使用 Segment Asset Customization 来生成特定于国家/地区的广告素材, 我已经生成了相同的内容,但我无法在使用 facebook ads API 创建广告时使用该创意。

针对细分资产自定义的资产 Feed 请求

{
  "object_story_spec": {
    "page_id": <<page_id>>
  },"asset_Feed_spec": {
    "videos": [
      {
        "url_tags": "VIDEO1__ES.mp4","video_id": "509482663810402","thumbnail_url": "<<thumbnail_url>>","adlabels": [
          {
            "name": "ES_video"
          }
        ]
      },{
        "url_tags": "video1__PT.mp4","video_id": "520006849189418","adlabels": [
          {
            "name": "PT_video"
          }
        ]
      }
    ],"images": [],"asset_customization_rules": [
      {
        "customization_spec": {
          "geo_locations": {
            "countries": [
              "ES","MX"
            ]
          }
        },"title_label": {
          "name": "english"
        },"body_label": {
          "name": "english"
        },"video_label": {
          "name": "ES_video"
        },"image_label": {
          "name": "ES_image"
        },"priority": 1
      },{
        "customization_spec": {
          "geo_locations": {
            "countries": [
              "BR"
            ]
          }
        },"video_label": {
          "name": "PT_video"
        },"image_label": {
          "name": "PT_image"
        },"priority": 2
      },{
        "customization_spec": {},"video_label": {
          "name": "video"
        },"image_label": {
          "name": "image"
        },"priority": 3
      }
    ],"ad_formats": [
      "SINGLE_VIDEO"
    ],"titles": [
      {
        "text": "Match & Blast to victory!","adlabels": [
          {
            "name": "english"
          }
        ]
      }
    ],"bodies": [
      {
        "text": "web optimization - subtitle1","descriptions": [
      {
        "text": "Play Best Fiends with your Best Friends! Join a team and unlock rewards today!","link_urls": [
      {
        "website_url": "https://example.com/","call_to_action_types": [
      "LEARN_MORE"
    ]
  }
}

广告素材已成功创建。 当我尝试在创建广告请求中使用带有 creative_id 的广告素材时,出现以下错误

{
  message: "Invalid parameter",type: "OAuthException",code: 100,error_subcode: 1885952,is_transient: false,error_user_title: "Customized Audience Too Narrow For Asset Customization Ads",error_user_msg: "The customized audience of rule #2 in your Asset Customization Ads is too narrow. Please revisit the defined Asset Customization rules and reduce the overlap between them.",fbtrace_id: <<trace_id>>,}

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)

相关问答

Selenium Web驱动程序和Java。元素在(x,y)点处不可单击。其...
Python-如何使用点“。” 访问字典成员?
Java 字符串是不可变的。到底是什么意思?
Java中的“ final”关键字如何工作?(我仍然可以修改对象。...
“loop:”在Java代码中。这是什么,为什么要编译?
java.lang.ClassNotFoundException:sun.jdbc.odbc.JdbcOdbc...