微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

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

如何解决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 举报,一经查实,本站将立刻删除。