返回码
为了方便用户理解Marketing API调用返回的错误信息,平台将通过errors结构对关键信息进行暴露,确保所有接入客户均可通过程序化的方式,对报错进行处理。
以请求被黑白名单拒绝而返回无权限的报错信息为例:
返回示例:
{
"code": 31033,
"message": "This parameter is not permitted on this behavior_or_interest, the sign is intent_targeting. trace_id: a7afca14bb571095be3914645d3ec905",
"message_cn": "您没有权限操作指定参数,参数名:behavior_or_interest,对应的白名单标识:intent_targeting,请联系您的运营经理申请此白名单权限。trace_id: a7afca14bb571095be3914645d3ec905",
"errors": [
{
"type": "PRIVILEGE_PARAM_EXCEPTION", // 代表该客户因为账户不在灰度白名单范围内而无法使用指定功能
"description": "This parameter is not permitted on this behavior_or_interest, the sign is intent_targeting.",
"privilege_param_exception_spec": {
"param": "behavior_or_interest",
"privilege_code": "intent_targeting" //通过privilege_code暴露白名单名称,方便接入客户进行程序化处理。
}
}
]
}
其中,errors是一个数组,仅在某些有必要返回关键信息的情况下存在。 该数组具有以下关键属性:
1、type: 一定会返回,表示报错类型,不同的报错类型,具有不同的spec结构,如例子中的privilege_param_exception_spec,是针对PRIVILEGE_PARAM_EXCEPTION类型的定制spec。
2、spec: 指定情况下会返回,关键报错信息,如privilege_code是白名单标识;和type是联动关系,spec的名字为type的小写+"_spec"组成,同一种type下,返回的spec结构是一致的,如例子中的PRIVILEGE_PARAM_EXCEPTION类型,返回的spec关键信息均为param和privilege_code。
3、description:指定情况下会返回,报错信息描述。
截至到2020年4月,返回码信息如下:
返回码 | 提示消息 | 描述 |
---|---|---|
10000 | We are unable to process your request at this time. Please retry your request. If you encounter this error repeatedly, please contact our dedicated supporting team. | 系统繁忙,请稍后重试 |
10001 | Marketing API is undergoing temporary maintenance. | Marketing API 正在进行临时维护,请稍后再访问 |
11000 | Access token is expired. | 您的 access_token 已过期,请通过 oauth/token 接口获取最新 token |
11001 | Your IP is not in the whitelist for this API. | 您的 IP 不在此 API 允许访问的 IP 白名单中 |
11002 | Access token is invalid. | 您的 access_token 无效,请通过 oauth/authorize 接口获取 token |
11004 | Access token is malformed. | 您的 access_token 格式不正确,请通过 oauth/authorize 接口获取 token |
11005 | Access token is empty. | access_token 为必填字段,请传入正确的 access_token |
11006 | The redirect URI in the request does not match the ones authorized for the client.Please update the authorized redirect URIs. | 请求中的重定向 URI 与为客户端授权的重定向 URI 不匹配,请更新授权的重定向 URI |
11007 | The client_id is invalid. | 应用 id 无效,请检查 access_token 正确性 |
11008 | Application request limit has been exceeded. | 该应用的请求次数已达限制,请稍后重试 |
11009 | Authorization code is expired. | 授权码过期,请重新发起授权流程 |
11010 | Refresh token is malformed. | refresh_token 格式错误,请检查 refresh_token 正确性 |
11011 | Authorization code is malformed. | 授权码格式错误,请检查 authorization_code 正确性 |
11012 | Refresh token is expired. | refresh_token 过期,请重新发起授权流程 |
11013 | Authorization code can only be used once. | 授权码只能使用一次,请重新发起授权流程 |
11014 | The API you requested is out of the scope of authority. | 您请求的接口超出了授权范围,请在开发者开通对应权限后,重新发起授权 |
11016 | Application has reached the request limit per second. | 应用程序已达到每秒的请求限制,请稍后再试 |
11017 | Application has reached the request limit per minute. | 应用请求已达分钟频次上限,请 1 分钟后重试,或在官网提交工单申请开通更多频次配额 |
11018 | Application has reached the request limit per day. | 应用请求已达天频次上限,请 1 天后重试,或在官网提交工单申请开通更多频次配额 |
11019 | Your request is much too frequent. | 您的请求太频繁了,请稍后重试 |
11020 | Access token of the stress-test is invalid. | 压测的访问令牌无效 |
11021 | You have been temporarily blocked. If you have any questions, please contact our dedicated supporting team. | 您的 IP 暂时被封锁,如有疑问,可以联系我们技术支持团队 |
12000 | Your request is missing a required parameter. | 您的请求缺少必须参数:access_token,timestamp,nonce |
12001 | Parameter 'grant_type' must be one of the following values: [authorization_code or refresh_token]. | 参数 grant_type 的值必须是下列之一:[authorization_code or refresh_token] |
12002 | Parameter 'authorization_code' cannot be an empty string. | 参数 authorization_code 不能为空字符串,请调整参数后重试 |
12003 | JSON string is malformed. | JSON 字符串格式错误,请调整参数后重试 |
12004 | The parameter 'nonce' has too many characters. | 参数 nonce 的字符太多 |
12006 | A system frequency limit has been exceeded. | 超过系统频率限制,请稍后再试 |
12007 | The API you requested is unknown. Please check your URL and http method. | 您请求未知的接口,请检查您的 URL 和 HTTP 方法 |
12008 | Parameter 'fields' must be array. | 参数 fields 必须为数组,请调整参数后重试 |
12009 | Tried accessing nonexisting field in the parameter 'fields' you provided. | 参数 fields 中有不存在的字段,请调整参数后重试 |
12010 | The api you requested does not support idempotence. | 您请求的接口不支持幂等 |
12011 | The number of sub requests has reached the limit. | 批量请求的子请求个数超过限制 |
12100 | The nonce has been used before. | nonce 已被使用,请更换 nonce |
12101 | The timestamp is expired. | 时间戳过期,请确认发起请求时的 timestamp 字段赋值逻辑 |
12200 | Parameter 'account_id' is invalid. | account_id 参数无效,请校验当前 token 是否具有操作当前 account_id 的权限 |
12201 | Parameter 'account_id' is invalid. | account_id 参数无效,请校验当前 token 是否具有操作当前 account_id 的权限 |
12202 | The resource owner is not permitted to perform this operation. | 资源所有者未允许执行此操作,请确认操作者角色与资源关系的正确性 |
12203 | The resource owner is not permitted to operate this 'account_id'. | 资源所有者未允许操作此帐号 id,请确认当前 token 是否具有操作此 account_id 的权限 |
12300 | There is something wrong in encrypt decode | 加密解码失败,请检查传入参数正确性 |
12400 | Please activate your advertiser account for your mp account first. | 请先为您的 mp 帐户激活相应的广告帐户 |
12401 | The agency account you specified is not supported by MP Open API v1.0. | MP Open API v1.0 不支持您指定的代理商帐户 |
12402 | The interface is not supported by MP Open API v1.1. | MP Open API v1.1 不支持该接口 |
12500 | Parameter 'uid' is invalid. | 参数 uid 无效 |
12600 | The client does not exist. | 客户端不存在 |
12700 | The resource you specified is being modified. Please try again later. | 其他请求正在同时更新你请求的资源,为了保证数据一致性,请稍后重试 |
12701 | The account has been banned from creating new ads. If you have any questions, please contact online customer service or email "ads_ss"(Tencent Advertising Appeal Center) | 账户已被禁止新建广告,如有疑问请联系在线客服或邮件 ads_ss(腾讯广告申诉中心) |
12806 | Service timeout, please retry. | 服务接口超时,请重试。 |
30000 | We are unable to process your request at this time. Please retry your request. If you encounter this error repeatedly, please contact our dedicated operation team. | 系统繁忙,请稍后重试 |
30001 | Report service interface error,please contact our dedicated operation team,interface error code: | 报表服务接口错误,请联系我们的专业运营团队,接口错误码为: |
30002 | We are unable to process your request at this time. please contact our dedicated operation team. | 我们目前无法处理您的请求,请联系我们的专业运营团队 |
30003 | Ad service interface error,please contact our dedicated operation team,interface error code: | 投放服务接口错误,请联系我们的专业运营团队,接口错误码为: |
30004 | Wechat ad service interface error,please contact our dedicated operation team,interface error code: | 微信广告服务接口错误,请联系我们的专业运营团队,接口错误码为: |
30005 | The version of api you specified is not supported any more. Please migrate to the latest version. | 调用的接口版本已经不再支持,请迁移到最新接口版本 |
30006 | Dmp service interface error,please contact our dedicated operation team,interface error code: | DMP 服务接口错误,请联系我们的专业运营团队,接口错误码为: |
30007 | Tracking service interface error,please contact our dedicated operation team,interface error code: | 转化归因服务接口错误,请联系我们的专业运营团队,接口错误码为: |
30008 | Ocpa learning state service interface error,please contact our dedicated operation team,interface error code: | ocpa 学习状态服务接口错误,请联系我们的专业运营团队,接口错误码为: |
30009 | Billing service interface error,please contact our dedicated operation team,interface error code: | 计费服务接口错误,请联系我们的专业运营团队,接口错误码为: |
30010 | Business manager service interface error,please contact our dedicated operation team,interface error code: | BM 服务接口错误,请联系我们的专业运营团队,接口错误码为: |
30011 | CRM service interface error,please contact our dedicated operation team,interface error code: | CRM 服务接口错误,请联系我们的专业运营团队,接口错误码为: |
30012 | Dynamic adcreative service interface error,please contact our dedicated operation team,interface error code: | 动态创意服务接口错误,请联系我们的专业运营团队,接口错误码为: |
30013 | Fmc service interface error,please contact our dedicated operation team,interface error code: | 枫叶电商服务接口错误,请联系我们的专业运营团队,接口错误码为: |
30014 | Myapp service interface error,please contact our dedicated operation team,interface error code: | 应用宝服务接口错误,请联系我们的专业运营团队,接口错误码为: |
30015 | Product catalog service interface error,please contact our dedicated operation team,interface error code: | 商品库服务接口错误,请联系我们的专业运营团队,接口错误码为: |
30016 | Task service interface error,please contact our dedicated operation team,interface error code: | 定时任务服务接口错误,请联系我们的专业运营团队,接口错误码为: |
30017 | Landing page service interface error,please contact our dedicated operation team,interface error code: | 落地页服务接口错误,请联系我们的专业运营团队,接口错误码为: |
30018 | User action service interface error,please contact our dedicated operation team,interface error code: | 用户归因数据源服务接口错误,请联系我们的专业运营团队,接口错误码为: |
30019 | Customer service interface error,please contact our dedicated operation team,interface error code: | 客户服务接口错误,请联系我们的专业运营团队,接口错误码为: |
30020 | Demography estimate service interface error,please contact our dedicated operation team,interface error code: | 人群预估服务接口错误,请联系我们的专业运营团队,接口错误码为: |
30021 | Delivery service interface error,please contact our dedicated operation team,interface error code: | 投放服务接口错误,请联系我们的专业运营团队,接口错误码为: |
30022 | Unionapp service interface error,please contact our dedicated operation team,interface error code: | 广告包服务接口错误,请联系我们的专业运营团队,接口错误码为: |
30023 | Call Unionapp service interface error: {PARAM}, interface error code: {PARAM} | 请求广告包服务接口错误: {PARAM},接口错误码为:{PARAM} |
30024 | Call Feature flag error: {PARAM} | 获取 Feature flag 错误: {PARAM} |
31000 | Your request is missing a required parameter. The required parameter is '{PARAM}'. | 缺失必填参数{PARAM},请传入必填参数 |
31079 | The operator has been added. | 该服务商角色已经存在,不需要添加 |
31080 | The wechat_id is invalid. | 微信 id 不存在. |
31081 | The agency does not have this operator. | 服务商没有这个员工 |
18001 | Your request is missing a required parameter. The required parameter is '{PARAM}'. | 您的请求缺失必要的参数: '{PARAM}'。 |
31001 | Required parameter '{PARAM}' cannot be an empty string | 参数{PARAM}不能为空 |
31002 | Parameter '{PARAM}' must be {PARAM}. | 参数{PARAM}取值范围是{PARAM} |
18002 | Parameter '{PARAM}' must be {PARAM}. | 参数'{PARAM}'必须设置为 {PARAM}。 |
31003 | The value you specified for '{PARAM}' is invalid. Valid values must be less than {PARAM}. | 参数{PARAM}无效,取值需小于{PARAM} |
18003 | The value you specified for '{PARAM}' is invalid. Valid values must be less than {PARAM}. | 您设置的参数'{PARAM}'数值错误,可用数值应小于等于{PARAM}。 |
31004 | The value you specified for '{PARAM}' is invalid. Valid values must be greater than {PARAM}. | 参数{PARAM}无效,取值需大于{PARAM} |
18004 | The value you specified for '{PARAM}' is invalid. Valid values must be greater than {PARAM}. | 您设置的参数'{PARAM}'数值错误,可用数值应大于等于{PARAM}。 |
31005 | The value is invalid for the associated parameter '{PARAM}'. | 参数{PARAM}无效,请确认是否符合该字段正则要求 |
18005 | The value is invalid for the associated parameter '{PARAM}'. | 您设置的参数'{PARAM}' 数值非法 |
31006 | The value of parameter '{PARAM}' contains disallowed characters. | 参数{PARAM}包含不允许字符,请更新参数后重试 |
18006 | The value of parameter '{PARAM}' contains disallowed characters. | 参数'{PARAM}'包含不允许使用的字符 |
31007 | The parameter '{PARAM}' has too many characters, the length of the value cannot be more than the max length {PARAM}. | 参数{PARAM}长度超出最大限制{PARAM},请调整对应参数长度 |
18007 | The parameter '{PARAM}' has too many characters, the length of the value cannot be more than the max length {PARAM}. | 参数'{PARAM}'包含过多字符,数值长度不应大于最大值 {PARAM} |
31008 | The parameter '{PARAM}' has too few characters, the length of the value cannot be less than the min length {PARAM}. | 参数{PARAM}长度小于最小限制{PARAM},请调整对应参数长度 |
18008 | The parameter '{PARAM}' has too few characters, the length of the value cannot be less than the min length {PARAM}. | 参数'{PARAM}'包含过少字符,数值长度不应小于最小值 {PARAM} |
31009 | This operation is not permitted on this {PARAM}. | 没有权限操作指定对象,对象名:{PARAM} |
31019 | This operation is not permitted on this {PARAM}, the sign is {PARAM}. | 您没有权限操作指定功能:{PARAM},对应的白名单标识:{PARAM},请联系您的运营经理申请此白名单权限 |
31010 | The {PARAM} is invalid: it could have been deleted or never existed. | 操作的对象不存在或已删除,对象名:{PARAM},请确认 account_id 是否可操作该对象 |
31011 | The specified parameter '{PARAM}' referred to an entity which either does not exist or is not accessible to you. | 参数{PARAM}错误,对应的数据不存在,请确认对应对象是否存在 |
31012 | You are not permitted to use the mobile app. | 产品内测中,如需使用可联系您的运营经理,感谢! |
31013 | An {PARAM} is being added or renamed, but the name is already being used by another {PARAM}. | {PARAM}对象存在重名,对象名:{PARAM},请修改对象名称 |
31014 | The MD5 value specified in the request did not match the MD5 value calculated by the server. | 文件签名校验失败,请确认上传文件与对应 MD5 是否匹配 |
31016 | parameter value is too tiny | 参数值太小,请调整参数值大小 |
31017 | Parameter '{PARAM}' must be one of the following values: [{PARAM}]. | 参数{PARAM}的取值需在[{PARAM}]中 |
18009 | Parameter '{PARAM}' must be one of the following values: [{PARAM}]. | 参数'{PARAM}'必须为'[{PARAM}]'其中之一。 |
31018 | The type of the uploaded file is invalid. | 上传文件的类型无效,请确认上传文件类型在允许范围内 |
18010 | The type of the uploaded file is invalid. | 上传的文件类型非法 |
31020 | Your request contains too many values for '{PARAM}'. This parameter can have a maximum of {PARAM} value(s). | 您的请求包含的{PARAM}值太多,此参数最多可包含{PARAM}值 |
18011 | Your request contains too many values for '{PARAM}'. This parameter can have a maximum of {PARAM} value(s). | 您请求的参数'{PARAM}'包含的数据条数过多,该参数允许的最大条数是:'{PARAM}'。 |
31021 | Your request contains too few values for '{PARAM}'. This parameter must have a minimum of {PARAM} value(s). | 您的请求包含的{PARAM}值太少,此参数最少可包含{PARAM}值 |
31022 | The '{PARAM}' field capability related to this feature is still open in grayscale. If you need to use it, you can contact our operator. (whitelist: '{PARAM}') | 该功能相关的{PARAM}字段能力还在灰度开放中,如果您需要使用可以联系我们的运营人员(白名单:{PARAM}) |
31023 | The operation-related capabilities are still open in grayscale. If you need to use, you can contact our operations staff. (whitelist: '{PARAM}') | 该操作相关能力还在灰度开放中,如果您需要使用可以联系我们的运营人员(白名单:{PARAM}) |
18012 | Your request contains too few values for '{PARAM}'. This parameter must have a minimum of {PARAM} value(s). | 您请求的参数'{PARAM}'包含的数据条数过少,该参数允许的最少条数是:'{PARAM}'。 |
31026 | The campaign daily budget adjustment is less than minimum | 推广计划日预算调整幅度小于最低修改幅度 |
31027 | An object with the same 'outer_id' has already been created. | 已使用相同的 outer_id 创建对象 |
31028 | The 'outer_id' provided does not match our records. | outer_id 不匹配,请更新参数后重试 |
31029 | Parameter '{PARAM}' has too many decimal places. The maximum number of decimal places is {PARAM}. | 参数{PARAM}长度小于最小限制{PARAM},请调整参数大小 |
18013 | Parameter '{PARAM}' has too many decimal places. The maximum number of decimal places is {PARAM}. | 参数 {PARAM}的小数位数过多,最大小数位数为 {PARAM} |
31030 | New version should be greater than the existing version. | 版本必须比当前版本新,请更新后重试 |
31031 | The parameter '{PARAM}' is not allowed to be modified. | 参数{PARAM}不允许修改 |
31033 | This parameter is not permitted on this {PARAM}, the sign is {PARAM}. | 您没有权限操作指定参数,参数名:{PARAM},对应的白名单标识:{PARAM},请联系您的运营经理申请此白名单权限 |
31034 | Parameter '{PARAM}' is invalid. | 参数{PARAM}无效或者不合法,请检查该参数。 |
31035 | Your request must include at least one of {PARAM}. | 以下参数必须至少设置一项,参数名:{PARAM} |
31036 | You can only provide one 'order_by' parameter. | 您只能提供一个 order_by 参数,请检查传入的 order_by 参数。 |
31037 | The uploaded file is too large. | 上传文件过大,请更新后重试 |
31038 | You are not permitted to do this request. | 您当前无权执行此请求 |
31039 | The {PARAM} has been locked. | {PARAM}已被锁定,请稍后重试 |
31040 | The {PARAM} is not allowd in this request | 此请求中不允许{PARAM},请更新参数后重试 |
31041 | The '{PARAM}' must under the domain '{PARAM}' | {PARAM}必须位于{PARAM}域下,请更新参数后重试 |
31042 | You are not permitted to use parameter '{PARAM}' | 您不能使用参数{PARAM},请确认是否拥有白名单权限,或是否满足策略要求 |
31043 | Parameter 'end_date' cannot be earlier than the parameter 'begin_date' | 参数 end_date 不能早于参数 begin_date,请更新参数后重试 |
31044 | The values of '{PARAM}' and '{PARAM}' can not be used simultaneously in this scenario. | {PARAM}和{PARAM}不能同时使用,请更新参数后重试 |
31045 | The value of the parameter '{PARAM}' is not allowed to use the parameter '{PARAM}'. | 参数{PARAM}不允许使用{PARAM}值,请更新参数后重试 |
31046 | The values of '{PARAM}' and '{PARAM}' can not be used simultaneously in this '{PARAM}'. | {PARAM}和{PARAM}的值不能同时用于{PARAM}的值,请确认对应参数值的组合是否符合的策略要求 |
31047 | The parameter '{PARAM}' you provided is not available to the {PARAM}. | 您提供的参数{PARAM}不适用于{PARAM},请确认是否符合策略要求 |
31048 | The value of '{PARAM}' cannot be used with the '{PARAM}' you provided. | 参数{PARAM}不允许使用{PARAM}值,请确认以上参数组合是否符合策略要求 |
31049 | Your request has unrecognized parameter [{PARAM}] in the parameter '{PARAM}' you provided. | 您提供的参数{PARAM}包含不识别的参数{PARAM},请确认结构体中传入参数名是否正确 |
31050 | The value of the parameter '{PARAM}' must be same as the value of the parameter '{PARAM}'. | 参数{PARAM}的值必须与参数{PARAM}的值相同,请更新参数后重试 |
31051 | The {PARAM}s you specified with ids '{PARAM}' do not exist. | 您指定的{PARAM}在'{PARAM}'列表中不存在 |
31052 | The start_date cannot be earlier than '{PARAM}'. | 开始时间 start_date 不能早于参数'{PARAM}' |
31053 | The end_date cannot be later than '{PARAM}'. | 结束时间 end_date 不能晚于参数'{PARAM}' |
31054 | Parameter 'end_date' cannot be earlier than the parameter 'start_date' | 参数'end_date'不能早于'state_date' |
31055 | Parameter '{PARAM}' cannot be earlier than the parameter '{PARAM}'. | 参数{PARAM}不能早于参数{PARAM} |
31056 | Parameter '{PARAM}' cannot be later than the Parameter '{PARAM}'. | 参数'{PARAM}'不能晚于'{PARAM}' |
31057 | Parameter '{PARAM}' cannot be earlier than '{PARAM}'. | 参数'{PARAM}'不能早于'{PARAM}' |
31058 | Parameter '{PARAM}' cannot be later than '{PARAM}'. | 参数'{PARAM}'不能晚于'{PARAM}' |
31059 | Missing some of these parameters: '{PARAM}' | 您的请求缺失部分参数: '{PARAM}' |
31060 | Your request differs from a previous request with the same X-Request-Id. | 您的请求参数与之前具有相同 X-Request-Id 的请求不同,请更新参数后重试 |
31067 | Invalid wechat account id, please check it and try again. | 微信账号 id 不正确,请检查后重试 |
31099 | Parameter is invalid. | 参数值错误,请更新参数后重试 |
31100 | You are not permitted to use the product catalog you specified. | 您无权使用您指定的商品目录,请确认是否具有操作对象的操作权限 |
31101 | The recommend_ids must have the same parent id. | 所选的推荐方式必须具有相同的父 id,请更新参数后重试 |
31102 | You are not permitted to use the recommend_id for the product catalog. | 所选推荐方式不适用于您所选的商品目录,请更新参数后重试 |
31103 | The product catalog does not support field '{PARAM}'. | 商品目录不支持字段{PARAM},请更换使用其他的商品库 |
31104 | The operator is not supported for the field you specified. | 您指定的字段不支持该运算符,请更新参数后重试 |
31105 | The dynamic template is either not available to you or is deprecated. | 动态模板不可用,请确认当前动态模板正确性 |
31106 | The adcreative's product_catalog_id must be same as the adgroup's product_catalog_id. | adcreative 的 product_catalog_id 必须与 adgroup 的 product_catalog_id 相同 |
31107 | The Dynamic Products Ad cannot be updated for the moment. | 当前无法更新动态产品广告,请稍后重试 |
31110 | The dynamic adcreative's product_catalog_id must be same as the adgroup's product_catalog_id. | dynamic adcreative 的 product_catalog_id 必须与 adgroup 的 product_catalog_id 相同 |
31111 | The dynamic adcreative's product_mode must be same as the adgroup's product_mode. | dynamic adcreative 的 product_mode 必须与 adgroup 的 product_mode 相同 |
31112 | The dynamic adcreative's product_source must be same as the adgroup's product_source. | dynamic adcreative 的 product_source 必须与 adgroup 的 product_source 相同 |
31113 | Union ad position package has been upgraded, which has supported authorization from other accounts, and it has improved the limit to 2000 of ad position. So the {PARAM} you can only use less 5. | 当前流量包功能已升级:支持从其他账户授权流量包,且提升了单个流量包可以关联的广告位数至 2000 个。由于可以打包的广告位更多,您无需多个包即可实现定投/屏蔽目标,因此广告可绑定的{PARAM}流量包个数下调为 5 个 |
31114 | Union ad position package ({PARAM})'s authorization has been canceled or union ad position package has been deleted. | 您选择的流量包({PARAM})授权关系已经被解除或者包已经被删除 |
31115 | Union ad position package has been upgraded and it can not be modified when original {PARAM} exceeding 5 limits. | 当前流量包功能已升级:原始广告已绑定的{PARAM}流量包超出 5 个限制,本次流量包不允许修改 |
31116 | Union ad position package ({PARAM}) which you have selected is invalid. | 您选择的流量包({PARAM})存在非法 |
31117 | Multiple Dynamic Products Ads (MDPA) does not support dynamic_creative_id. | 动态多商品广告不支持动态创意 |
31118 | Failed to get Dynamic Products Ads recommendation options. | 获取动态商品广告推荐方式错误 |
31119 | The adcreative's {PARAM} must be same as the adgroup's {PARAM}. | adcreative 的{PARAM}必须与 adgroup 的{PARAM}相同 |
32100 | Your account balance is not enough. | 余额不足,请充值后重试 |
32102 | Funds can only be transferred between accounts of the same type. | 只能在同类型资金账户间划账,请更新参数后重试 |
32103 | Funds transfer is not supported by your account. | 当前资金账户类型不支持划账,请更新参数后重试 |
32104 | The signature of the recharge message is invalid. | 充值通知签名错误,请更新参数后重试 |
32105 | Transfer failed: the current account has more than {PARAM} funds with validity period. | 划账失败,当前账户已超{PARAM}笔有效资金 |
32106 | Funds are not allowed to be transferred to a frozen account. | 不允许向冻结的账户划账 |
32107 | The 'daily_budget' can only be set when the advertiser becomes active. | 只有生效帐户才能设置日预算 |
32108 | The duration of the parameter 'date_range' is beyond the allowed maximum. | 参数 date_range 的时间跨度超过允许的范围 |
32109 | Transfer limit reached. Please retry after one day. | 超过每日划账次数限制,请明天再试 |
32110 | The specified account does not exist. | 指定的帐户不存在,请确认操作的资金账户正确性 |
32111 | The amount of your transfer is below the allowed minimum. | 您的转帐金额低于允许的最低金额,请调整转账金额 |
32112 | This fund_type has already been closed. | 您使用的'fund_type'已经被关闭 |
32122 | Cannot send authorization request to bound advertiser. | 该广告主已经绑定,不能再次发送请求 |
32203 | The budget of the account has been modified too many times. | 单日修改日预算已达上限,请明天再试 |
32206 | mobile and telephone must set one of them | 手机号和座机号不能同时为空 |
32207 | No advertiser is found for the 'account_id' provided in the request. | 没有找到有效的广告主 |
32208 | Unsupported operation for the current authorization status of the advertiser. | 广告主授权状态,不支持该操作。 |
32209 | The agency is inactive. | 代理商状态不可用, |
32210 | The API can only be used by an agency. | 当前操作仅支持代理商使用,请确认调用方是否为代理商 |
32211 | The advertiser is inactive. | 广告主帐号当前不可用,请确认当前广告主状态是否正确 |
32212 | The 'daily_budget' was greater than the maximum allowed. | 日预算太大,请调整日预算大小 |
32213 | The 'daily_budget' was less than the minimum allowed. | 日预算太小,请调整日预算大小 |
32214 | current user status is not allowed to save drafts | 当前广告主状态不允许保存草稿 |
32215 | nothing changed for approval | 调用 update 接口必须修改至少一项内容 |
32216 | information is not complete for approval | 提交审核需要的信息不完整,请完善信息 |
32217 | no industry info provided | 至少要填一个行业 id 或者外部行业信息 |
32218 | the qq of user has been registere | 填写的 QQ 号已被注册为广告主,请更换 QQ 号后重试 |
32219 | The advertiser don't have any wechat account binding | 广告主没有绑定微信公众号,请先绑定公众号后重试 |
32220 | The wechat spid frozen can not be different from campaign's | 该推广计划由其他服务商创建,请确认是否拥有该推广计划的权限 |
32221 | The daily budget of Advertising should not be less than 1.5 times the current budget. | 日预算需要高于当前帐号的总消耗,请调大日预算 |
32225 | You cannot modify your qualifications at this time. | 您目前无法修改资质,仅当审核驳回后可做对应操作 |
32231 | You cannot provide different icp images for the same domain. | 对于相同的域名,不能提供不同的 icp 图片,请确认 icp 图片正确性 |
32232 | Your mp account has been successfully created. | 您的 mp 帐户已成功创建 |
32233 | You cannot get your agency and advertisers at the same time. | 您无法同时获得代理商和广告客户 |
32234 | You cannot modify the parameter(s) '{PARAM}' when the parameter 'system_status' is 'CUSTOMER_STATUS_NORMAL' | 当参数 system_status 为 CUSTOMER_STATUS_NORMAL 时,您无法修改参数{PARAM} |
32235 | Your wechat account is pending audit or has been denied | 由于您的微信帐户正在等待审核或被拒绝,您目前无法执行此操作 |
32236 | Your agency_token does not match your agency id. | 您的 agency_token 与您的代理商 id 不符,请确认传入参数是否正确匹配 |
32237 | Please create your wechat advertising account first. | 请先创建您的微信广告帐户 |
32238 | The ticket of wechat account is expired. | 微信账号授权已过期,请确认是否在微信后台取消了授权,若已取消授权,请重新发起微信公众号绑定流程 |
32239 | Your wechat account is not supported. | 您的微信帐户暂无法使用,请确认当前操作是否允许当前广告主类型使用 |
32240 | The interface '{PARAM}' can only be used by a agency account | 仅支持代理商身份调用接口'{PARAM}' |
32241 | The API can only be used by a wechat account who is not an agency | 该接口仅支持微信账号调用且非代理商身份 |
32242 | The API is not allowed to use by a qq account | 该接口不在 QQ 用户可访问的模块白名单中 |
32243 | The account_id can't be agency | 不支持代理商账号 |
32244 | The wechat account bound to this account can not be found | 当前账号绑定的微信账号信息不存在 |
32245 | A wechat official account has been bound to this account. | 当前账号已绑定微信账号 |
32255 | Agency operators are not permitted to operate this advertiser, please contact agency administrator. | 服务商运营人员无权操作此广告账号,请联系服务商管理员。 |
32256 | Agency operators are not permitted to operate this '{PARAM}', can only 'AD_QUALIFICATION', 'AD_QUALIFICATION_WECHAT' permitted, please contact agency administrator. | 服务商运营人员无权操作此'{PARAM}',仅可操作'广告资质'、'微信广告资质',请联系服务商管理员。 |
32301 | For wechat account, you can only use GREATER_EQUALS operator for the field 'last_modified_time'. | 微信广告主使用最后修改时间筛选时,仅支持使用大于等于 |
32302 | Campaign 'daily_budget' has been modified too many times. | 推广计划日预算修改次数已达上限 |
32306 | The campaign can not be deleted when 'configured_status' is not AD_STATUS_SUSPEND. | 只有暂停的计划才能被删除 |
32307 | Campaign 'daily_budget' was too low. Please increase the 'daily_budget' and retry. | 推广计划预算太小,请上调日预算 |
32308 | Parameter 'campaign_type' is not allowed to be modified. | 计划类型不能被修改 |
32310 | The 'daily_budget' was greater than the maximum allowed. | daily_budget 大于允许的最大值 |
32311 | The 'daily_budget' was less than the minimum allowed. | 日预算太小,请上调日预算 |
32312 | The 'begin_date' must greater than now. | 开始日期不得早于今日 |
32313 | The city's level of point {PARAM} is defferent from other points in Adgroup's geo_location | 所选的城市或商圈不属于同一出价级别{PARAM},请确认所选城市是否均属于同一级别 |
32314 | The incremental value of your campaign's 'total_budget' is below the allowed minimum. | 推广计划总预算低于允许可设置的最小值,请更新参数后重试 |
32315 | The number of your campaigns has reached the limit. | 推广计划个数已达上限,您可通过删除无效推广计划进行管理 |
32402 | Ad group time interval specified is invalid, 'end_date' cannot be earlier than 'begin_date'. | 开始日期必须早于结束日期,请更新参数后重试 |
32405 | Parameters 'min_impression_include' and 'max_impression_include' must be used together. | 最低曝光频次和最高曝光频次必须成对设置,请更新参数后重试 |
32406 | Parameter 'max_impression_include' cannot be less than 'min_impression_include'. | 最高曝光频次不得小于最低曝光频次,请更新参数后重试 |
32407 | Parameter 'site_set' has already been set by the campaign, you need set the same value | 推广计划上已经设置了投放版位 |
32408 | A required parameter 'site_set' was not specified or is an empty string. | 广告投放版位未设置,请更新参数后重试 |
32409 | Parameter 'timeset' has already been set by the campaign, you should not set the parameter | 推广计划已经设置投放时段 |
32410 | Only campaigns of {PARAM} type can use 'bid_type' of {PARAM}. | {PARAM}类型推广计划只能使用{PARAM}类型的计费方式 |
32413 | Parameters 'begin_date' and 'end_date' have already been set by the campaign, you should not set this parameters | 投放日期重复设置 |
32415 | The bid on an ad group is not allowed to be higher than 50% of the daily budget of the campaign. | 广告出价不得超过计划预算的 50%,请更新参数后重试 |
32416 | The bid on an ad group is not allowed to be modified. | 当前广告不允许修改出价 |
32417 | The 'product_type' you specified is not allowed to be used by your campaign. | 无法使用当前推广目标,请更新参数后重试 |
32418 | the 'code' of qualification is not exit | 资质编码不存在,请确认资质编码是否正确 |
32419 | the 'industry_id' of qualification code is not exit | 行业资质编码不存在,请确认行业资质编码是否正确 |
32420 | the number of qualifications is illegal | 营业执照号错误,请确认营业执照号是否正确 |
32421 | This targeting can not be modified | 定向不能进行修改 |
32422 | This bid is too samll or large | 出价超出限制,请确认出价是否满足策略要求 |
32423 | The total number of adgroups for the campaign has reached the maximum limit '{PARAM}'. | 当前推广计划下广告组数量超出限制{PARAM},请删除部分 adgroup 后重试 |
32424 | The {PARAM} need to be consistent with the values in the campaign | 参数{PARAM}的值与其他 adgroup 或 campaign 的值不一致,需保持一致 |
32425 | The wechat's adgroup allows its 'promoted_object_type' in {PARAM} only | 微信广告组的商品类型只能为{PARAM} |
32426 | The point {PARAM} is illegal in wechat's adgroup. | 微信推广计划的参数非法,参数名:{PARAM} |
32427 | The bid is illegal in the city of level {PARAM}. | 出价不符合城市{PARAM}的级别要求,请按照城市级别调整出价策略 |
32428 | Parameter'targeting_id' and parameter 'targeting' is not allowed to use at the same time. | targeting_id 和 targeting 不能同时使用 |
32429 | The '{PARAM}' must be set and '{PARAM}' is not allowed to set. | 参数{PARAM}必传,且该参数传了时参数{PARAM}不允许传,请调整参数后重试 |
32430 | Parameter 'geo_location' must be set | 定向 geo_location 不能为空,请添加 geo_location 定向 |
32431 | Parameter 'regions' and 'business_districts' and 'custom_locations' cannot be empty at the same time. | regions 和 business_districts 不能同时为空 |
32432 | The 'location_types' must be the {PARAM}. | location_types 仅支持{PARAM} |
32433 | The {PARAM} is not allowded to set | 由于策略限制,当前条件下{PARAM}参数不允许使用 |
32434 | The 'object_type','time_window','act_id_list' and 'object_id_list' must be set at the same time. | object_type,time_window,act_id_list 和 object_id_list 必须同时设置 |
32435 | The Wechat Moments Ad time exceeded the limit | 微信朋友圈广告投放时间段超出限制 |
32436 | In the targeting package referred by targeting_id, the '/geo_location/location_types' must be 'LIVE_IN' when site_set contains SITE_SET_WECHAT | 当 site_set 包含 SITE_SET_WECHAT,定向包中的'geo_location/location_types'仅支持'LIVE_IN' |
32456 | Bid paramter error | 出价参数错误,请更新参数后重试 |
32457 | The Wechat Moments Adgroup can not delete all in the Campaign | 微信朋友圈推广计划下的广告不允许全部删除 |
32458 | Wechat moments's Adgroup must set 'time_series' same everyday | 微信朋友圈广告必须每天的投放时间段保持一致,请更新参数后重试 |
32459 | The 'promoted_object_type' you specified is not allowed to be used by your 'optimization_goal'. | 当前推广目标类型不支持使用该优化目标,请调换使用其他优化目标 |
32460 | You do not fulfill the requirements of the OCPA ad. | 您不满足使用 ocpa 的门槛限制,请确认门槛要求后重试 |
32461 | You cannot change 'optimization_goal' from OPTIMIZATIONGOAL_IMPRESSION to OPTIMIZATIONGOAL_CLICK | 不允许将优化目标从 OPTIMIZATIONGOAL_IMPRESSION 更改为 OPTIMIZATIONGOAL_CLICK |
32462 | The optimization_goal cannot be changed for oCPA ads. | oCPA 广告的优化目标不允许更新 |
32463 | The 'begin_date' cannot be earlier than the current date. | 开始日期需要早于当前日期,请更新参数后重试 |
32464 | Parameter 'ocpa_expand_enabled' is allowed to be set to 'true' and 'ocpa_expand_targeting' is allowed to be used only for oCPA ads. | 当且仅当广告为 oCPA 广告时,才可将参数 ocpa_expand_enabled 设置为 true,以及使用 ocpa_expand_targeting,请确认当前是否为 oCPA 广告 |
32465 | Parameter 'ocpa_expand_targeting/cpc_expand_targeting' can only be used when 'ocpa_expand_enabled/cpc_expand_enabled' is set to 'true'. | 当且仅当 ocpa_expand_enabled/cpc_expand_enabled 设置为 true 时,才可使用 ocpa_expand_targeting/cpc_expand_targeting |
32466 | Parameter 'ocpa_expand_targeting' conflicts 'targeting'. | ocpa_expand_targeting 的定向设置需与 targeting 中的定向值一致 |
32467 | the value of arameter 'time_series' cannot be all zero. | time_series 不允许全为 0,请更新参数后重试 |
32468 | The wechat moments adgroup must be advertised at least 6 hours a day. | 微信朋友圈广告每天的投放时间需大于等于 6 小时,请更新参数后重试 |
32469 | The paramter '{PARAM}' in the targeting you provided is not supported for this {PARAM}. | targeting 中的参数{PARAM}不支持{PARAM},请更新参数后重试 |
32470 | You can have at most {PARAM} adgroups for a campaign. | 推广目标最多可包含{PARAM}广告组,请更新参数后重试 |
32471 | The adgroup's optimization_goal is invalid or you don't have the permission to use it | 广告组的 optimization_goal 无效,或者您无权使用它 |
32472 | The adgroup's bid_amount is invalid under OCPA | 广告组的出价在 oCPA 广告下无效,请更新参数后重试 |
32473 | The number of your adgroups has reached the limit. | 广告组的个数已达上限,您可通过删除无效的广告组进行管理 |
32474 | The number of your adgroups with the same {PARAM} you specified has reached the limit. | 您指定的具有相同{PARAM}的广告组的数量已达到限制 |
32475 | You cannot modify 'app_android_channel_package_id' of wechat moments. | 微信朋友圈广告不支持修改渠道包,请更新参数后重试 |
32476 | The targeting you specified has already been used by adgroups whose 'ocpa_expanding_targeting' is true. The adgroup_id of these adgroups are '{PARAM}'. | 定向已被用于使用扩量定向的广告,不支持再被其他广告引用,已被使用的广告组 id:{PARAM} |
32477 | Parameter 'cpc_expand_enabled' is allowed to be set to 'true' and 'cpc_expand_targeting' is allowed to be used only for CPC ads. | 当且仅当广告为 CPA 广告时,才可将参数 cpc_expand_enabled 设置为 true,以及使用 cpc_expand_targeting |
32478 | It is not allowed to update wechat moments' adgroup and other adgroups in the same batch. | 不允许同时修改朋友圈广告和非朋友圈广告 |
32479 | You can only update adgroups belonging to the campaigns with campaign_type 'CAMPAIGN_TYPE_NORMAL','CAMPAIGN_TYPE_WECHAT_MOMENTS' or 'CAMPAIGN_TYPE_WECHAT_OFFICIAL_ACCOUNTS'. | 您只能更新 campaign_type 为 CAMPAIGN_TYPE_NORMAL,CAMPAIGN_TYPE_WECHAT_MOMENTS 或 CAMPAIGN_TYPE_WECHAT_OFFICIAL_ACCOUNTS 的广告组。 |
32480 | Parameter '{PARAM}' cannot be '{PARAM}' than the original '{PARAM}' of the adgroups with id '{PARAM}'. | 参数 {PARAM}不能是 {PARAM},而不是广告组的原始 {PARAM},广告组 id:{PARAM} |
32481 | You cannot update the parameter 'begin_date' for the adgroups with id '{PARAM}' since those have begun. | 已开始投放的广告组{PARAM}不允许更新创建时间字段 |
32482 | You don't have the permission to use the adgroup's dynamic_ad_spec | 您没有使用 adgroup 的 dynamic_ad_spec 的权限 |
32483 | The parameter 'cpc_expand_enabled' can not be true if the adgroup's billing_event is BILLINGEVENT_CLICK, the optimization_goal is OPTIMIZATIONGOAL_CLICK and the parameter 'dynamic_ad_spec' is set. | ocpa 的动态商品广告不允许开启 CPC 自动扩量功能 |
32484 | The 'daily_budget' must be at least 5000 higher than the cost today. | 日预算必须大于等于 50 元 |
32485 | The difference between 'daily_budget' and the current daily budget must be higher than {PARAM}. | 日预算每次更新必须大于{PARAM}分 |
32486 | The number of requests updating the daily budget of an adgroup has reached the limit. | 广告组日预算的修改次数已达到上限 |
32487 | The parameter 'promoted_object_type' should be 'PROMOTED_OBJECT_TYPE_LINK' or 'PROMOTED_OBJECT_TYPE_LINK_WECHAT' or 'PROMOTED_OBJECT_TYPE_LEAD_AD', if the parameter 'targeting[app_installed_spec]' is set. | 仅推广目标为网页时,您可使用已安装定向 |
32488 | The feature 'app_installed_spec' does not support the app you specified. If you need to use this feature, please contact our dedicated operation team. | 您的应用暂不支持已安装定向,请联系您的运营经理申请权限 |
32489 | The targeting with id '{PARAM}' you specified is not allowed since the 'promoted_object_type' of the adgroup should be 'PROMOTED_OBJECT_TYPE_LINK' | 仅推广目标为网页时,您可使用包含指定应用 id 的安装定向的定向包 {PARAM} |
32490 | Values in the site_set must belong to the same site set. | 有版位必须在同一个版位集下面 |
32491 | Rewarded video ads can only be created when site_set is SITE_SET_WECHAT. | 仅当 site_set 为 SITE_SET_WECHAT 时才能创建激励视频广告 |
32492 | The audit status conflicts with the rateing of adgroup auditing | 审核状态与广告组审核的等级发生冲突 |
32493 | The targeting with id '{PARAM}' you specified is not allowed since the 'promoted_object_type' of the adgroup should be one of {PROMOTED_OBJECT_TYPE_APP_ANDROID_MYAPP, PROMOTED_OBJECT_TYPE_APP_IOS, PROMOTED_OBJECT_TYPE_APP_ANDROID, PROMOTED_OBJECT_TYPE_APP_ANDROID_UNION} | 仅推广目标为 PROMOTED_OBJECT_TYPE_APP_ANDROID_MYAPP、PROMOTED_OBJECT_TYPE_APP_IOS、PROMOTED_OBJECT_TYPE_APP_ANDROID、PROMOTED_OBJECT_TYPE_APP_ANDROID_UNION 时使用,您可使用不指定应用 id 的安装定向的定向包'{PARAM}' |
32494 | The parameter 'promoted_object_type' should be 'PROMOTED_OBJECT_TYPE_APP_ANDROID_MYAPP', 'PROMOTED_OBJECT_TYPE_APP_ANDROID_UNION', 'PROMOTED_OBJECT_TYPE_APP_ANDROID' or 'PROMOTED_OBJECT_TYPE_APP_IOS' if the parameter 'targeting[app_install_status]' is set. | 仅推广目标为 Android 应用、iOS 应用、应用宝推广或应用下载(联盟推广)时,您可使用应用安装定向 |
32495 | The parameter 'bid_strategy' you specified is not supported for the 'site_set ' of the adgroup | 微信广告不支持设置出价策略 |
32496 | The parameter 'bid_strategy' you specified is allowed to be used only for oCPA ads | 出价策略参数'bid_strategy'仅允许在 ocpa 广告中设置 |
32501 | {PARAM} can only be used when {PARAM} is {PARAM} | 当且仅当{PARAM}是{PARAM}时,{PARAM}才可以使用 |
32502 | Parameter 'auto_audience' conflicts 'targeting_id' or 'expand_enabled' or 'targeting/custom_audience' | 参数'auto_audience' 与 以下参数('targeting_id', 'expand_enabled', 'targeting/custom_audience') 不能同时使用 |
32503 | Parameter '{PARAM}' is not supported in the Wechat Moments Adgroup | 参数 '{PARAM}' 不支持朋友圈广告 |
32504 | The creative template cannot be used by the adgroup with the 'promoted_object_type' you specified. | 当前规格不能被您指定的标的物类型的广告组使用 |
32506 | The campaign id you specified must matches the campaign in your adgroup. | 广告组 id 和计划 id 不匹配,请检查 id 正确性 |
32507 | The file type is invalid. | 视频类型错误,请检查传入视频类型是否正确 |
32508 | The video is not of legal dimensions. | 视频尺寸不符合要求,请检查传入视频尺寸是否符合要求 |
32509 | The image could not be stored, please retry your request. If you encounter this error repeatedly, please contact our dedicated operation team. | 存储图片失败,请稍后重试 |
32510 | The domain is not whitelisted for the 'impression_tracking_url'. | 曝光监控地址主域不在允许的白名单内,请使用白名单范围内的域名地址 |
32513 | Parameter 'page_url' has already been set by the ad group. | 广告组已经设置落地页地址 |
32514 | Parameter '{PARAM}' is invalid. | 创意元素 creative_element 中参数{PARAM}错误 |
32515 | Parameters 'promoted_object_id' in landing page url and 'promoted_object_id' in adgroup must match. | 落地页地址中标的物 id 与 adgroup 中标的物 id 必须一致 |
32516 | This ad must use a dynamic ad template since it is a dynamic ad. | 当前广告是动态创意广告,必须使用动态创意规格 |
32517 | Video duration does not meet the requirements | 视频时长不符合要求,请更新文件后再试 |
32518 | Video file is too large. | 视频文件大小不符合要求,请更新文件后再试 |
32519 | Video is pending conversion. | 视频文件处理中,暂不可用,请稍后再试 |
32521 | Image file is too large. | 图片文件过大,请更新文件后再试 |
32522 | Image file of '{PARAM}' is too large. | {PARAM}的图像文件太大 |
32523 | Parameters 'site_set' and 'promoted_object_type' must be used together. | site_set 和 product_type 两个筛选条件必须一起使用 |
32524 | The creative elements do not meet the specifications of the creative template. | 创意元素不符合规格要求 |
32525 | Image file is too small. | 图片文件过小 |
32526 | Video transcoding has failed. | 视频文件转码失败 |
32527 | The creative template cannot be used on the 'site_set' of the adgroup. | 当前规格不能在广告组对应的版位投放 |
32528 | You are not permitted to use this creative template. | 未授权使用该规格 |
32529 | cannot use search ad creative currently | 当前创意不可使用 |
32530 | invalidate creative_elements | 创意元素无效 |
32531 | unmatched placement group on adgroup and creative | 创意和广告组上的广告类型不一致 |
32533 | Parameters 'site_set' and 'promoted_object_type' must be set when 'account_id' is set. | 广告组的版位和广告创意的版位不匹配 |
32534 | campaign promoted_object_type and ad_creative promoted_object_type is not match | 广告组的标的物类型和广告创意的标的物类型不匹配 |
32535 | Adgroup site_set and AdCreative site_set is not match | 广告组的标的物 id 和广告创意的标的物 id 不匹配 |
32536 | Adgroup promoted_object_type and AdCreative promoted_object_type is not match | 广告组的推广目标类型与广告创意上的推广目标类型不匹配,请检查后再提交 |
32537 | Adgroup promoted_object_id and AdCreative promoted_object_id is not match | 同一推广计划下的微信朋友圈广告仅能关联同一广告创意 |
32538 | The number of Wechat moments Ad in one campaign reach limit | 微信朋友圈广告仅能关联一个广告创意 |
32539 | Wechat moments Ad in one campaign must refers the same ad_creative | 微信公众号广告仅能关联一个广告创意 |
35020 | The item you selected is not available, please select another item. | 您选择的 item 不可用,请选择其他 item |
35021 | The param excluded_converted_audience can not use for targeting package. | 排除已转化用户定向暂不支持定向包 |
35022 | The value of excluded_converted_audience is only can be use for oCPC/oCPM. | 排除已转化用户定向,仅支持 oCPC、oCPM 出价方式广告,若开启自定义转化行为则不限制出价方式 |
35023 | The value of excluded_converted_audience is only can be use for SDPA. | 排除已转化用户定向,同商品选项只支持 SDPA 商品广告 |
32540 | This Adgroup in the Wechat moments Campaign already refers one AdCreative | 朋友圈创意必须归属于朋友圈推广计划 |
32541 | This Adgroup in Wechat offical account Campaign already refers one Creative | 创意数量达到限制 |
32542 | AdCreative's campaign must set the placement PLACEMENT_MOMENTS | 微信朋友圈广告仅支持一张图片 |
32543 | The number of AdCreative associations reaches the limit | 广告创意被引用的次数已达上限 |
32544 | Wechat moments ad only support one imag | 创意元素的文字描述最多 4 行 |
32545 | Wechat moments ad are not allowed modified after exposure | 微信朋友圈广告一旦有过曝光后,即不允许修改 |
32546 | Creative elements's texts at most have 4 rows | 创意元素的文本最多支持 4 行 |
32547 | This template id is not exist or had been disabled | 模板 id 不存在或已被下线 |
32548 | The file type is invalid. | 文件类型无效 |
32549 | You donnot have permission to use this creative_template | 您无权限使用该创意模板 |
32550 | Parameter '{PARAM}' cannot be used in this creative template | 参数{PARAM}不允许使用在该创意模板 |
32551 | The domain of your page_url is not on the authorized domain list. | 落地页 url 的域名不在允许投放的列表中 |
32552 | Parameter 'deep_link_url' is not supported for the adcreative_template_id, site_set and promoted_object_type you specified. | 您指定的 adcreative_template_id,site_set 和 promote_object_type 不支持参数{PARAM} |
32553 | Parameter 'deep_link_url' is not authorized to be used. | 无权使用参数{PARAM},请联系产品后再试 |
32554 | The package of the parameter 'page_url' you provided does not match the package of the parameter 'promoted_object_id' | 您提供的参数 page_url 与参数 promote_object_id 不匹配。 |
32555 | The 'promoted_object_type' or 'site_set' you provided cannot be used on this AdCreative template. | 您提供的 promote_object_type 或 site_set 无法在此广告创意模板上使用 |
32556 | The value of parameter 'adcreative_template_id' you specified is not supported by Marketing API for the moment. | 该创意模板 id 暂不支持 |
32557 | The promoted_object_id you specified must matches the app in your landing page. | 落地页的应用 id 需与广告中的应用 id 一致 |
32558 | The billingevent of your adgroup is not supported by the adcreative_template_id of your adcreative. | 创意规格的出价类型与广告组所选择的出价类型不一致 |
32559 | The number of ad related to the adgroup reaches limit. The limit is {PARAM}. | 与广告组相关的广告数量达到了限制,限制是{PARAM} |
32560 | The app with the 'product_refs_id' of the adgroup related to the ad you specified is not found. | 找不到与您指定广告相关的广告组应用 |
32561 | Your wechat official account does not have a profile image. | 您的微信公众号找不到头像图片 |
32562 | The value of the parameter '{PARAM}' is not supported for the adcreative_template_id, site_set and promoted_object_type you specified. | 您指定的 adcreative_template_id,site_set 和 promote_object_type 不支持参数{PARAM}的值 |
32563 | The number of your ads has reached the limit. | 广告的个数已达上限,您可通过删除无效的广告进行管理 |
32564 | The domain of the parameter 'wechat_spec/introduction_url' you specified is not supported by Marketing API for the moment. | {PARAM}所使用的域名暂不支持 |
32565 | Users '{PARAM}' are invalid. | {PARAM}无效 |
32566 | Parameter '{PARAM}' is not supported for the adcreative_template_id, site_set and page_type you specified | 您指定的 adcreative_template_id, site_set 和 page_type 不支持参数{PARAM} |
32567 | Parameter '{PARAM}' is not supported for the site_set and page_type you specified. | 您指定的 site_set 和 page_type 不支持参数{PARAM} |
32568 | The promoted_object_id is invalid, it could have been deleted or never existed. | promote_object_id 无效,可能已被删除或从未存在过 |
32569 | The original page type of your adcreative is not supported by Marketing API for the moment. | 该落地页暂不支持 |
32570 | You don't have the permission to use the adcreative's dynamic_adcreative_spec | 您没有使用创意 dynamic_adcreative_spec 的权限 |
32571 | You are not allowed to use the page_id you specified. | 您无权使用当前的落地页 id |
32572 | The adcreative template you specified is deprecated or you are not permitted to use it. | 此创意形式已下线,或您无权使用此创意形式 |
32573 | The codec of your provided video does not match the requirements of the creative template. | 您上传的视频不符合该创意形式的编码要求 |
32574 | The audio codec of your provided video does not match the requirements of the creative template. | 您上传的视频不符合该创意形式的音频编码要求 |
32575 | The profile of your provided video does not match the requirements of the creative template. | 您上传的视频不符合该创意形式的简介要求 |
32576 | The data rate of your provided video does not match the requirements of the creative template. | 您上传的视频不符合该创意形式的数据格式要求 |
32577 | The frame rate of your provided video does not match the requirements of the page template. | 您提供的视频的帧速率与页面模板的要求不匹配 |
32578 | The key frame interval of your provided video does not match the requirements of the page template. | 您提供的视频的关键帧间隔与页面模板的要求不匹配 |
32579 | The audio data rate of your provided video does not match the requirements of the creative template. | 您上传的视频不符合该创意形式的音频数据速率要求 |
32580 | The audio sample rate of your provided video does not match the requirements of the creative template. | 您上传的视频不符合该创意形式的音频采样率要求 |
32581 | The sampling aspect ratio of your provided video does not match the requirements of the creative template. | 您上传的视频不符合该创意形式的采样纵横比要求 |
32582 | The scan type of your provided video does not match the requirements of the creative template. | 您上传的视频不符合该创意形式的扫描类型要求 |
32583 | Your video cannot be used for wechat ads for the moment. | 您上传的视频暂不支持投放微信广告 |
32584 | The audio profile name of your video does not match the requirements of the creative template. | 您上传的视频不符合该创意形式的音频配置文件名称要求 |
32585 | The difference between image_duration_millisecond and audio_duration_millisecond of your video does not match the requirements of the creative template. | 您上传的视频图像与音频之间的时间差不符合要求 |
32586 | Data processed in batch is empty | 批量处理的数据为空 |
32587 | It contains invalid adcreative id | 包含无效的创意 id |
32588 | The adcreative status is invalid | adcreative 状态无效 |
32589 | It is not allowed to update adcreative id | 创意形式 id 不允许修改 |
32590 | The meta version should be 2 | meta 的版本应该为 2 |
32591 | The adcreative must contains deep_link_url | 创意内必须包含 deep_link_url |
32592 | The adcreative must not contains deep_link_url | 创意内不允许包含 deep_link_url |
32593 | The adcreative can't be modify before audit. | 创意审核前不允许修改 |
32594 | Dynamic product ads do not support universal_link_url for the moment. | dpa 广告暂不支持 universal link |
32595 | The universal_link_url is invalid. | 参数 universal_link_url 错误 |
32596 | Parameter 'universal_link_url' is not supported by the adcreative template you specified. | 您指定的广告模板不支持参数 universal_link_url |
32605 | The element of array 'app_behavior[object_id_list]' is invalid. | app_behavior 下 object_type 不存在 |
32606 | The element of array 'app_behavior[object_id_list]' must be a leaf node. | app 分类必须指定最细级别 |
32607 | Parameters 'location' and 'area' cannot be used together. | 不能同时使用位置和地域定向 |
32609 | Parameter '{PARAM}' is invalid. | 定向详细条件中{PARAM}错误 |
32610 | You have selected a Min '{PARAM}' greater than Max '{PARAM}', you should select a valid range. | 区间错误: 您指定的区间最小值{PARAM}大于区间最大值{PARAM},更更新参数后再试 |
32615 | Parameter 'targeting_setting[ad_behavior]' is invalid. The action is not allowed to be used by your account. | 当前帐号不允许使用该行为作为定向 |
32616 | BEHAVIOR_INTEREST_SCENE_ALL cannot be used with other scenes together. | BEHAVIOR_INTEREST_SCENE_ALL 不能与其他场景一起使用 |
32617 | Parameters 'behavior_or_interest' and 'keyword' cannot be used together. | 参数 behavior_or_interest 和 keyword 不能一起使用 |
32618 | The difference of the value of the parameter '{PARAM}' must be {PARAM}. | 参数{PARAM}的值必须是{PARAM} |
32619 | The size of the parameter '{PARAM}' cannot be more than {PARAM}. | 参数{PARAM}的大小总和不能超过{PARAM} |
32620 | The targeting with the targeting_id '{PARAM}' has the deprecated targeting '{PARAM}'. | 定向包[{PARAM}]中包含已废弃的参数{PARAM} |
32621 | The audience you specified does not exist or is not allowed to be used. | 您指定的受众不存在或不允许使用 |
32622 | here are deprecated targetings in the targetings you specified. | 您指定的定位中已弃用定位条件 |
32623 | You cannot use overseas location(s) in 'custom_locations' | 您不能在 custom_locations 中使用海外位置 |
32624 | Parameter 'targeting[{PARAM}]' contains deprecated or invalid value('{PARAM}'). | 参数 targeting [{PARAM}]包含已弃用或无效的值({PARAM}) |
32625 | The value '{PARAM}' is not allowed for the parameter '{PARAM}' if the parameter '{PARAM}' is set. | 当参数{PARAM}已设置时,参数{PARAM}不允许设置为{PARAM} |
32626 | The total number of parameter '{PARAM}' AND '{PARAM}' cannot be more than {PARAM}. | 参数'{PARAM}'和'{PARAM}'个数加和总值不能超过{PARAM} |
32670 | Parameter 'auto_derived_creative_enabled' does not match the requirements of the ad | 自动衍生创意开关不符合开启条件 |
32700 | The advertiser can only use the following [{PARAM}] as 'promoted_object_id', when 'promoted_object_type' is 'PROMOTED_OBJECT_TYPE_MINI_GAME_WECHAT'. | 该账户已绑定微信小游戏[{PARAM}],不允许投放其他微信小游戏,请您修改计划投放的微信小游戏 id |
32702 | Too many app products are created in this month. | 每月创建的 APP 标的物超上限 |
32705 | Required parameter 'app_id' cannot be an empty string. | app id 不能为空 |
32706 | The app with the 'promoted_object_id' is not found, please check 'promoted_object_id' is correct. | 未发现对应的应用,请检查 promoted_object_id 是否正确 |
32708 | Channel package cannot be found. | 未发现对应的渠道包 |
32709 | The preview image of the channel package cannot be found. | 视频说说缩略图不存在 |
32710 | A product is being added, but the 'promoted_object_id' is already being used by another product. | 请不要重复创建标的物 |
32711 | The pc app identified with the 'product_id' cannot be found. | 找不到对应的开发平台 PC 应用 |
32712 | The name of the pc app cannot be found. | 获取开放平台 PC 应用名称失败 |
32714 | You do not need promoted_object_id for the promoted_object_type you specified. | 对于您指定的 promote_object_type,不需要输入 promote_object_id |
32715 | You must first register the app '{PARAM}' in 'myapp.com'. | 您必须先在 myapp.com 中注册{PARAM}应用 |
32716 | Advertiser does not have access to the app '{PARAM}' in 'myapp.com'. | 无权限访问 myapp.com 中的应用{PARAM} |
32717 | Advertiser does not have any app in 'myapp.com'. | 您在 myapp.com 中没有任何应用 |
32718 | Promoted object '{PARAM}' not exist | 推广对象{PARAM}不存在 |
32719 | Channel package with the 'promoted_object_id' is not match. | 渠道包和应用不匹配 |
32801 | The 'group_by' condition is invalid. | 无效的聚合条件 |
32803 | Parameter 'date' is before allowed minimum or after allowed maximum. | 报表日期超限 |
32804 | Parameter 'order_by' is invalid. | 当前的排序规则不支持 |
32805 | Report type and level not match. | 报表的类型和层级不匹配 |
32806 | The value '{PARAM}' is not allowed for the parameter '{PARAM}' if the parameter '{PARAM}' is '{PARAM}' and the parameter '{PARAM}' is '{PARAM}' | 以下条件时值{PARAM}不能用于参数{PARAM},条件是参数{PARAM}的值为{PARAM},并且参数参数{PARAM}的值为{PARAM} |
32807 | The amount of data hit by queries in last 10 seconds exceeds the maximum limit. Please try again later or download it using asynchronous tasks. | 您 10s 内的查询操作所命中的数据超出最大限制,请稍后重试或者使用异步任务接口进行下载 |
32808 | Too much data, please narrow the query scope or use asynchronous interface. | 数据太多,请缩小查询范围或使用异步接口。 |
32809 | The value of 'task_type' is not allowed for {PARAM} user. | 参数 task_type 不允许使用{PARAM} |
30100 | Your request is missing the token parameter. Please add the token parameter to your request and retry. | 缺少 token,请将 token 参数添加到您的请求中并重试,通过 oauth/authorize 接口获取 token |
30101 | Access token is invalid. | 您的 token 无效,请通过 oauth/authorize 接口获取 token |
30102 | Access token is expired. | 您的 token 已过期,请通过 oauth/token 接口获取最新 token |
30103 | The skey is invalid. | 当前传入的 skey 无效,请传入有效的 skey。 |
30104 | Request limit reached. Please retry after one minute. | 已达到请求限制。请在一分钟后重试。 |
30106 | Your request is missing a required parameter. The required parameter is 'agency_token'. | 缺失必填参数 agency_token,请传入 agency_token |
30108 | Agency token is expired. | 代理 token 已过期,请确认 agency_token 的生成时间 |
30109 | Agency token is invalid. | 代理 token 无效,请确认 agency_token 的生成方式 |
30110 | The token must be the third party authorization token of the wechat official account. | token 必须是微信官方帐户的第三方授权令牌。 |
30111 | The specified client does not exist | 指定的客户端不存在 |
32901 | The uploaded file is invalid. | 上传文件为空 |
32902 | The type of the uploaded file is not supported. | 文件类型不支持 |
32903 | The image identified with the URL cannot be found. | 无法找到使用 URL 标识的图像。 |
32904 | The duration of the file is beyond the allowed maximum. | 文件播放时间太长或太短 |
32905 | The image cannot be found in '{PARAM}'. | 在{PARAM}中找不到图像 |
32906 | The 'auto_derived_creative_enabled' can only be used for single product_mode | 您指定的动态商品类型,暂不支持此创意形式 |
33006 | An audience is being added or renamed, but the name is already being used by another audience. | 人群名称已被使用 |
33007 | Only leaf nodes can be deleted. | 只能删除叶节点 |
33008 | The number of seed audience users is too small. | 种子受众用户数量太少 |
33009 | Parameter 'refs_app_id' was not specified or is missing. | 参数 refs_app_id 未指定或缺失 |
33012 | A data source is being added or renamed, but the domain is already being used by another data source. | 数据源名称已被使用 |
33013 | payload is illegal | payload 非法 |
33014 | The number of audience users to be insighted is too small. | 被洞察的受众用户数量太少 |
33015 | Parameter 'magnification' is not within the suggested range. | 参数 magnification 不在允许范围内 |
33016 | You have too many custom audiences. | 您的客户人群已超上限 |
33017 | Partial payload data is invalid. | 部分有效负载数据无效 |
33018 | All payload data is invalid. | 所有有效载荷数据均无效 |
33019 | The audience has been deleted or is not accessible to you. | 人群已被删除或无法访问 |
33020 | The audience cannot be deleted because it has been authorized to other advertisers. | 无法删除客户人群,因为它已被授权给其他广告客户 |
33021 | The audience cannot be deleted because it has been used by other adgroups/targetings. | 无法删除客户人群,因为它已被其他广告组/定位使用 |
33022 | The audience cannot be deleted because it has been used by lookalike audience(s). | 无法删除客户人群,因为它已被用于扩展人群 |
33023 | The audience cannot be deleted because it has been used by other combine audiences. | 无法删除客户人群,因为它已被用于组合人群 |
33100 | Conversion cannot be created. | 无法创建转化 |
33101 | The parameter '{PARAM}' you provided must be same as the '{PARAM}' of the user_action_set_id. | 您提供的参数{PARAM}必须与 user_action_set_id 的{PARAM}相同 |
33102 | dest url display type is invalid | 落地页链接的类型无效 |
33103 | The parameter '/user_action_sets/type' you provided does not match the 'promoted_object_type'. | 您提供的参数/ user_action_sets / type 与 promote_object_type 不匹配 |
33104 | The parameter 'user_action_sets' must be set in adgroup. | 必须在广告组中设置参数 user_action_sets |
33105 | The type 'USER_ACTION_SET_TYPE_WEB' must be set in this promoted_object_type. | 必须在此 promote_object_type 中设置类型 USER_ACTION_SET_TYPE_WEB |
33106 | outerkey incomplete state | 外键不完全状态 |
33107 | Parameters '{PARAM}' and '{PARAM}' must be used together. | 参数{PARAM}和{PARAM}必须一起使用 |
33108 | Parameters '{PARAM}' and '{PARAM}' cannot be used together. | 参数'{PARAM}'和'{PARAM}'不能同时一起使用 |
33109 | Parameters 'is_deleted' and 'last_modified_time' in filtering must be used together. | 参数 is_deleted 和参数 last_modified_time 必需一起使用 |
33113 | The value of parameter 'page_type' must be PAGE_TYPE_TSA_APP. | Android 应用(联盟推广)的推广目标在投放移动版位、腾讯新闻、腾讯视频版位,或使用自动版位功能时,仅允许使用蹊径落地页 |
33400 | The async task you specified can only be created for agency account. | 您指定的异步任务只能由代理商帐户创建。 |
33401 | The async task you specified can only be created for advertiser account. | 您指定的异步任务只能由广告主帐户创建。 |
33402 | The parameter 'begin_time' you specified is too early. | 参数 begin_time 过早 |
33403 | The difference between 'begin_time' and 'end_time' is too large. | begin_time 和 end_time 之间的差异太大 |
33404 | The parameter 'begin_time' must be earlier than 'end_time'. | 参数 begin_time 必需早于参数 end_time |
33405 | The 'date' of 'task_type_ad_hourly_report_spec' must be within last 30 days. | 对于 TASK_TYPE_AD_HOURLY_REPORT 类型的任务,请求中的 date 日期应在 30 天内 |
33406 | The task_type is only for the account have bind myapp. | 对于 应用宝渠道包 类型的任务,必须先进行应用宝授权 |
32720 | You can only use 'promoted_object_id' in filtering when 'promoted_object_type' is either 'PROMOTED_OBJECT_TYPE_APP_ANDROID' or 'PROMOTED_OBJECT_TYPE_APP_IOS' | 当 promoted_object_id 是 PROMOTED_OBJECT_TYPE_APP_ANDROID 或 PROMOTED_OBJECT_TYPE_APP_IOS 时,您只能在过滤中使用 promoted_object_id |
34031 | The page_type you specified is not supported for your campaign. | 您的推广计划不支持该落地页类型 |
34024 | The scan type of your provided video does not match the requirements of the page template. | 您提供的视频的扫描类型与页面模板的要求不符 |
33150 | The total number of viewers for the campaign is greater than the maximum allowed value 50. | 推广计划可设置的预览受众最多为 50 个 |
33151 | The adgroup used for preview must have at least one ad. | 预览广告组至少包含一条广告 |
33152 | You cannot preview an adgroup that has ended. | 广告投放时间结束后不允许设置预览 |
33153 | You can create at most 50 previews per day. | 您最多设置 50 个预览受众 |
33154 | The creative with the creative_template_id you specified cannot be previewed. | 您指定的 creative_template_id 暂不支持预览 |
33155 | The user_id_type you specified is not supported for your campaign. | 用户 id 类型不支持在您所选的推广计划下使用 |
33156 | Paramter 'duration' cannot be used for campaign of type CAMPAIGN_TYPE_WECHAT_MOMENTS. | duration 参数不允许在朋友圈推广计划下使用 |
33157 | The campaign used for preview must have at least one adgroup. | 预览的推广计划至少包含一条广告 |
33158 | The campaign must be the type of CAMPAIGN_TYPE_WECHAT_MOMENTS. | 推广计划必须为朋友圈推广计划 |
33159 | Some viewer you specified has not followed your official account. | 仅允许您的公众号粉丝进行广告预览 |
33160 | You can set ad preview only for your assistants. | 仅允许为您的账号的协作者设置广告预览 |
33200 | The number of your qualifications has reached the limit. | 您的资质数量已达到{PARAM}的限制 |
33201 | The qualification cannot be created when the advertiser's system_status is CUSTOMER_STATUS_NORMAL. | 当广告帐号的 system_status 为 CUSTOMER_STATUS_NORMAL 时,无法创建行业资质 |
33202 | The qualification cannot be modified when the qualification_status is QUALIFICATION_STATUS_NORMAL. | 当 qualification_status 为 QUALIFICATION_STATUS_NORMAL 时,不允许修改资质 |
33203 | The parameter 'industry_id' of the industry qualification is not allowed to be different from other industry qualifications. | 不同行业资质的 industry_id 需一致 |
33204 | The parameter 'industry_id' is not allowed to be different from the advertiser's system_industry_id. | 参数 industry_id 需与开户时填写的 system_industry_id 相同 |
33205 | You must delete all industry qualifications before you update the parameter 'system_industry_id'. | 在更新参数 system_industry_id 之前,必须删除所有行业资质 |
33206 | The number of your qualifications page has reached the maximum limit '{PARAM}'. | 您的资质数量已达到{PARAM}的最高限额 |
33207 | The number of your qualifications paagehas reached the minimum limit '{PARAM}'. | 您的资质数量已达到{PARAM}的最低预算 |
33300 | Failed to get preview url. Please retry later. | 无法获得预览网址,请稍后重试 |
33310 | Dynamic-creative adgroup is not allowed to create ad. | 动态创意广告组 adgroup 不允许创建广告 ad |
33311 | Dynamic-creative ad can only update configured_status. | 动态创意广告仅允许更新 configured_status |
33312 | Dynamic-creative ad is not allowed to delete | 动态创意广告不允许删除 |
33313 | Dynamic-creative adcreative is not allowed to update. | 动态创意广告创意不允许更新 |
33314 | Dynamic-creative adcreative is not allowed to delete. | 动态创意广告创意不允许删除 |
33315 | You don't have the permission to create dynamic_adcreative. | 您没有权限创建动态创意 |
33316 | Dynamic-creative could have been deleted or never existed. | 动态创意被删除或不存在 |
33317 | Creative_template_id used do not support dynamic-creative. | 该创意模板 id 不支持使用在动态创意广告中 |
33318 | Dynamic-creative Creative_template_id is not allowed to be modified. | 动态创意广告创意模版 id 不允许修改 |
34100 | Request type is invalid | 请求类型无效 |
34103 | Client id is invalid | Client id 无效 |
34104 | Request process error | 请求流程错误 |
34105 | Auth type is invalid | Auth type 类型无效 |
34106 | Auth token is invalid | token 无效 |
34107 | Http request process error | Http 请求进程错误 |
34109 | Parameter {PARAM} is invalid | 参数{PARAM}无效 |
34110 | Your request is missing a required parameter. The required parameter is {PARAM} | 您的请求缺少必需的参数,所需参数为{PARAM} |
34111 | Parameter {PARAM} type error | 参数{PARAM}类型错误 |
34112 | The value is invalid for the associated parameter {PARAM} | 参数{PARAM}值无效 |
34113 | IDL check error {PARAM} | IDL 检查错误{PARAM} |
34114 | Your request contains too many values for {PARAM}. This parameter can have a maximum of {PARAM} value(s) | 您的请求包含太多{PARAM}的值,此参数可以具有{PARAM}个值的最大值 |
34115 | our request contains too few values for {PARAM}. This parameter must have a minimum of {PARAM} value(s) | 我们的要求包含{PARAM}的值太少。此参数必须至少有{PARAM}个值 |
34116 | IDL perconditions error {PARAM} | IDL 错误{PARAM} |
34117 | The method {PARAM} you called is wrong | 您调用的方法{PARAM}错误 |
34118 | Unknown request type | 未知请求类型 |
34144 | Error collection is invalide | 错误收集是无效的 |
34119 | The parameter {PARAM} has too many characters.The maximum length of this parameter is {PARAM} | 参数{PARAM}太多,此参数的最大长度为{PARAM} |
34120 | The parameter {PARAM} has too few characters.The minimum length of this parameter is {PARAM} | 参数{PARAM}的字符太少,此参数的最小长度为{PARAM} |
34121 | Unsupported string {PARAM} | 不支持的字符串{PARAM} |
34122 | The value of parameter {PARAM} contains disallowed characters | 参数{PARAM}的值包含不允许的字符 |
34123 | The value is invalid for the associated parameter{PARAM} | 参数{PARAM}值无效 |
34124 | The enum {PARAM} is invalid | 枚举{PARAM}无效 |
34125 | Upload file {PARAM} error | 上传文件{PARAM}错误 |
34126 | The file {PARAM} is missing | 缺少文件{PARAM} |
34127 | The floating point {PARAM} exceed the maximum limit.The maximum limit of floating point is {PARAM} | 浮点数{PARAM}超出了最大限制,浮点数的最大限制为{PARAM} |
34130 | The floating point {PARAM} not reached the minimun limit.The minimun limit of floating point is {PARAM} | 浮点数{PARAM}未达到最小限制,浮点数的最小限制为{PARAM} |
34131 | Floating point {PARAM} accuracy exceeds the limit | 浮点{PARAM}精度超出限制 |
34132 | The integer {PARAM} exceed the maximum limit.The maximum limit of integer is {PARAM} | 整数{PARAM}超出最大限制,整数最大限制为{PARAM} |
34133 | The integer {PARAM} not reached the minimun limit.The minimun limit of integer is {PARAM} | 整数{PARAM}未达到最小限制,整数最小限制为{PARAM} |
34134 | Against rule's regulation | 规则错误 |
34135 | The specified parameter {PARAM} referred to an entity which either does not exist or is not accessible to you | 指定的参数{PARAM}指的是您不存在或无法访问的实体 |
34136 | Unsupported operator | 不支持的运营商 |
34137 | Rule error | 规则错误 |
34138 | The interface {PARAM} is invalid | 接口{PARAM}无效 |
34139 | Parameter error | 参数错误 |
34145 | The account needs to be approved | 账户需要审核 |
34150 | Parameter 'start_date' greater than parameter 'end_date' | 参数 start_date 大于参数 end_date |
34151 | Parameter 'start_date' is earlier than 90 days ago | 参数 star_range 早于 90 天前 |
34152 | Parameter 'date_range' is long than 1 day | 参数 date_range 大于 1 天 |
34153 | Parameter 'end_date' is greater than today | 参数 end_date 不能大于今天 |
34160 | The account is not allowed to add union position package | 不允许该帐户添加联合职位包 |
34161 | The package is not allowed to delete, because it have binding relation | 不允许删除包,因为它具有绑定关系 |
34162 | You have removed the binding relationship of the BM account. For historically generated union position packages or downloaded data, the new advertisement binding will no longer be supported. The bound advertisements can continue to be used. It is recommended to use the latest delivery data to filter and generate new ones. | 您已经删除了 BM 帐户的绑定关系。对于历史上生成的联合位置包或下载的数据,将不再支持新的广告绑定。绑定的广告可以继续使用,建议使用最新的传递数据来筛选和生成新的传递数据。 |
34181 | Parameter text or image is invalid | 参数文本或图像无效 |
34182 | The text and image can't audit at the same time | 文本和图像不能同时审核 |
34183 | Image must be less than 2M | 图像大小不能超过 2M |
34201 | The parameter '{PARAM}' you specified should either contain only wechat adgroups or contain only non-wechat adgroups | 您指定的参数{PARAM}应该只包含微信广告群,或者只包含非微信广告群 |
34170 | The promoted_object_type, promoted_object_id is not allowed to create package | 该 promoted_object_type, promoted_object_id 当前不允许创建。 |
34171 | The promoted_object_type, promoted_object_id is not allowed to create UNION_PACKAGE_TYPE_INCLUDE package | 你提交的 promoted_object_type,promoted_object_id 不允许创建 UNION_PACKAGE_TYPE_INCLUDE 包 |
34172 | The promoted_object_type, promoted_object_id is not allowed to create UNION_PACKAGE_TYPE_EXCLUDE package | 升级后的 promoted_object_type,promoted_object_id 不允许创建 UNION_PACKAGE_TYPE_EXCLUDE |
34173 | The package number of this account is out of range | 此帐户的包编号超出范围 |
34174 | There is unbound adgroups in this package | 此包中有未绑定的 adgroups |
34175 | The package is not exist | 参数 start_date 早于 90 天前 |
34176 | The package is not allow to delete, because it bound some adgroup | 不允许删除该包 |
34177 | The union_package_name is already exist | union_package_name 已存在 |
34180 | You are not allowed to change {PARAM} to {PARAM} | 你不允许将 {PARAM} 变更为 {PARAM} |
34300 | You must provide one and only one of parameters 'site_set' and 'automatic_site_enabled'. | 您仅能使用参数 site_set 或参数 automatic_site_enabled 其中之一 |
34301 | Multiple sites or 'automatic_site_enabled' can only be used for new normalized adcreative templates. | 多版位或者 automatic_site_enabled 仅可用于新标准化后的规格 |
39999 | Maximum code placeholder, please ignore. | 最大代码占位符,请忽略 |
32230 | Your wechat official account is not entrusted to the agency. | 您的账号未授权给该服务商,请先做授权后再进行此操作 |
32229 | The qualification is not allowed to be deleted. | 当前资质状态不允许删除资质,仅当状态为提交中时可删除 |
32228 | The qualification is invalid: it could have been deleted or never existed. | 资质无效,可能已被删除或从未存在过,请更新参数后重试 |
32227 | You have added too many qualifications. | 您添加的资质超过上限,请调整后再试 |
32226 | Your wechat official account has not been verified. | 您的微信官方帐号尚未经过验证,请核实后再试 |
30115 | The city field of the advertiser is empty. | 广告主的城市字段为空 |
30105 | Request limit reached. | 已达到请求次数上限 |
32520 | The height of your image does not match the requirements of the page template. | 图片尺寸不符合要求,请更新文件后再试 |
35012 | The width of your image does not match the requirements of the page template. | 图片素材宽度与模板不符 |
34001 | The total number of images does not match the requirements of the page template. | 图像总数与页面模板的要求不匹配 |
34002 | The file size of the image does not match the requirements of the page template. | 图像的文件大小与页面模板的要求不匹配 |
34003 | The image type is invalid | 图片类型无效 |
34004 | The text is too long the requirements of the page template. | 文本对页面模板的要求太长 |
34005 | The elements_type does not match the requirements of the page template. | elements_type 与页面模板的要求不匹配 |
34006 | The elements_type is not supported. | 不支持该元素类型 |
34007 | The total number of elements component your provided does not match the total number of the page template. | 您提供的元素组件总数与页面模板的总数不匹配 |
34009 | The height of your provided video does not match the requirements of the page template. | 您提供的视频的高度与页面模板的要求不匹配 |
34010 | The width of your provided video does not match the requirements of the page template. | 您提供的视频的宽度与页面模板的要求不匹配 |
34011 | The duration of your provided video is invalid. | 您提供的视频的有效期无效 |
34012 | The file size of your provided video does not match the requirements of the page template. | 您提供的视频的文件大小与页面模板的求不匹配 |
34013 | The file type of your provided video does not match the requirements of the page template. | 您提供的视频的文件类型与页面模板的要求不匹配 |
34014 | The codec of your provided video does not match the requirements of the page template. | 您提供的视频的编解码器与页面模板的要求不匹配 |
34015 | The audio codec of your provided video does not match the requirements of the page template. | 您提供的视频的音频编解码器与页面模板的要求不符 |
34016 | The profile of your provided video does not match the requirements of the page template. | 您提供的视频的个人资料与页面模板的要求不符 |
34017 | The data rate of your provided video does not match the requirements of the page template. | 您提供的视频的数据速率与页面模板的要求不符 |
34018 | The frame rate of your provided video does not match the requirements of the page template. | 您提供的视频的帧速率与页面模板的要求不符 |
34019 | The audio type of your provided video does not match the requirements of the page template. | 您提供的视频的音频类型与页面模板的要求不符 |
34020 | The key frame interval of your provided video does not match the requirements of the page template. | 您提供的视频的关键帧间隔与页面模板要求不匹配 |
34021 | The audio data rate of your provided video does not match the requirements of the page template. | 您提供的视频的音频数据速率与页面模板的要求不匹配。 |
34022 | The audio sample rate of your provided video does not match the requirements of the page template. | 您提供的视频的音频采样率与页面模板的要求不符 |
34023 | The sampling aspect ratio of your provided video does not match the requirements of the page template. | 您提供的视频的采样宽高比与页面模板的要求不匹配 |
34101 | The page_type of your provided page_url is PAGE_TYPE_FENGYE_ECOMMERCE. | 当前 page_url 检测为枫页落地页,请通过枫页落地页类型使用该落地页。 |
34102 | The page_url is preview url, please use reviewed url instead. | 当前 page_url 检测为蹊径预览地址,请更换为审核通过后的蹊径落地页 url。 |
34000 | The pages is invalid, it could have been deleted or never existed. | 页面无效,可能已被删除或从未存在过 |
30116 | Advertiser is under SMB protection. | 广告主已申请 SMB 保护,不能授权代理商 |
30117 | Advertiser is applying for SMB protection. | 广告主正在申请 SMB 保护,不能授权代理商 |
32223 | You cannot entrust too many service providers. | 您绑定的服务商已达上限,无法继续绑定更多服务商 |
32251 | Current version is not supported. | 当前版本不支持 |
32224 | Your account is not activated, please contact our dedicated operation team. | 您的账号未激活,请确认当前账号状态后,联系我们的专业运营团队, |
32252 | Advertiser and the agency confirm that the unbinding time is 24 hours. | 广告主与服务商确认解绑生效时间为 24 小时 |
32222 | The service provider does not exist. | 您操作的服务商不存在,请确认服务商 id 的正确性 |
30114 | Real estate industry binding restrictions:agency has no license in the enclosed area. | 房产行业绑定限制,代理商不在对应封闭区域内 |
30107 | Binding to the agency has failed. Please check whether your account has already been bound. | 代理商已经绑定广告主 |
30118 | Advertiser and the agency has an unfinished refund order. | 广告主和当前代理商有未完成的退款 |
34025 | The top element you provided does not satisfy the requirements of the page template you specified. | 您提供的顶部组件元素不满足您指定的页面模板的要求 |
34008 | The value of parameter 'adcreative_template_id' you specified is not supported for wechat pages for the moment. | 创意模板不支持微信原生页 |
34026 | Parameter 'promoted_object_type' of your adcreative does not match the 'promoted_object_type' of your wechat page. | 微信原生页支持的推广目标不包含广告创意的推广目标 |
34027 | The wechat page contains 'element_button', which adcreative promoted_object_type not support. | 当前使用的推广目标不支持使用 element_button |
34028 | The wechat page contains 'element_button/url', which only 'PROMOTED_OBJECT_TYPE_ECOMMERCE' promoted_object_type support. | 当且仅当使用电商推广时,微信原生页才可使用 element_button/url |
34029 | The top element of your wechat page you provided does not match the 'adcreative_elements'. | 微信原生页的顶部组件和创意元素的内容不匹配 |
34030 | Parameter 'element_button/url' is invalid. | element_button/url 无效 |
32713 | The promoted_object_type not support yet. | 标的物类型暂不支持 |
34033 | The wechat page parameter 'page_elements_spec_list/video_spec/video_id' is empty. | 视频组件中,video_id 参数为空 |
34034 | The wechat page parameter 'page_elements_spec_list/button_spec/title' is empty. | 原生页组件 button_item 的按钮文案为空 |
34035 | The wechat page parameter 'page_elements_spec_list/button_spec/title' is more than 10 words. | 原生页组件 button_item 的按钮文案长度超过 10 字 |
34036 | The wechat page parameter 'page_elements_spec_list/button_spec/app_ios_spec' is empty. | ios 模板页,app_ios_spec 为空 |
34037 | The wechat page parameter 'page_elements_spec_list/button_spec/app_ios_spec/app_ios_id' is empty. | ios 模板页,app_ios_spec_id 参数为空 |
34038 | The wechat page parameter 'page_elements_spec_list/button_spec/app_android_spec' is empty. | android 模板页,app_android_spec 为空 |
34039 | The wechat page parameter 'page_elements_spec_list' is empty. | page_elements 参数为空 |
34040 | The wechat page parameter 'page_elements_spec_list/element_type' is empty. | 组件 element_type 参数为空 |
34041 | The wechat page parameter 'page_elements_spec_list/image_spec' is empty. | 组件 element_image 参数为空 |
34042 | The wechat page parameter 'page_elements_spec_list/button_spec' is empty. | 组件 element_button 参数为空 |
34043 | The wechat page parameter 'page_elements_spec_list/text_spec' is invalid. | 文本组件,组件 element_text 参数错误 |
34044 | The wechat page parameter 'page_elements_spec_list/video_spec' is invalid. | 视频组件,组件 element_video 参数错误 |
34045 | The wechat page parameter 'page_name' is more than 30 words. | 原生页名称长度超过 30 个字 |
34046 | The wechat page parameter 'page_name' is empty. | 原生页名称不能为空 |
34047 | The wechat page parameter 'page_template_id' is empty. | page_template_id 不能为空 |
34048 | The wechat page parameter 'share_content_spec' is empty. | share_content_spec 不能为空 |
34049 | The wechat page parameter 'share_content_spec/share_title' is empty. | 分享标题长度不能为空 |
34050 | The wechat page parameter 'share_content_spec/share_title' is more than 14 words. | 分享标题长度超过 14 字 |
34051 | The wechat page parameter 'share_content_spec/share_title' is more than 20 words. | 分享描述长度超过 20 字 |
34052 | The wechat page parameter 'share_content_spec/share_description' is empty. | 分享描述不能为空 |
34053 | The wechat page parameter 'page_elements_spec_list/button_spec/app_ios_spec/deep_link_url' is empty. | ios 模板页支持应用直达,app_ios_spec_link_url 参数为空 |
34054 | The wechat page parameter 'page_elements_spec_list/button_spec/app_android_spec/deep_link_url' is invalid. | android 模板页支持应用直达,android_spec_link_url 参数错误 |
34055 | The wechat page parameter 'page_elements_spec_list/button_spec/url' is invalid. | button_item_url 跳转链接参数错误 |
34058 | Parameter 'dest_url' is invalid. | dest_url 错误 |
34059 | Parameter 'CRT_INFO' is invalid. | CRT_INFO 参数错误 |
34060 | Parameter 'video' is invalid. | 下载的视频 vedio 参数错误 |
34062 | Native promotion page is inconsistent with the advertising promotion target promoted_object_id | 原生推广页与广告推广目标应用 id 不一致 |
34063 | Current adcreative_template_id is not support option `KEEP_DIFFERENT` of field page_spec/override_canvas_head_option | 当前规格不支持原生页头部素材替换选项值 KEEP_DIFFERENT |
34064 | Outer layer images not the same number with wechat native landing page | 广告外层图片素材数量与原生推广页的头图数量不一致 |
34065 | Outer image not the same with wechat native landing page first image | 外层图片素材与原生推广页的顶图不是同一个图片 |
34066 | This wechat mini game id error. | 小游戏填写错误 |
34067 | This wechat mini program id or mini game id error | 小程序或小游戏填写错误 |
34068 | This wechat mini game developer qualification unsupported | 小游戏厂商资质未满足上线要求 |
34069 | This mini game id is not allowed to be used | 小游戏不存在,或不可在腾讯社交广告推广 |
34070 | This qq mini game id error | QQ 小游戏不存在,或不可在腾讯社交广告推广 |
34071 | Current set must use xijing landing page with ref creative component | 当前站点必须使用包含引用外层素材组件蹊径落地页 |
34072 | The status of the video in this page is invalid | 当前使用的落地页上的视频转码状态异常 |
32323 | The param 'campaign_name' is empty or length over 600. | 参数 campaign_name 为空或长度超过 600 |
32324 | non-wechat moment advertise param 'daily_budget' is not exist. | 非朋友圈广告主不存在 daily_budget 参数 |
32318 | Parameter 'total_budget' is invalid. | 参数 total_budget 无效 |
32250 | Parameter 'dest_url_display_type' is empty. | 参数 dest_url_display_type 不能为空 |
35013 | Parameter 'dest_url_display_type' is invalid. | 参数 dest_url_display_type 无效 |
32600 | Parameter 'promoted_object_type' is empty. | 参数 promoted_object_type 为空 |
32601 | Parameter 'promoted_object_type' is invalid. | 参数 promoted_object_type 为空 |
32602 | Parameter 'page_type' is empty. | 参数 page_type 为空 |
32603 | Parameter 'page_type' is invalid,following one of { PAGE_TYPE_DEFAULT, PAGE_TYPE_TSA_APP, PAGE_TYPE_TSA_WEB_NONE_ECOMMERCE, PAGE_TYPE_CANVAS_WECHAT }. | 参数 page_type 无效 |
32604 | Parameter 'page_spec/page_id' is empty. | 参数 page_spec?/?page_id 为空 |
32319 | Parameter 'page_spec/page_id' is invalid. | 参数 page_spec?/?page_id 无效 |
32320 | Parameter 'adcreative_name' is empty. | 参数 adcreative_name 为空 |
32321 | Parameter 'adcreative_name' is invalid. | 参数 adcreative_name 无效 |
32253 | The query object not exist. | 查询对象不存在 |
32322 | PROMOTED_OBJECT_TYPE_ECOMMERCE is not support. | 推广目标类型,不支持电商推广 |
30112 | The agency cannot bind real estate industry customer. | 该代理商无法绑定房产行业客户 |
30113 | The agency can only bind to designated customers in the real estate industry. | 该代理商只能绑定房产行业的指定用户 |
32254 | account_type is not exist. | account_type 不存在 |
32497 | Parameter 'expand_targeting' conflicts 'targeting' | 参数'expand_targeting'和'targeting'无法同时使用 |
32498 | The user message is not allowed to be updated to new. | 不允许将站内信标记为未读状态 |
32499 | The 'msg_id' is invalid: it could have been deleted or never existed. | 参数'mig_id'不合法,该资源已被删除或未被创建。 |
32613 | SITE_SET_WECHAT is not supported by the template referred by adcreative_template_id. Find other templates supporting SITE_SET_WECHAT | adcreative_template_id 引用的模板不支持 SITE_SET_WECHAT。查找其他支持 SITE_SET_WECHAT 的模板 |
31015 | The media title page Can't get. | 无法获取媒体标题页,请确认上传视频正确性 |
33410 | Element '{PARAM}' is not exist. | 视频元素'{PARAM}'不存在 |
33411 | Video verification failed.'{PARAM}'. | 视频校验失败'{PARAM}' |
33412 | The difference between image_duration_millisecond and audio_duration_millisecond of your video is beyond 3000 millisecond. | 视频的音视频时长差异超过 3s |
33413 | The aspect ratio of your provided video does not match the requirements of the creative template. | 视频比例有误 |
33414 | The current video shoud meet the following restrictions: {PARAM} | 当前视频文件不符合要求,需满足: {PARAM} |
33415 | The integer {PARAM} exceed the maximum limit.The maximum limit of integer is {PARAM} | 参数{PARAM}超出最大限制,最大限制为{PARAM} |
33416 | The value you specified for '{PARAM}' is invalid. Valid values must between {PARAM} and {PARAM} | 您设置的参数'{PARAM}'数值错误,可用数值应在{PARAM}与{PARAM}之间。 |
33417 | The value you specified for '{PARAM}' is invalid. The width should be {PARAM} and height should be {PARAM} | 您设置的参数'{PARAM}'数值错误,宽度应为{PARAM}, 高应该为{PARAM}。 |
32611 | The video does not follow the restriction, {PARAM} | 视频没有遵循限制规则,{PARAM} |
32612 | The enum '{PARAM}' of param '{PARAM}' is no longer be suppouted for you, you can use '{PARAM}' instead. | 您设置的'{PARAM}'参数的枚举值'{PARAM}'已经不再支持,请使用'{PARAM}'代替 |
32614 | The '{PARAM}' is no longer be suppouted, please use '{PARAM}' instead. | 您设置的'{PARAM}'已经不再支持,请使用'{PARAM}'代替 |
33418 | Video file has no audio data. | 视频文件没有音频数据 |
33419 | No valid video parsed. | 没有有效的解析视频 |
33420 | The value of parameter 'adcreative_template_id' you specified is deprecated, please refer to our latest documentation. | 您指定的参数 adcreative_template_id 的值已弃用 |
33421 | The campaign you specified does not support multiple adcreatives. You can add this adcreative using other campaign_id. | 您指定的 campaign 不支持多个 adcreative, 您可以使用其他 campaign_id 来创建这个 adcreative |
33422 | You cannot delete adcreatives of a campaign with campaign_type CAMPAIGN_TYPE_WECHAT_MOMENTS. | 您不能删除推广计划类型为 CAMPAIGN_TYPE_WECHAT_MOMENTS 的推广计划下面的 adcreative |
33423 | The adcreative_id you specified has been used to add an ad. You can add this ad using other adcreative_id. | 您指定的 adcreative 已经关联了一个 ad,您可以使用其他 adcreative_id 来创建这个 ad |
33424 | The data version has changed. Please try again. | 数据版本已经发生变更,请重试 |
31061 | The {PARAM} and {PARAM} can not appear at the same time. | {PARAM}和{PARAM}不能同时使用 |
31062 | Parameter '{PARAM}' and parameter '{PARAM}' can not both be empty. | 参数{PARAM}和参数{PARAM}不能都为空 |
31063 | Parameter '{PARAM}' must be empty. | 参数{PARAM}必须为空 |
31064 | {PARAM} already exists. | {PARAM}已经存在 |
31065 | {PARAM} does not exist. | {PARAM}不存在 |
31066 | The number of {PARAM} and {PARAM} exceeds the limit. | {PARAM}和{PARAM}的数量超出限制 |
31068 | {PARAM} can not be modified when {PARAM} is being modified. | 修改{PARAM}时无法修改{PARAM} |
31069 | {PARAM}, {PARAM} and {PARAM} can not appear at the same time. | {PARAM}、{PARAM}和{PARAM}不能同时出现 |
31070 | {PARAM} and {PARAM} do not match. | {PARAM}和{PARAM}不匹配 |
31071 | The file is invalid. | 文件无效 |
31072 | The file name is invalid. | 文件名称无效 |
31073 | The {PARAM} and {PARAM} must appear at the same time. | {PARAM}和{PARAM}必须同时使用 |
31074 | The image type is not allowed. | 图片类型不允许使用 |
31075 | The image url is invalid. | 图片 url 无效 |
31076 | The image type is not allowed. | 图片类型不允许使用 |
31077 | The difference between '{PARAM}' and '{PARAM}' should not be greater than '{PARAM}'. | {PARAM}和{PARAM}之间的差异不应大于{PARAM} |
31078 | The '{PARAM}' must be set with the value of parameter '{PARAM}' you provided. | {PARAM}必须使用您提供的参数{PARAM}的值进行设置 |
31108 | Failed to upload file. Please retry later. | 无法上传文件,请稍后重试 |
31109 | Dependency service returns unknown error code, please contact our dedicated operation team,interface error code: | 依赖服务返回未知错误码,请联系我们的专业运营团队,错误码为: |
31201 | The video you are requested is being generated, please request later | 正在生成您请求的视频 |
31202 | The video generate failed | 视频生成失败 |
31203 | The param 'video_max_duration' is invalid. | 参数 video_max_duration 无效 |
31204 | The param 'dynamic_ad_template_width' and 'dynamic_ad_template_height' is invalid. | 参数 dynamic_ad_template_width 和 dynamic_ad_template_height 无效 |
31205 | Failed to synthesize the video, the product lacks the required information in the template, please change a template,or upload the creative. | 视频合成失败,商品缺少模版中所需要的信息,请更换一个模版,或手动上传创意图 |
31206 | Information on template is incomplete, please use another template. | 模版信息不全,请使用其他模版 |
31207 | No template {PARAM} found, please use another template. | 未找到{PARAM}模版,请使用其他模版 |
31208 | No product {PARAM} found, please use another product. | 未找到{PARAM}商品,请使用其他商品 |
31209 | Less than three product images. | 商品图片少于三张 |
31210 | Video composition service is abnormal, please try again. | 视频合成服务异常,请重试 |
31211 | Failed to synthesize video, the original video required in the template is missing from the product, please replace the product, or upload the creative. | 视频合成失败,商品缺少模版中所需要的原始视频,请更换一个商品,或手动上传创意图 |
31212 | Failed to synthesize the image, the product lacks the required information in the template, please change a template, or upload the creative. | 图片合成失败,商品缺少模版中所需要的信息,请更换一个模版,或手动上传创意图 |
31213 | Composition service is abnormal, please try again. | 服务异常,请重试 |
31214 | No product {PARAM} found, please use another product. | 未找到{PARAM}商品,请使用其他商品 |
31215 | No template {PARAM} found, please use another template. | 未找到{PARAM}模版,请使用其他模版 |
32113 | The order id is repeated. | 订单编号重复 |
32114 | It is up to 5 valid funds in the account. | 帐户中最多有 5 个有效资金账户 |
32116 | The specified account does not support validity period. | 指定的帐户不支持有效期 |
32117 | Failed to create account. Please retry later. | 无法创建帐户。请稍后重试 |
32118 | Failed to create account. | 无法创建帐户 |
32119 | Failed to create payment order. | 无法创建支付订单 |
32120 | Failed to create recharge order. | 无法创建充值订单 |
32121 | According to industry closure policy, the specified agency has been closed. | 根据行业封停政策,指定的代理商已封停 |
32123 | According to industry closure policy, the specified account has been closed. | 根据行业封停政策,指定的账户已封停 |
32132 | The daily transfer limit of the service provider has been reached | 已达到服务商每天间转账次数上限 |
32155 | The amount of transfer is too small | 划账失败,转账金额过小 |
32156 | The transfer amount exceeds the upper limit | 划账失败,转账金额过高 |
32157 | finance tag unsupported | 服务商之间划账,资金类型不支持 |
32158 | finance tag unequal | 服务商之间划账,资金类型不一致 |
32159 | account not exist | 账户不存在 |
32160 | fund_type transfer operation is not supported | 不支持此资金类型转账操作 |
32161 | finance error | 财务相关错误 |
32162 | sorry, your credit is running low | 余额不足 |
32163 | duplicate bull no | 重复订单号 |
32165 | Failed to verify the transfer to the company | 对公打款验证失败 |
32167 | Advertiser deposit verification failed | 广告主保证金验证失败 |
32168 | Agency deposit verification failed | 服务商保证金验证失败 |
32246 | The API can only be used by a business manager account. | 该接口只允许 BM 帐户使用 |
32247 | The API is not allowed to use by a business manager account. | 该接口不允许 BM 帐户使用 |
32248 | The param account_id can't be empty when the API used by a business manager account. | BM 账户调该接口时,参数 account_id 不能为空 |
32249 | There is no such advertiser under the agency. | 代理商下没有这个广告主 |
32303 | The value of parameter 'campaign_type' you specified is not supported for MP account, which only 'CAMPAIGN_TYPE_NORMAL', 'CAMPAIGN_TYPE_WECHAT_MOMENTS' campaign_type support. | MP 帐户不支持您指定的参数 campaign_type 的值 |
32316 | It is not allowed to use `daily_budget` by this campaign. | 推广计划不允许使用 daily_budget |
32317 | The 'total_budget' that has been completed cannot be reduced. | 无法减少已完成的 total_budget |
32325 | Adgroup of campaign CAMPAIGN_TYPE_NORMAL with SITESET_WECHAT does not support parameter 'dynamic_ad_spec' for the moment. | CAMPAIGN_TYPE_NORMAL 推广类型且 SITESET_WECHAT?推广版位的 Adgroup 不支持 dynamic_ad_spec 参数 |
32326 | The account_id must belong to an advertiser. | 仅支持广告主账号的 account_id |
32403 | This ad group bid_amount not support modify. | 此广告组 bid_amount 不支持修改 |
32500 | The optimizationgoal of parameter '{PARAM}' does not fulfill the requirements. | 参数{PARAM}的优化目标无法满足要求 |
32532 | Media mime type is invalid. | 媒体类型是无效的 |
32597 | The 'is_rewarded_video_ad' needs to be true on adgroup when creative_template_id is in [{PARAM}]. | 当 creative_template_id 位于[{PARAM}]中时,is_rewarded_video_ad 需要在广告组上设置为 true |
32598 | The adcreative template specified do not support {PARAM}. | 指定的广告模板不支持{PARAM} |
32599 | The product type cannot be used on the 'site_set' of the adgroup. | 无法在广告组的 site_set 上使用该产品类型 |
32627 | Parameter 'targeting_id' is not allowed to be used if parameter 'ocpa_expand_enabled' is set 'true'. | 如果参数 ocpa_expand_enabled 被设置为 true,则不允许使用参数 targeting_id |
32628 | Combine audiences is not supported. | 该组合人群包不支持 |
32629 | 'app_action' audience and 'website_action' audience are not allowed to use 'time_window'. | app_action 人群包和 website_action 人群包不允许使用 time_window |
32630 | Only one region targeting can be used. | 只能使用一个区域定向 |
32631 | Only one audience targeting can be used. | 只能使用一个人群包定向 |
32632 | Only one custom audience targeting can be used. | 只能使用一个自定义人群包定向 |
32633 | The total number of combine audience in both custom_audience and excluded_custom_audience should be less than 50 | 当自定义人群使用组合人群时,组合人群包数不能超过 50 个,请调整人群包数量 |
32664 | Deprecated pararameter '{PARAM}' conflict with '{PARAM}', please use '{PARAM}' only. | 系统检测'{PARAM}'和'{PARAM}'传值不一致,请仅使用升级版的'{PARAM}' |
32721 | It is not allowed to use sub product for the product type specified. | 指定的推广目标类型不允许使用 sub?product |
32722 | Video feeds data is not found. | 找不到视频源数据 |
32723 | There is no product type can be used. | 没有可以使用的产品类型 |
32724 | The product type specified is not allowed. | 不允许使用指定的产品类型 |
32725 | The app is missing screenshot info, please complete it first. | 该应用封面图为空,请补充封面图信息 |
32810 | Date exceeds limit. | 数据超限 |
32811 | Query more than one week or 'end_date' is earlier than 'start_date'. | 查询范围超出一个星期或 end_date 早于 start_date |
32812 | Date and time range can not both be empty. | 日期和时间范围都不能为空 |
32813 | Time range exceeds limit. | 时间范围超出限制 |
32814 | Datetime exceeds limit. | 日期时间超出限制 |
32815 | Playable page not exist or is pending audit. | 互动推广页不存在或尚未通过审核 |
32816 | Landing page type is not allowed to use for site、product_type and creative_template_id. | 落地页类型不被支持 |
32817 | Video end page type is not allowed to use. | 视频播放结束页类型不支持使用 |
32818 | Excitation text can be used only on site of mobile union. | 仅优量汇版位能够使用激励文案 |
32819 | Excitation text is not allowed to use. | 激励文案非法,不允许被使用 |
32820 | Excitation text is only allowed to use '完成互动' with landing page type for playable. | 互动类型落地页只能选择激励文案'完成互动' |
32821 | The excitation text is not allowed to use. | 激励文案不允许被使用 |
33024 | The cold_start_audience param is not supported for SITE_SET_WECHAT and SITE_SET_MOBILE_MYAPP. | SITE_SET_WECHAT 和 SITE_SET_MOBILE_MYAPP 不支持 cold_start_audience 参数 |
33025 | The cold_start_audience param is only supported for the ad group that ocpa_expand_enabled is true. | 仅 ocpa_expand_enabled 为 true 的广告组支持 cold_start_audience 参数 |
33026 | The given cold_start_audience id is invalid:'{PARAM}'. | 给定的 cold_start_audience?id:{PARAM}无效 |
33027 | The cold_start_audience param is only supported for the ad group that ocpa_expand_enabled is true, if you want to set ocpa_expand_enabled to false, you should also set the cold_start_audience param to empty array. | 仅 ocpa_expand_enabled 为 true 的广告组支持 cold_start_audience 参数 |
33028 | The parameter '{PARAM}' you specified is allowed to be used only for oCPA ads | 您指定的参数{PARAM}仅用于 oCPA 广告 |
33110 | The value '{PARAM}' is not allowed for the parameter field for MP account in parameter 'filtering'. | 不允许在参数 filtering 中为 MP 帐户的参数字段输入{PARAM}的值 |
34032 | The interface for the wechat service provider is failed, please contact our dedicated operation team. | 微信接口失败 |
34056 | The type of mini program is not supported, please use common mini program. | 您使用的小程序类型暂不支持,请使用通用小程序类型 |
34057 | This wechat mini game id is invalid. | 微信小游戏 id 无效 |
33319 | The Creatives of Dynamic-creative ad are not allowed to be modified. | 不允许修改动态广告的广告素材 |
33320 | Dynamic-creative ad is not allowed to be deleted. | 不允许删除动态创意广告 |
33321 | The Creatives of Dynamic-creative ad are not allowed to be deleted. | 不允许删除动态广告的广告素材 |
34140 | The {PARAM} is invalid: it could have been deleted or never existed | {PARAM}无效:它可能已被删除或不存在 |
34401 | the account have no permission to create catalog or product, please contact the workbench administrator | 暂无权限,可联系工作台管理员进行添加,或开通商品库协同管理权限 |
34402 | products update frequency is too high, please try again later. | 商品更新频繁失败,请减少更新频率 |
34163 | The position number of this package is out of range. | 该 package 的 package 数超出范围 |
34302 | 'scene_spec' is not supported when multiple sites or 'automatic_site_enabled' is used for new normalized adcreative templates. | 当为新的标准化广告模板使用多个版位或 automatic_site_enabled 时,不支持 scene_spec |
35001 | The adcreative can not be modified since it is related multiple ads. | 由于与多个广告关联,因此无法修改该 adcreative |
35002 | The adcreative specified is still related adgroup. | 指定的 adcreative 仍然是相关的 adgroup |
35003 | The myapp landing page is not found. | 应用宝落地页找不到 |
35004 | Up to 4 rows text is allowed. | 最多允许 4 行文本 |
35005 | Failed to get logo image. | 无法获取 logo 图像 |
35006 | The parameter 'element_url' is invalid which is not in authorized domain list. | 参数 element_url 无效,不在授权域名列表中 |
35007 | Valid placement group is not found. | 找不到有效的 placement?group |
35008 | Placement group can not be empty. | placement?group 不能为空 |
35009 | Placement group tag id and placement group id can not be used together. | placement?group 标签 id 和 placement?group?ID 不同时使用 |
35010 | Failed to create adcreative. | 创建创意失败 |
35011 | Failed to update adcreative. | 更新创意失败 |
35014 | PAGE_TYPE_FENGYE_ECOMMERCE only match PROMOTED_OBJECT_TYPE_ECOMMERCE. | PAGE_TYPE_FENGYE_ECOMMERCE 仅匹配 PROMOTED_OBJECT_TYPE_ECOMMERCE |
35015 | PROMOTED_OBJECT_TYPE_ECOMMERCE only match PAGE_TYPE_FENGYE_ECOMMERCE or PAGE_TYPE_DEFAULT. | PROMOTED_OBJECT_TYPE_ECOMMERCE 仅匹配 PAGE_TYPE_FENGYE_ECOMMERCE 或 PAGE_TYPE_DEFAULT |
35016 | Online enable failed because there is no ad binding to this ad_creative. | 因为没有 ad 与此 ad_creative 绑定,online 启用失败, |
35017 | Online enable failed because the ad is reviewing. | 由于广告正在审核,online 启用失败 |
35018 | Online enable failed because the ad is review disapproved. | 由于广告审核被拒,online 启用失败 |
35019 | Parameter 'category' is not exist or is not the last level. | 参数 category 不存在或不是最后一级 |
35901 | Review status of this page is rejected. | 当前落地页的审核状态为审核拒绝,请修改落地页内容后重试。 |
35902 | The page is not available. | 当前落地页状态为审核中或者已下线,请选择其他落地页。 |
35903 | The page_type is PAGE_TYPE_DEFAULT and the page_url of page_spec is empty, which adcreative promoted_object_type not support. | 当前使用的推广目标不支持使用默认落地页,请修改落地页类型或者落地页内容后重试。 |
36001 | Dynamic ad can not be changed to other ad type. | 无法将动态广告更改为其他广告类型 |
36002 | Dynamic adcreative can only be used by one ad. | 动态创意广告只能由一个广告使用 |
36003 | Reward video ad can not bind targeting package. | 激励视频广告不能绑定定向包 |
36100 | The parameter 'conversion_id' can't bee changed. | 转化规则 id 不允许更新 |
36101 | The parameter 'conversion_id' and OptimizationGoal is not match. | 转化规则 id 与优化目标不匹配。 |
36102 | The conversion_id is not exist. | 转化规则不存在或已删除。 |
36103 | The conversion_id is not supported. | 不支持使用转化规则 id。 |
36004 | Parameter 'billing_event' of oCPM ads must be BILLINGEVENT_CLICK or BILLINGEVENT_IMPRESSION. | oCPM 广告的参数 billing_event 必须为 BILLINGEVENT_CLICK 或 BILLINGEVENT_IMPRESSION |
36005 | Parameter 'billing_event' and 'cost_type' of oCPM ads do not match. | oCPM 广告的参数 billing_event 和 cost_type 不匹配 |
36006 | Parameter 'optimization_goal' is required for oCPM ads. | oCPM 广告需要参数 optimization_goal |
36007 | Parameter 'deep_conversion_spec' is invalid. | 参数 deep_conversion_spec 无效 |
36008 | You can not modify 'deep_conversion_type' for this adgroup because you chose another type before. | 您不能为此广告组修改 deep_conversion_type,因为之前选择了其他类型 |
36009 | You do not fulfill the requirements of the OCPA ad with 'deep_conversion_worth_spec'. | 您使用的 deep_conversion_worth_spec 不满足 OCPA 广告的要求 |
36010 | You do not fulfill the requirements of the OCPA ad with 'deep_conversion_behavior_spec'. | 您使用的 deep_conversion_behavior_spec 不满足 OCPA 广告的要求 |
36011 | You can not modify 'goal' for this spec, unless both fields in this spec are empty. | 您不能为此 spec 修改 goal,除非该 spec 中的两个字段均为空 |
36012 | Parameter 'billing_event' for SITESET_WECHAT must be BILLINGEVENT_CLICK or BILLINGEVENT_IMPRESSION. | SITESET_WECHAT 的参数 billing_event 必须为 BILLINGEVENT_CLICK 或 BILLINGEVENT_IMPRESSION |
36013 | The '{PARAM}' of parameter '{PARAM}' you specified must be the same. | 您指定的参数{PARAM}必须相同 |
36014 | You can only use one wechat mini program id in this campaign. | 您只能在此推广计划中使用一个微信小程序 id |
36015 | The status of 'app_android_channel_package_id' do not support operation | 渠道包未通过审核 |
36016 | The adgroup is not allow to update with bid_mode | 不允许使用 bid_mode 更新由 billing_event 创建的 adgroup |
36017 | The value of bid_mode is invalid, it can only be modified from BID_MODE_CPC to BID_MODE_OCPC or BID_MODE_CPM to BID_MODE_OCPM | bid_mode 仅允许从 BID_MODE_CPC 修改成 BID_MODE_OCPC 或者 BID_MODE_CPM 修改成 BID_MODE_OCPM |
36018 | The bid_mode is not allow to update for SITE_SET_WECHAT | 微信流量不允许修改 bid_mode |
32404 | Wechat moments adgroup must set same begin_date and end_date in the same campaign. | 微信朋友圈相同推广计划的广告组必须设置相同的开始日期和结束日期 |
32505 | Wechat moments SDPA adcreative can't share with other adgroup. | 微信朋友圈无法将 SDPA 广告与其他广告组共享 |
32511 | Wechat moments ad can't be modified after broadcast. | 播出后无法修改微信朋友圈广告 |
32512 | The mini_program_spec/mini_program_id you specified must match the promoted_object_id. | 落地页的小程序 id 需与广告-目标详情中小程序 id 一致 |
32640 | Can't operate adgroup after adgroup end_date reach or adgroup is deleted. | 不能操作过期或者删除的广告 |
32641 | Can't resume sytem paused adgroup. | 不能重启系统暂停的广告 |
32643 | Campaign 'daily_budget' you set must higher than current plus 10000 fen | 推广计划的 daily_budget 必须大于 10000 分 |
32644 | Can't operate delete object. | 不能操作已经删除的对象 |
32645 | Wechat official account bottom ad bid type is error, which must be set cpc when image style and cpm when video style. | 微信公众号底部图片广告必须以 cpc 出价,视频广告必须以 cpm 出价 |
32646 | You operate objecct is not exist or has been deleted. | 操作对象不存在或者已删除 |
32647 | Estate industry can't bind agency. | 房产行业不能绑定服务商 |
32648 | Object name repeated, please rename it. | 对象名称重复,请重新命名 |
32649 | Account privilege is error, please check if the account bind agency. | 账号权限错误,请检查账号是否绑定了服务商 |
32650 | Parameters 'promoted_object_type' in landing page url and 'promoted_object_type' in adgroup must match. | 落地页推广目标和广告组上的推广目标不同 |
32651 | Agency has bound no advertiser. | 服务商没有绑定广告主 |
32652 | Agency has bound no advertiser, or advertiser account is not valid. | 代理商没有绑定广告主,或者广告主账户无效 |
32653 | Agency appid is not match. | 服务商和 appid 不匹配 |
32654 | Budget must be set 1.5 times than current. | 预算必须高于当前预算的 1.5 倍 |
32655 | The parameter 'agency_token' is expired. | 参数 agency_token 已经过期,请更新 token 后再试 |
32656 | The parameter 'daily_budgyet' set must higher than current plus 50000. | daily_budget 修改必须比当前值高 500 元 |
32657 | Can't resume adgroup when adgroup duration less than 2 hours. | 广告剩余时间已经不足 2 小时,不能启动 |
32658 | The wechat appid you specify is not registered as an advertiser. | 微信公众号没有注册成为广告主 |
33111 | The start_time cannot be earlier than '{PARAM}'. | start_time 不能早于{PARAM} |
33112 | Parameter 'end_time' cannot be earlier than the parameter 'start_time' | 参数 end_time 不能早于参数 start_time |
35800 | Invalid task params | 渠道包异步任务参数错误 |
35801 | Upload channel pkg no than 100 once time. | 一次性上传渠道包的不能超过 100 |
35802 | Upload union channel pkg task service error. | 联盟渠道包异步任务服务错误 |
35803 | Union app error. | 渠道包应用参数错误 |
35804 | AppId not match uid. | 广告主与 appId 不匹配 |
35805 | The status of app not allow to modify. | App 状态不允许操作渠道包 |
35806 | Channel pkg name repeated. | 渠道名称不能重复 |
35807 | Channel pkg error. | 渠道包错误(查询不到渠道包或 url 不一致) |
35808 | Invalid data. | 数据错误 |
4068 | adcreative_template_id mapping failed | MP 规格映射失败 |
36070 | The user message is not allowed to be updated to new. | 不允许将用户消息更新为新消息 |
36071 | Option education in expand_targeting is not allowed by your industry_id. | 您的行业不允许使用学历不可突破定向。 |
36072 | Parameter 'account_id' must not be repeated. | account_id 不允许重复,请检查你的入参 |
36073 | Parameter 'campaign_id' must not be repeated. | campaign_id 不允许重复,请检查你的入参 |
36074 | Parameter 'adgroup_id' must not be repeated. | adgroup_id 不允许重复,请检查你的入参 |
36075 | Parameter 'ad_id' must not be repeated. | adgroup_id 不允许重复,请检查你的入参 |
36076 | You should update at least one parameter for each adgroup_id. | 你需要对每个 adgroup_id, 至少修改 begin_date, end_date 或 time_series 中的一个参数 |
38001 | Parameters 'promoted_object_type' and 'profile_type' must match. | 该推广目标不能自动生成 profile 页,请生成自定义类型的 profile 页 |
38002 | The number of your definition profile has reached the limit. The limit is {param} | 自定义生成的 profile 页达到上限,限制是{param}个,您可先删除其他 profile 页 |
38003 | auto generate profile cannot be deleted | 不能删除自动生成的 profile 页 |
38004 | This Campaign already refers Wechat moments,category conflicts under the same Campaign | 该推广计划已投放朋友圈广告,同一推广计划下不支持朋友圈和非朋友圈混投 |
38005 | profile id and promoted_object_id not match | profile id 和 promoted_object_id 信息不匹配 |
38006 | profile and promoted_object not match. | 传入的 profile 信息和创意对应的 promoted_object 信息不匹配 |
38007 | get app info failed. | 获取应用信息失败 |
38008 | get we app info failed. | 获取小游戏(小程序)信息失败 |
38009 | auto generate profile,promoted_object_id cannot be null. | 自动填充的 profile 页,promoted_object_id 不能为空 |
38010 | adgroup type need to be consistent on the same campaign. | 同一推广计划下,所有广告组的广告类型必须一致(不允许同时投放朋友圈及非朋友圈广告) |
38011 | product_catalog_id need to be consistent on the same campaign. | 同一推广计划下,所有广告组的商品库 id 必须一致 |
38012 | Parameter 'end_date' 'time_series' cannot be earlier than the parameter {PARAM}. | 投放结束时间不能早于{PARAM} |
38014 | The report_fields contains fields[{PARAM}] those are not supported given the level and granularity you specified. | 异步报表返回的字段,包含你指定的报表类型级别和报表粒度下不支持的字段[{PARAM}],请检查你的入参。 |
38015 | The level you specified is only available to Tencent account. | 你使用的报表类型级别只支持腾讯广告平台广告主,请检查你的入参。 |
38016 | The level you specified is only available to Wechat account. | 你使用的报表类型级别只支持微信公众平台广告主,请检查你的入参。 |
38017 | The file of the task you specified cannot be downloaded using this interface. | 你指定的任务的文件不能在本接口下载,你可以参考 async_task_files/get 接口。 |
38018 | The granularity is not supported by the level of report you specified. | 你选择的报表类型级别在你选择的报表粒度下暂不支持,你可以参考接口文档更换报表类型级别或报表粒度。 |
38024 | The channel package is not created from URL. | 渠道包不是 URL 类型的渠道包 |
38025 | You do not have update permission on channel package. | 渠道包未授权更新 |
38026 | adgroup app_android_channel_package_id and wechat_page app_android_channel_package_id must be the same. | 当前广告的应用渠道包与所选推广页的应用渠道包不一致,请选择正确的渠道包 |
38042 | The profile user link property is not officially supported, please contact our dedicated supporting team for help | 头像页面自定义链接未正式开放使用,请联系技术支持团队获得帮助 |
38046 | The parameter '{PARAM}' has too many emoji, the length of the emoji cannot be more than the max length {PARAM}. | 参数'{PARAM}'包含过多表情,表情个数不应大于最大值 {PARAM} |
38047 | The value of parameter '{PARAM}' contains disallowed emoji. | 参数{PARAM}包含不允许的表情,请更新参数后重试 |
38048 | The option page_spec/override_canvas_head_option must set to OPTION_CREATIVE_OVERRIDE_CANVAS when canvas_type of wetchat_page is CANVAS_TYPE_COMMON_PAGE | 使用包含'引用外层素材'组件原生页时,必须设置广告创意素材替换原生页顶部素材 |
38049 | material-library-mp/media/edit not return match format_id media_info_list. | 创意中台视频编辑接口未返回满足要求的视频 |
38051 | The page_type 'PAGE_TYPE_MOMENTS_SIMPLE_NATIVE_WECHAT' is temporary not allowd for promoted_object_type'PROMOTED_OBJECT_TYPE_APP_ANDROID', use 'PAGE_TYPE_CANVAS_WECHAT' instead | Android 应用推广下「简版原生页」已下线,目前暂不支持使用,建议更换「原生推广页」 |
38052 | The text on download button is not allowed now, please use a new canvas page instead | 应监管要求,原生推广页下载按钮文案必须含有“安装”或“下载”请更换原生页提交。 |
38053 | The text on download button is not allowed now, please use a new canvas page instead | 应监管要求,原生推广页下载按钮文案必须含有“安装”或“下载” |
38055 | page_type should keep same with link_page_type | 外层元素落地页类型需要和行动按钮落地页类型保持一致 |
38056 | ios and android promoted object, app pre order must need landing page type | Android 和 IOS 推广目标,新游预约落地页必选 |
38057 | Wechat ad service interface error,please try again | 微信广告 ocpm 门槛服务接口异常,请重试 |
38058 | Tracking service interface error,please try again | 归因接口异常,请求转化 id 信息失败,请重试 |
38059 | Dpstrategy service interface error,please try again | 请求策略中台接口失败,请重试 |
38060 | This bid is too samll | 当前浅层优化目标出价过低 |
38061 | This bid is too large | 当前浅层优化目标出价过高 |
38062 | This deep_conversion_behavior_bid is too samll | 当前深度行为优化目标出价过低 |
38063 | This deep_conversion_behavior_bid is too large | 当前深度行为优化目标出价过高 |
38064 | This deep_conversion_worth_rate is too samll | 当前深度 ROI 优化目标出价过低 |
38065 | This deep_conversion_worth_rate is too large | 当前深度 ROI 优化目标出价过高 |
38066 | The deep_conversion_behavior_bid on an not deep ad group is not allowed to be modified. | 浅层 Ocpx 广告不能设置深度行为出价 |
38067 | The deep_conversion_worth_rate on an not deep ad group is not allowed to be modified. | 浅层 Ocpx 广告不能设置深度 ROI 出价 |
38068 | begin time err | begin date 或者 first day begin time 格式错误,请检查 |
38069 | BeginTime Not Match TimeSet | 广告开始时间与 TimeSet 配置不匹配 |
38070 | BeginTime Too Early | 广告开始时间早于当前时间 |
38071 | InTimeSet check err | 广告开始时间与 TimeSet 配置匹配校验出错 |
38072 | Current set not support xijing landing page with ref creative component | 当前站点不支持使用包含引用外层素材组件蹊径落地页 |
38073 | Current Account not support xijing landing page with ref creative component | 当前广告主不支持使用包含引用外层素材组件蹊径落地页 |
38074 | contains at least one download button is required when wechat canvas page used for app ad | 应用下载类原生页必须包含至少一个下载按钮组件 |
38075 | The parameter 'auto_acquisition_budget' is not allowed to be modified when the ad is on auto acquisition. | 广告一键起量中,一键起量预算不可以修改 |
38076 | The parameter 'auto_acquisition_enabled' can only be opened once | 每条广告在全生命周期内只能使用一次一键起量 |
38077 | current landing page without miniprogram info | 当前落地页缺少小程序相关信息 |
38078 | SIMPLE_CANVAS_SUB_TYPE_DEFAULT is not support by PROMOTED_OBJECT_TYPE_APP_ANDROID | 应用推广目标不支持简版原生页-默认模板,可以更换自定义 |
38079 | SIMPLE_CANVAS_SUB_TYPE_DEFAULT is not support by PROMOTED_OBJECT_TYPE_APP_IOS | 应用推广目标不支持简版原生页-默认模板,可以更换自定义 |
38080 | The creative template is not support by WECHAT_SCENE_SPEC_POSITION | 广告组限定微信公众号与小程序定投,当前创意不支持微信公众号与小程序定投 |
34303 | You are not permitted to use the site set, please contact our dedicated supporting team for help. | 没有该版位投放权限,请联系对应运营经理申请 |
34304 | You are not permitted to use the site set, the sign is {PARAM}. | 没有该版位投放权限,对应的白名单标识:{PARAM},请联系您的运营经理申请此白名单权限 |
38081 | Only monments ad support 'CANVAS_TYPE_COMMON_PAGE' wechat page | 只有朋友圈广告支持'引用外层素材'类型原生页 |
39000 | DEngine replay failed | 双引擎回放数据未录制,本条差异请忽略。 |
55103 | Unsupported operator:IN | 不支持的运算符:IN |
55100 | Function is wrong and there is a possibility that it cannot be converted | 函数错误,可能无法转换 |
32659 | logo and logo_description should not be used separately. Other wise, an error message would appear. | logo 和 logo_description 需要同时存在或同时不存在,否则将报错。 |
32660 | brand_img and description should not be used separately while using on SITE_SET_TENCENT_VIDEO. | 投放到腾讯视频(SITE_SET_TENCENT_VIDEO)时,品牌标识图和文案(6-30 字)需要同时提供。 |
32661 | the API:playable_pages/add is stop serving, and the API:playable_pages/get can go on to use but will stop serving in the plan. We advertise the developer change to use xijing_page_interactive/get. | playable_pages/add 接口已停服,playable_pages/get 接口暂时可以继续使用,后续计划废弃;建议开发者同步切换至 xijing_page_interactive/get 接口。 |
34141 | An '{{$PARAM}}\’ is being added or renamed, but the name is already being used by another '{{$PARAM}}\’ | 正在添加或重命名{PARAM} 但该名称已由另一个名称使用{PARAM} |
34142 | New version should be greater than the existing version. | 新版本应大于现有版本 |
50002 | Parameter ‘ account_id ’ is invalid. | account_id 无效 |
50003 | token not found error | api 请求 token 缺失 |
50004 | invalid token | token 参数无效 |
51000 | unknown parameter error. | 未知参数异常 |
51001 | system error | 系统异常 |
51002 | unknown protocol error. | 无效的数据协议 |
52011 | file receive error | 文件接收异常 |
52012 | file extension invalid | 无效的文件类型 |
52015 | file size exceeds limit. | 文件大小超过限制 |
52021 | audience name length exceeds limit. | 人群名称长度超过限制 |
52028 | lookalike segment target number not in valid range. | lookalike 扩展目标人群数不在有效范围内 |
52041 | audience description length exceeds limit. | 人群描述长度超过限制 |
53018 | parent tag id invalid | parent_tag_id 无效 |
53023 | tag id invalid | tag_id 无效 |
53028 | id type invalid | id_type 字段无效 |
53036 | audience user count is not support operation ‘%s | 人群当前覆盖数不支持此操作 |
53037 | audience id invalid | audience_id 无效 |
53038 | audience name duplicated. | 人群名称重复 |
54013 | non-leaf tag delete forbidden | 不允许删除非叶子结点标签 |
54103 | audience which has lookalike audience gene unsupports lookalike,combine or insight. | 含有 lookalke 基因人群不支持 lookalike、combine 和 insight |
54104 | audience which has combine audience gene unsupports combine. | 含有 combine 基因人群不支持 combine |
54134 | has insight permission denied gene | 种子人群或者交并差人群的原子人群没有透视权限 |
54153 | audience type ‘%s ’ do not support operation | 人群类型不支持此操作 |
54154 | audience status ‘%s ’ do not support operation | 人群状态不支持此操作 |
54157 | you do not have %s permission of audience | 没有此人群的权限 |
54158 | Your request contains params ‘%s ’ that are mutually exclusive. Not more than one | 参数互斥 |
54159 | outer id duplicates | 人群的 ouerId 和标签的 tagCode 不能重复 |
54160 | request more frequently | 请求过于频繁,请稍后操作 |
54161 | tag total count exceeds limit | 标签总数超过上限,不能创建 |
54162 | tag level count exceeds limit | 标签层级超过上限,不能创建 |
54164 | has associate grant relation | 存在授权关系 |
54165 | has associate ad or targeting | 存在关联的广告或者定向 |
54166 | has associate lookalike audience | 存在关联的 LOOKALIKE 人群 |
54167 | has associate combine audience | 存在关联的 COMBINE 人群 |
54173 | file not ready | 文件尚未准备好 |
54174 | rule total count exceeds limit ‘%s ’. | 规则总数超过上限,不能创建 |
54175 | tag binding total count exceeds limit ‘%s ’. | 标签绑定总数超过上限,不能绑定 |
54176 | dp tag can not delete. | DP 标签不允许删除 |
55001 | not have support extracted action param value type | 没有可提取的参数值类型 |
55002 | action param value not exist | 参数值不存在 |
55201 | create audience permission denied | 数据源不可以被用来创建人群 |
55202 | actionSet create request too frequently | 数据源创建请求过于频繁,请稍后操作 |
55401 | visual track not exist | 可视化配置不存在 |
55402 | visual track already exist | 可视化配置已存在 |
58002 | order_id can not be found | 订单 id 不存在 |
58003 | delivery_tracking_number and express_commany must be both not null for update | 快递公司和快递单号都不能为空 |
58004 | express_company invaild | 快递公司不合法 |
58007 | date_range invaild | 时间范围不合法 |
120000 | Advertiser has no right on Catalog | 广告主对商品库无操作权限 |
120001 | Catalog not exists | 商品目录不存在 |
120002 | Product[productOuterId] not exists | 所指定的商品不存在 |
120004 | Product series has existed | 商品系列名称已存在 |
38027 | Cannot get mdmid by account_id | 获取主体信息失败,请检查 account_id 对应的主体状态是否正常 |
37800 | Failed to create advertiser,Please contact our dedicated operation team. | 账号创建失败,请联系我们技术支持团队处理 |
32437 | You cannot use overseas location(s) in 'geo_location' | 微信流量不支持投放海外地域,regions 仅支持中国大陆(不包含港澳台)地域 id |
32438 | The difference between 'total_budget' and the current total budget cannot be less than 5000. | 推广计划总预算每次更新的幅度必须大于等于 50 元 |
32439 | You can only grant ad qualification. | 广告资质授权只支持类型为广告资质的资质 |
32440 | The 'account_id' and 'path_id' should in the same MDM | 资产授权方所属的主体 id 需与传入的 path_id 相同 |
32441 | The 'licensing_account_id_list' and 'path_id' should in the same MDM or BM | 资产被授权所属的主体 id 或者 bmid 需与传入的 path_id 相同 |
32442 | {PARAM} | {PARAM} |
32443 | {PARAM} | {PARAM} |
32444 | {PARAM} | {PARAM} |
32445 | {PARAM} | {PARAM} |
32446 | The 'account_id' and 'path_id' should in the same BM | 资产授权方所属的商务管家 id 需与传入的 path_id 相同 |
32447 | Placeholder not supported on this adcreative. Please delete “{{}}“ in adcreative_elements | 该创意不支持使用动态词包,请删除文案中的{{}}字符 |
32448 | There are up to 5 redirect pages for avatar nicknames under one account (including self-built and authorized assets), and an error will be reported if more than 5 authorizations are made. | 1 个账号下头像昵称跳转页最多 5 个(包括自建和被授权的资产),超过 5 个授权会报错。 |
38500 | empty uid param | uid 参数为空 |
38501 | empty element_id param | element_id 参数为空 |
38502 | no element data | 没有元素数据 |
38503 | empty creative_template_ids param | creative_template_ids 参数为空 |
36822 | The smart_bid_type field capability related to this feature is still open in grayscale. If you need to use it, you can contact our operator. (whitelist: smart_bid). | 当前用户无自动出价功能权限 |
36823 | The value of the parameter site_set is not allowed to use the parameter smart_bid_type. | 暂不支持通投场景下的自动出价 |
36824 | The value of the parameter smart_bid_type is not allowed to use for SITE_SET_MOBILE_MYAPP、SITE_SET_MOBILE_YYB. | SITE_SET_MOBILE_MYAPP,SITE_SET_MOBILE_YYB 版位不支持自动出价功能 |
36825 | The value of the parameter smart_bid_type is not allowed to use the parameter deep_conversion_spec. | 选择自动出价后,无法使用深度转化优化 |
36826 | The value of the parameter daily_budget can not be empty if the value of smart_bid_type is SMART_BID_TYPE_SYSTEMATIC. | 选择自动出价后,广告日预算必填且不允许为不限 |
36827 | The value of the parameter smart_bid_type do not match the value of parameter auto_acquisition_enabled. | 选择自动出价后,不支持一键起量 |
36828 | The value of the parameter smart_bid_type is not allowed to use the parameter bid_adjustment. | 选择自动出价后,不支持分版位出价 |
36829 | The value of the parameter smart_bid_type is not allowed to be modified. | 出价类型不支持修改 |
36830 | The value of the parameter smart_bid_type is not allowed to use the parameter smart_cost_cap. | 非自动出价不允许填写出价上限 |
36831 | The value of the parameter smart_bid_type is not allowed to use the parameter bid_amount. | 自动出价广告不可设置出价 |
36832 | The value of the parameter smart_bid_type is only can be use for ocpx. | 非 ocpx 广告不能使用自动出价 |
36833 | Diagnosis service interface error. If you have any questions, please contact our dedicated supporting team. | 成本预估接口返回异常,如有疑问,请联系我们技术支持团队 |
36766 | The parameter bid_adjustment can be used for oCPC/oCPM only. | 只有 oCPC 与 oCPM 广告可以使用分版位出价 |
36767 | he same site_set(bid_adjustment/site_set_package/site_set) cannot be set in more than one group. | 同一个版位不能被设置在多个组里 |
36768 | The value of bid_adjustment/site_set_package/site_set is invalid. | 自动版位情况下只能对以下版位设置系数:优量汇,腾讯新闻,腾讯视频,腾讯看点,QQ、腾讯音乐及游戏 |
36769 | The value of site_set is not suppout to use bid_adjustment. | 仅投放单个版位时,不支持分版位出价 |
36770 | The value of bid_adjustment/site_set_package/site_set is invalid. | 只能为广告投放的版位设置出价系数 |
36771 | The bid_adjustment field capability related to this feature is still open in grayscale. If you need to use it, you can contact our operator. (whitelist: bid_by_pg). | 当前用户无分版位出价功能权限 |
36772 | The bid_adjustment field capability related to this feature is still open in grayscale. If you need to use it, you can contact our operator. (whitelist: deepbid_by_pg). | 当前用户无分版位深度目标出价功能权限 |
36773 | The vlue of deep_conversion_spec is not support to use bid_adjustment. | 广告未设置深度优化目标,不支持使用分版位深度目标出价 |
36774 | The value of site_set is not support to user bid_adjustment. | 广告版位包含待废弃的“ QQ、腾讯看点、腾讯音乐”,不支持分版位出价 |
36775 | The value of bid_adjustment/site_set_package/site_set if cannot be modified. | 编辑广告时只支持修改分版位出价的系数设置 |
36776 | The value of bid_adjustment is invalid. | 分版位出价参数错误 |
38505 | The param of live_status can be updated for live ad only | 非直播广告不允许修改直播状态 |
38508 | The number of {PARAM} must be equal {PARAM} use dynamic_creative_group_used | 启用动态创意分组,{PARAM}与{PARAM}数量必须一致 |
36836 | The unlimited option and other options can not use at the same time | 公众号与小程序场景定向内不限选项和其他选项不能同时传入 |
36837 | The 'wechat_scene' field capability related to this feature is still open in grayscale. If you need to use it, you can contact our operator | 当前客户不支持使用微信公众号与小程序场景定向 |
36838 | The 'wechat_position' field capability related to this feature is still open in grayscale. If you need to use it, you can contact our operator | 当前客户不支持使用公众号与小程序定投 |
36839 | The wechat_position and wechat_scene is only can be use for SITE_SET_WECHAT | 公众号与小程序定投/微信公众号与小程序场景定向 仅支持微信公众号版位 |
36840 | The wechat_position is not allowed to be modified. | 公众号与小程序定投不支持修改 |
36845 | This adtarget is not allowed modify. | adtarget 不支持修改 |
36846 | This adgroup is not allowed modify. | adgroup 不支持修改 |
36847 | This campaign is not allowed modify. | 教育极速版推广计划仅支持更改名称和状态 |
36848 | The campaign's total_budget out of range. | 推广计划总预算超出范围 |
36849 | The campaign's delivery_day out of range. | 推广计划投放天数超出范围 |
36850 | The campaign's total_budget miss. | 推广计划缺失必填参数总预算 |
36851 | The campaign's delivery_day out of range. | 推广计划缺失必填参数投放天数 |
36852 | The adtarget param error | 定向请求参数错误 |
36862 | This 'system_industry_id' is not allowed to update for JD advertiser | 京东敏感行业禁止修改到综合电商-综合电商行业 |
36857 | The wechat_ad_behavior in the targeting package does not support the placement of the ad | 定向包中的微信再营销定向不支持当前广告的版位 |
36858 | When the targeting package uses the exclued_converted_audience of this data dimension, the conversion_behavior_list is not allowed to be empty | 定向包在使用该数据维度的排除已转化行为时,自定义行为不准为空 |
36859 | When the targeting package uses the exclued_converted_audience of this data dimension, the conversion_behavior_list should be empty | 定向包在使用该数据维度的排除已转化行为时,自定义行为应该为空 |
36860 | The value of 'impression_tracking_url' is invalid. | 未使用腾讯已认证的监测公司链接 |
36861 | The value of 'click_tracking_url' is invalid. | 未使用腾讯已认证的监测公司链接 |
38082 | The param of end_date or last_day_end_time is invalid | end date 或者 last_day_end_time 格式错误,请检查 |
38083 | The param of last_day_end_time and time_series is not match | 广告结束时间与 time_series 配置不匹配 |
38084 | The value of parameter 'mobile_union' or 'exclude_mobile_union' you specified is deprecated, please refer to our latest documentation. | 您指定的参数'mobile_union' 或者 'exclude_mobile_union'已弃用 |
38085 | Request for subcustomer_transfer fail. info:{PARAM}. | 子客转账失败:{PARAM}. |
38086 | The value of parameter 'mobile_union_category' you specified is deprecated since 2021.10.29, please refer to our latest documentation[https://developers.e.qq.com/news].. | 您指定的参数'优量汇媒体类型'从 2021 年 10 月 29 日开始,已弃用,详见最新公告:[https://developers.e.qq.com/news] |
38087 | The value of parameter 'mobile_union_industry' you specified is deprecated since 2021.10.29, please refer to our latest documentation[https://developers.e.qq.com/news].. | 您指定的参数'优量汇行业精选流量包'从 2021 年 10 月 29 日开始,已弃用,详见最新公告:[https://developers.e.qq.com/news] |
38088 | The value of parameter 'flow_optimization_enable' you specified is only used on SITE_SET_MOBILE_UNION, please refer to our latest documentation. | 您指定的参数'优量汇智能流量匹配'仅适用于优量汇版位 |
38089 | The value of parameter 'flow_optimization_enable' you specified conflicts with 'mobile_union_industry' or 'mobile_union_category', please refer to our latest documentation. | 您指定的参数'优量汇智能流量匹配' 不能同时和 '优量汇行业精选流量包' 或者 '优量汇媒体类型' 一起使用 |
38090 | The value of parameter 'flow_optimization_enable' you specified is not allowed to use with your account. | 您的账户不在使用参数'优量汇智能流量匹配'的白名单开放之内,如需要,请联系我们的运营团队 |
38091 | The value of parameter 'mobile_union_category' you specified is deprecated since 2021.10.29, please refer to our latest documentation[https://developers.e.qq.com/news].. | 您指定的参数'移动媒体类型'从 2021 年 10 月 29 日开始,已弃用,详见最新公告:[https://developers.e.qq.com/news] |
38092 | Your operations are too frequent, the maximum number of operations per second has been reached, please try again later. | 您的操作太频繁,达到每秒的操作次数上限,请稍后再试。 |
38093 | Operation failed due to closure policy. | 受封闭政策限制,操作失败。 |
38094 | The value of parameter 'mini_game_openlink' you specified is only support creative group(site_set: SITE_SET_MOBILE_UNION + promoted_object_type: PROMOTED_OBJECT_TYPE_MINI_GAME_WECHAT + page_type: PAGE_TYPE_MINI_GAME_WECHAT) | 您指定的参数'mini_game_openlink'仅支持创意组合为(包含优量汇版位+推广目标为小游戏+微信小游戏落地页) |
38095 | Request for get-transfer-recommend-money fail. info:{PARAM}. | 获取推荐的转账金额失败: {PARAM}. |
38096 | The transfer amount is greater than the upper limit of the amount that can be transferred out (the upper limit of the amount that can be transferred out = account balance - the estimated amount to be reserved), the upper limit of the amount that can be transferred out is: {PARAM}, please modify the transfer amount or try again later | 划转金额大于可转出金额上限(可转出金额上限=账户余额 - 预估需保留金额),可转出金额上限为:{PARAM},请修改转出金额或稍后重试 |
38098 | Batch deletion of qualifications failed, the following qualification ids do not belong to the current account: {PARAM}, please confirm and delete | 资质批量删除失败,以下资质 id 不属于当前账户:{PARAM},请确认后删除。 |
38097 | Check user in gray name list, {PARAM} | 用户在灰度名单, {PARAM} |
38100 | The area_code parameter is illegal, please refer to the appendix area code | area_code 参数非法,请参照附录地域码。 |
38101 | The qualification image is duplicated, and the qualification update failed | 资质图片重复,资质更新失败。 |
38102 | The qualification is duplicated, and the qualification add failed | 资质重复添加,添加失败。 |
38103 | You are not permitted to modify the parameter(s) '{PARAM}', please check your identity. | 您无权修改参数{PARAM},请检查您的身份。 |
38104 | Wechat account is not permitted to modify the parameter(s) '{PARAM}'. | 微信账号不允许修改参数'{PARAM}'。 |
35301 | The specified account does not exist, please confirm the correctness of the operation account. | 指定的帐户不存在,请确认操作的账户正确性 |
35302 | The target customer is not an effective advertiser, please confirm the account validity. | 目标客户不是有效的广告客户,请确认账户有效性 |
36301 | Failed to call SuperTemplate service, please check template id and template size. | 调用超模服务失败,模版 id 错误或模版尺寸不符合规定,请检查参数值。 |
36302 | Catalog permission denied. If you have any questions, please contact our dedicated operation team. | 商品库未授权。如有疑问,请联系我们专业运营团队。 |
36303 | Catalog not found, please check catalog id. | 未找到商品库,请检查商品库 id 是否正确。 |
36401 | Conversion Already Exists | 相同规则的转化已存在 |
36402 | Conversion Tracking Spec Generate Fail | 转化归因规则生成失败 |
36403 | Conversion id Generate Fail | 转化 id 生成失败 |
36404 | Conversion Action Set id Generate Fail | 转化数据源 id 生成失败 |
36405 | Feedback Url Illegal | 转化点击监测 URL 不合法,请传入合法的宏定义 URL |
36406 | Illegal Optimization Goal or Deep Behavior OG or Deep Worth OG | 当前场景、账号或转化链路 id 不支持该优化目标或深层优化目标或深层 ROI |
36407 | Illegal App id For Creating Conversion | 创建转化时 AppID 不合法 |
36408 | Illegal Action Set id For Creating Conversion | 创建转化时数据源 ActionSetID 不合法 |
36409 | Illegal Feedback URL For Creating Conversion | 创建转化时点击监测链接不合法 |
36410 | Illegal SELF_ATTRIBUTED, TRUE FOR API, FALSE FOR SDK | 转化自归因参数校验不合法,API 为自归因,SDK 为非自归因 |
36411 | Deep_behavior_optimization_goal And Deep_worth_optimization_goal Should Not Exist At Same Time | 深层优化目标和深层 ROI 优化目标不能同时出现 |
36412 | Claim Type Illegal | 归因方式不合法 |
36413 | FeedBack URL Not Completed,Must Contains __CLICK_ID__,__HASH_MAC__,__CLICK_TIME__,__MUID__,__OAID__,__ACCOUNT_ID__,__PROMOTED_OBJECT_ID__,__CALLBACK__,__HASH_ANDROID_ID__,__DEVICE_OS_TYPE__ | 点击监测链接不完整,有必需包含的宏定义 |
36414 | Conversion id Not Exist | 转化 id 不存在 |
36415 | Illegal Action Set id When Self_Attribute is true | 自归因不可传入数据源 id |
36416 | SDK accessType must be iOS or Android | SDK 上报方式仅支持安卓和 iOS 的转化场景 |
36417 | JS accessType must be web platform_type | JS 上报方式仅支持 WEB 的转化场景 |
36418 | promoted_object_id should not fill when conversion scene is WEB or WECHAT_MINI_PROGRAM | web 或者微信小程序转化场景,推广目标不填 |
36419 | landing_page_url is required | landing_page_url 不合法或为空 |
36420 | mini_program_id or promoted_object_id is required | 小程序 id 或者标的物 id 不合法或者为空 |
36421 | conversions add too frequently | 转化规则创建请求过于频繁,请稍后操作 |
36422 | app_android_channel_package_id not exist | 腾讯渠道 id 不存在 |
36423 | custom_channel_id belongs to app_android_channel_package_id not exist, Please check the channel package attribution doc https://docs.qq.com/doc/DQlhOdWVTV2JnUmFT | 腾讯渠道 id 对应的自定义渠道 id 不存在,渠道包归因功能请查看 https://docs.qq.com/doc/DQlhOdWVTV2JnUmFT |
36424 | app_android_channel_package_id pattern error | 腾讯渠道 id 格式不正确 |
36425 | app_android_channel_package_id not support | 腾讯渠道 id 不支持 |
36426 | Your request is missing a required parameter | 缺少必填参数 |
36427 | ConversionLinkID not exist | 转化链路 id 不存在 |
36428 | conversion link only supports the web-type and api data reporting | 转化链路仅支持 Web 类型 api 形式的数据接入 |
36429 | conversion link id not supported | 不支持此转化链路 id |
36701 | campaign daily budget is out of range, please confirm whether the daily budget meets the strategic requirements. | 推广计划日预算超出范围,请确认日预算是否满足策略要求 |
36702 | Please check whether the file type of your video is correct. | 视频类型错误,请检查传入视频类型是否正确 |
36703 | Please check whether the Android app is correct. Please try again if correct. | 获取 Android 应用信息失败,请检查传入 Android 应用是否正确 |
36704 | Download image failed. Please try again later. | 下载图片失败,请稍后重试 |
36705 | We are unable to process your request at this time. Please retry your request. If you encounter this error repeatedly, please contact our dedicated supporting team. | 系统繁忙,请稍后重试 |
36706 | System http error, please retry | 调用下游 http 服务失败,请稍后重试 |
36707 | Customer service interface error. If you have any questions, please contact our dedicated supporting team. | 客户服务接口错误,如有疑问,请联系我们技术支持团队 |
36708 | You do not fulfill the requirements of the OCPA ad with 'deep_conversion_behavior_spec'. | 您使用的 deep_conversion_behavior_spec 不满足 OCPA 广告的要求 |
36709 | The targeting with the targeting_id contains deprecated or invalid value | 您指定的定向包中包含已弃用或无效的值 |
36710 | The text is too short the requirements of the page template. | 文本素材长度小于模板要求 |
36711 | The delivery service system is busy, please retry. | 投放服务系统繁忙,请稍后重试 |
36712 | The delivery service calls the downstream service timeout, please retry. | 投放服务调用下游服务超时,请稍后重试 |
36713 | The delivery service system is busy, please retry. | 投放服务系统繁忙,请稍后重试 |
36714 | Delivery service failed to call downstream dmp service. If you have any questions, please contact our dedicated supporting team. | 投放服务调用下游 dmp 服务失败。如有疑问,请联系我们技术支持团队 |
36715 | Get Android app info failed. Please retry your request. | 获取 Android 应用信息失败,请稍后重试 |
36716 | The creative elements do not meet the specifications of the creative template. | 创意元素不符合规格要求 |
36717 | Please check whether the app is correct. Please try again if correct. | 请检查传入应用是否正确 |
36718 | The text is too long the requirements of the page template. | 文本素材长度超过模板要求 |
36719 | Unionapp service interface error. If you have any questions, please contact our dedicated supporting team. | 广告包服务错误,如有疑问,请联系我们技术支持团队 |
36720 | Android or Ios promoted_object_type, wechat_page cannot contain FengYe or wechat mini game element | 投放“应用推广”的推广目标时,原生推广页中不能包含枫页、小游戏组件 |
36721 | Android or Ios promoted_object_type, wechat_page must contain at least one download element | 投放“应用推广”的推广目标时,原生推广页中至少添加并使用一个应用下载组件 |
36722 | Ad promoted_object_id is not the same with wechat_page promoted_object_id | 当前广告的应用 id 与所选推广页的应用 id 不一致,请选择正确的应用 id |
36723 | Ad android_channel_package_id is not the same with wechat_page android_channel_package_id | 当前广告的应用渠道包与所选推广页的应用渠道包不一致,请选择正确的渠道包 |
36724 | Wechat minigame promoted_object_type,wechat_page cannot contain FengYe element | 投放“小游戏推广”的推广目标时,原生推广页中不能包含枫页组件 |
36725 | Wechat minigame promoted_object_type,wechat_page must contain at least one wechat minigame element | 投放“小游戏推广”的推广目标时,原生推广页中至少添加并使用一个小游戏组件 |
36726 | Ad wechat minigame id is not the same with wechat_page minigame id | 当前广告的小游戏原始 id 与所选推广页的小游戏原始 id 不一致,请选择正确的小游戏原始 id |
36727 | Wechat shop promoted_object_type, wechat_page cannot contain wechat minigame element | 投放“商品推广”的推广目标时,原生推广页中不能包含小游戏组件 |
36728 | Wechat Lbs promoted_object_type, wechat_page cannot contain FengYe or wechat minigame element | 投放“门店推广”的推广目标时,原生推广页中不能包含枫页、小游戏组件 |
36729 | Lead ad promoted_object_type, wechat_page cannot contain FengYe or wechat minigame element | 投放“销售线索收集”的推广目标时,原生推广页中不能包含枫页、小游戏组件 |
36730 | Wechat article promoted_object_type, wechat_page cannot contain FengYe or wechat minigame element | 投放“品牌活动推广”的推广目标时,原生推广页中不能包含枫页、小游戏组件 |
36731 | Wechat card promoted_object_type, wechat_page cannot contain FengYe or wechat minigame element | 投放“优惠券推广”的推广目标时,原生推广页中不能包含枫页、小游戏组件 |
36732 | Wechat card promoted_object_type, wechat_page must contain at least one wechat card element | 投放“优惠券推广”的推广目标时,原生推广页中至少添加并使用一个优惠券组件 |
36733 | Wechat promoted_object_type, wechat_page cannot contain FengYe or wechat minigame element | 投放“公众号推广”的推广目标时,原生推广页中不能包含枫页、小游戏组件 |
36734 | Wechat promoted_object_type, wechat_page must contain at least one wechat official account follow element | 投放“公众号推广”的推广目标时,原生推广页中至少添加并使用一个公众号关注组件 |
36735 | The parameter 'optimization_goal' is not allowed to be modified. | ocpc/ocpm 广告不允许切换成 cpc/cpm 广告 |
36736 | The parameter 'deep_conversion_spec/deep_conversion_type', 'deep_conversion_behavior_spec/goal' and 'deep_conversion_worth_spec/goal' is not allowed to be modified. | 深度优化不允许取消,不允许编辑广告时再选择 |
36737 | Adgroup automatic_site_enabled must be same with dynamic_creative automatic_site_enabled | 广告组的版位设置与动态创意的版位设置需要保持一致 |
36738 | Image store CDN error | 图片转存 CDN 错误 |
36739 | The account_id has not correspondence CP in YINGYONGBAO, need to bind the YINGYONGBAO account | 应用宝-该 account_id 在换量上没有对应 CP。需要绑定应用宝账户,请参考:https://e.qq.com/ads/adfaq/delivery/special/13/ |
36740 | Specifications can only serve OCPM ads | 925,927,929 规格只能投放 OCPM 广告 |
36741 | The video used is too old to be used for WeChat advertising. Please upload the video again for transcoding | 所使用的视频过于老旧, 无法应用于微信广告投放, 请重新上传该视频进行转码 |
36742 | The adgroup is not allow to update with bid_mode | 不允许使用 bid_mode 更新由 billing_event 创建的 adgroup |
36743 | The value of bid_mode is invalid, it can only be modified from BID_MODE_CPC to BID_MODE_OCPC or BID_MODE_CPM to BID_MODE_OCPM | bid_mode 仅允许从 BID_MODE_CPC 修改成 BID_MODE_OCPC 或者 BID_MODE_CPM 修改成 BID_MODE_OCPM |
36744 | The bid_mode is not allow to update for SITE_SET_WECHAT | 微信流量不允许修改 bid_mode |
36745 | The advertisements have chosen the WeChat Moments position, and the advertisements are not supported for other positions under this plan. | 该计划下的广告选择了微信朋友圈版位,暂不支持该计划下的广告选择其他版位 |
36746 | The daily budget set is too low. The daily limit cannot be less than 1.5 times the consumption amount on the day or the consumption amount plus 50. Please increase the daily budget set | 您设置的日预算过低,日限额不能低于当日消费金额的 1.5 倍或消费金额加上 50 元,请提高设置金额 |
36747 | The adgroup is not allow to update with billing_event | 请使用 bid_mode 更新该广告 |
36748 | The param bid_mode and billing_event can not use at the same time | bid_mode 和 billing_event 不能同时使用 |
36749 | The param of bid_mode and cost_type is not match | bid_mode 与 cost_type 不匹配 |
36750 | The param of bid_mode and billing_event can not both be empty | bid_mode 与 billing_event 不能同时为空 |
36751 | The param of bid_mode and optimization_goal can not both be empty | bid_mode 与 optimization_goal 不能同时为空 |
36752 | The param of bid_mode and optimization_goal is not match | bid_mode 与 optimization_goal 不匹配 |
36753 | The param of bid_mode and optimization_goal is not match | 非 ocpx 广告不能填写 optimization_goal |
36754 | The param excluded_converted_audience can not use for targeting package | 排除已转化用户定向暂不支持定向包 |
36755 | The value of excluded_converted_audience is only can be use for ocpx. | 排除已转化用户定向,仅支持 oCPC、oCPM 出价方式广告,若开启自定义转化行为则不限制出价方式 |
36756 | The value of excluded_converted_audience is only can be use for SDPA | 排除已转化用户定向,同商品选项只支持 SDPA 商品广告 |
36757 | The 'excluded_converted_audience' field capability related to this feature is still open in grayscale. If you need to use it, you can contact our operator. (whitelist: 'Exclude_converted_users') | 当前客户不支持使用排除已转化定向,功能灰度开放中 |
36758 | The 'excluded_converted_audience' field capability related to this feature is still open in grayscale. If you need to use it, you can contact our operator. (whitelist: 'Exclude_converted_users') | 排除已转化用户定向-同应用选项只支持应用推广目标广告 |
36759 | The value of the parameter 'excluded_converted_audience/excluded_dimension' is not allowed to use the parameter 'conversion_behavior_list'. | 排除已转化用户定向-同商品选项不支持自定义转化行为,默认排除当前所选商品的已下单和已付费用户 |
36760 | The value of the parameter excluded_converted_audience/excluded_dimension is not allowed to use the parameter conversion_behavior_list. | 排除已转化定向不支持当前 conversion_behavior_list |
36761 | You do not fulfill the requirements of the oCPC/oCPM ad with deep_conversion_behavior_bid | 非 oCPC/oCPM 广告不支持深度优化目标出价 |
36762 | The param of (conversion_target_type) conversion_data_type is not invalid | 数据展示转化数据(转化数据量类型 conversion_target_type)类型 conversion_data_type 不正确 |
36763 | The creative or the type of conversion_data_type not support conversion_target_type | 当前创意或非转化数据量类型不支持支持指定 conversion_target_type |
36764 | The creative not support conversion_data_type | 当前创意不支持支持 conversion_data_type |
36765 | The param of conversion_target_type can not be empty | 数据展示转化数据量 conversion_target_type 不能为空 |
36777 | The value of 'first_day_begin_time' is invalid. | 首日开始时间与投放时间段不匹配 |
36778 | The value of 'first_day_begin_time' and 'begin_date' do not match. | 开始时间和开始日期不匹配 |
36779 | The value of 'first_day_begin_time' cannot be earlier than now. | 开始时间不能早于当前时间 |
36780 | The value of 'auto_acquisition_budget' is too low, Please increase and retry. | 一键起量预算过低 |
36781 | The value of 'auto_acquisition_budget' is too high. | 一键起量预算过高 |
36782 | The bid_adjustment field capability related to this feature is still open in grayscale. If you need to use it, you can contact our operator.(whitelist: wechat_ocpx_boost). | 没有权限使用一键起量 |
36783 | The value of 'site_set' you provided is not supported for use 'auto_acquisition_enabled'. | 该站点不支持一键起量 |
36784 | The value of 'deep_conversion_behavior_spec' you provided is not supported for use 'deep_conversion_behavior_bid'. | 非深度优化广告不能传入深度出价 |
36785 | The param of poi_list and siteset is not match | 门店信息仅支持朋友圈、公众号和小程序版位 |
36786 | The value of 'poi_list' you provided is not supported for this promoted object type | 门店信息不支持该推广目标 |
36787 | The value of 'poi_list' you provided exceeds 10 limits, please reduce the number | 门店数量超过 10 个限制,请减少数量 |
36788 | The value of 'poi_list' you provided is invalid, please fill in again | 该门店信息无效,请重新填写 |
36789 | The value of 'auto_derived_creative_enabled' you provided is not supported. | 该广告不支持自动衍生创意 |
36790 | The auto_derived_creative_enabled field is not allow to update | 开启后自动衍生创意开关不允许关闭 |
36791 | The auto_derived_creative_enabled field capability related to this feature is still open in grayscale. If you need to use it, you can contact our operator.(whitelist: automatic_derived_video_ad). | 没有权限使用自动衍生创意功能 |
36792 | Error getting relation data between the channel package and the App. | 获取渠道包关联应用数据错误 |
36793 | Product catalog service interface error. If you have any questions, please contact our dedicated supporting team. | 商品库服务接口错误,请联系我们的专业运营团队 |
36794 | Video store CDN error, please retry. | 视频转存 CDN 错误, 请稍后重试 |
36795 | Unionapp service interface error. If you have any questions, please contact our dedicated supporting team. | 广告包服务接口错误,请联系我们的专业运营团队 |
36796 | Wechat page not found, please check it and try again. | 未找到对应的原生页,请检查后重试 |
36797 | Icon label not found, please check it and try again. | 图标标签不存在 |
36798 | This deep_conversion_behavior_bid is too large. | 深度优化行为出价过高 |
36799 | This deep_conversion_behavior_bid is too samll. | 深度优化行为出价过低 |
36800 | Wechat ad service interface error,please try again | 微信广告 ocpm 门槛服务接口异常,请重试 |
36801 | Tracking service interface error,please try again | 归因接口异常,请求转化 id 信息失败,请重试 |
36802 | This bid amount is too large | 当前浅层优化目标出价过高 |
36803 | This bid amount is too samll | 当前浅层优化目标出价过低 |
36804 | This deep_conversion_worth_rate is too large | 当前深度 ROI 优化目标出价过高 |
36805 | This deep_conversion_worth_rate is too samll | 当前深度 ROI 优化目标出价过低 |
36806 | The deep_conversion_behavior_bid on an not deep ad group is not allowed to be modified | 浅层 Ocpx 广告不能设置深度行为出价 |
36807 | The deep_conversion_worth_rate on an not deep ad group is not allowed to be modified | 浅层 Ocpx 广告不能设置深度 ROI 出价 |
36808 | The targeting package is not exist | 分享账户不存在该定向包 |
36809 | The targeting package is empty | 分享的定向包不能为空 |
36810 | The account id is not allowed to use targeting copy function | 当前客户不支持使用定向包复制功能 |
36811 | There is no Business Manager id in the shared account or the accepted account | 分享账户或接受账户没有商务管家 id |
36812 | There is no same business manager id in the shared account or the accepted account | 分享账户和接受账户没有相同商务管家 id |
36813 | There is no MDMID in the shared account or the accepted account | 分享账户或接受账户没有主体 id |
36814 | There is no same MDMID in the shared account or the accepted account | 分享账户和接受账户没有相同主体 id |
36815 | The number of targetings of the receiving account has reached the upper limit of 200 | 接收账户定向包数量已达上限 200 条,可在接收账户中删除部分定向包 |
36816 | Wechat page with common page compnonent is available only for monment ad | 带有引用外层素材组件的原生页仅可用于朋友圈广告 |
36817 | The targeting pakchage contains audience id assets from authorization, which can be removed and shared again | 该定向包含有来自授权的人群资产,可移除后再次分享 |
36818 | The targeting pakchage contains invalid audience id | 分享定向包内人群包状态无效 |
36819 | The targeting pakchage contains unsupported targeting | 分享定向包内有不支持的定向,可移除后再次分享 |
36820 | The receiving account does not have permission to use audience id | 接收账户缺少人群资产使用权限,可前往 DMP 授权后再次分享 |
36821 | The receiving account can not be wechat account | 接收账户不支持微信账号 |
36834 | The value of 'adscene_setting/placement_type' cannot be used with the 'adcreative_template_id' you provided. | 参数 adscene_setting/placement_type 不允许使用 adcreative_template_id 值,请确认以上参数组合是否符合策略要求 |
36835 | The creative elements does not exist or had been deleted, If you have any questions, please contact our dedicated supporting team. | 解析创意数据错误,素材不存在或已删除,如有疑问,请联系我们技术支持团队 |
36841 | Failed to find channel package. | 获取详细渠道包信息失败 |
36842 | Channel package is not associated with current App. | 渠道包尚未关联当前应用 |
36843 | The adcreative's dynamic_product_spec.page_url is not available. | 商品广告动态落地页链接不可用 |
36844 | The 'mobile_union_media_industry' field capability related to this feature is not open. If you need to use it, you can contact our operator | 当前客户不支持使用优量汇媒体类型场景定向 |
36853 | The adcreative's barrage is not exist. | 弹幕不存在 |
36854 | The adcreative's barrage is not available. | 该规格未开放弹幕功能 |
36855 | The adcreative's barrage is out of range. | 单条广告的弹幕数量须为 3-20 条 |
36856 | No right to use the site set, please contact our dedicated supporting team for help. | 没有该版位投放权限,请联系对应运营经理申请 |
37601 | Report service call downstream service timeout, please retry. | 报表服务调用下游服务超时,请稍后重试 |
37602 | The time_line is not supported by the current level, please check the official documentation which time_line is supported regarding the given level. | 当前 level 不支持该 time_line, 请查询官网文档查看当前 level 支持的 time_line |
37603 | Failed to call delivery service, please try again later. If you have any questions, please contact our dedicated supporting team | 调用投放服务失败,请稍后重试. 如有疑问,请联系我们技术支持团队 |
37604 | Failed to call ReportService, please try again later. If you have any questions, please contact our dedicated supporting team | 调用报表服务失败,请稍后重试. 如有疑问,请联系我们技术支持团队 |
37605 | Failed to call ReportService, database service is unavailable, please try again later. If you have any questions, please contact our dedicated supporting team | 调用报表服务失败,数据库服务不可达,请稍后重试. 如有疑问,请联系我们技术支持团队 |
37606 | Failed to call ReportService, please try again later. If you have any questions, please contact our dedicated supporting team | 调用报表服务失败,请稍后重试. 如有疑问,请联系我们技术支持团队 |
37607 | Failed to call ReportService, please try again later. If you have any questions, please contact our dedicated supporting team | 调用报表服务失败,请稍后重试. 如有疑问,请联系我们技术支持团队 |
37608 | Report parameters are invalid, please check the official documentation which parameters are supported regarding the given level | 报表参数不合法, 请参考官网文档查询当前 level 支持的报表参数 |
37609 | Failed to call ReportService, php exception occur, please try again later. If you have any questions, please contact our dedicated supporting team | 调用报表服务失败,php 发生异常,请稍后重试. 如有疑问,请联系我们技术支持团队 |
37610 | Failed to call ReportService, internal system error occur, please try again later. If you have any questions, please contact our dedicated supporting team | 调用报表服务失败,内部系统错误,请稍后重试. 如有疑问,请联系我们技术支持团队 |
37611 | Failed to call ReportService, please try again later. If you have any questions, please contact our dedicated supporting team | 调用报表服务失败,请稍后重试. 如有疑问,请联系我们技术支持团队 |
37612 | Failed to call ReportService, general error occur in database, please try again later. If you have any questions, please contact our dedicated supporting team | 调用报表服务失败,数据库发生一般性错误,请稍后重试. 如有疑问,请联系我们技术支持团队 |
37613 | Failed to call ReportService, syntax check error occur in database, please check request params. If you have any questions, please contact our dedicated supporting team | 调用报表服务失败,查询数据库语法错误,请检查请求参数. 如有疑问,请联系我们技术支持团队 |
37614 | Failed to call ReportService, rpc close in database, please try again later. If you have any questions, please contact our dedicated supporting team | 调用报表服务失败,数据库 rpc 关闭,请稍后重试. 如有疑问,请联系我们技术支持团队 |
37615 | Failed to call ReportService, invalid field name error occur,please check request params. If you have any questions, please contact our dedicated supporting team | 调用报表服务失败,查询数据库不合法的字段名,请检查请求参数. 如有疑问,请联系我们技术支持团队 |
37616 | Failed to call ReportService, invalid field value error occur, please check request params. If you have any questions, please contact our dedicated supporting team | 调用报表服务失败,查询数据库不合法的字段值,请检查请求参数. 如有疑问,请联系我们技术支持团队 |
37617 | Failed to call ReportService, missing field error occur, please check request params. If you have any questions, please contact our dedicated supporting team | 调用报表服务失败,查询数据库缺少必要字段,请检查请求参数. 如有疑问,请联系我们技术支持团队 |
37618 | Failed to call ReportService, database doesn't find entity, please try again later. If you have any questions, please contact our dedicated supporting team | 调用报表服务失败,数据库无法查找到实体,请稍后重试. 如有疑问,请联系我们技术支持团队 |
37619 | Failed to call ReportService, illegal query pattern error occur, please check request params. If you have any questions, please contact our dedicated supporting team | 调用报表服务失败,不合法的数据库查询模式,请检查请求参数. 如有疑问,请联系我们技术支持团队 |
37620 | Failed to call ReportService, forbid query pattern, please check request params. If you have any questions, please contact our dedicated supporting team | 调用报表服务失败,数据库禁止此查询,请检查请求参数. 如有疑问,请联系我们技术支持团队 |
37621 | Failed to call ReportService, illegal data error occur, please check request params. If you have any questions, please contact our dedicated supporting team | 调用报表服务失败,查询数据库不合法数据,请检查请求参数. 如有疑问,请联系我们技术支持团队 |
37622 | Failed to call ReportService, exceed pegasus access frequency threshold, please try again later. If you have any questions, please contact our dedicated supporting team | 调用报表服务失败,超过数据库查询频率,请稍后重试. 如有疑问,请联系我们技术支持团队 |
37623 | Failed to call ReportService, exceed pegasus return row count threshold, please check request params. If you have any questions, please contact our dedicated supporting team | 调用报表服务失败,超过数据库返回记录数,请检查请求参数. 如有疑问,请联系我们技术支持团队 |
37624 | Failed to call ReportService, database fail to generate query sql, please try again later. If you have any questions, please contact our dedicated supporting team | 调用报表服务失败,数据库生成查询 SQL 失败,请稍后重试. 如有疑问,请联系我们技术支持团队 |
37625 | Failed to call ReportService, database is timeout, please try again later. If you have any questions, please contact our dedicated supporting team | 调用报表服务失败,访问数据库服务超时,请稍后重试. 如有疑问,请联系我们技术支持团队 |
37626 | Failed to call ReportService, database is busy, please try again later. If you have any questions, please contact our dedicated supporting team | 调用报表服务失败,数据库服务繁忙,请稍后重试. 如有疑问,请联系我们技术支持团队 |
37627 | Failed to call ReportService, database call bad method, please try again later. If you have any questions, please contact our dedicated supporting team | 调用报表服务失败,数据库调用错误方法,请稍后重试. 如有疑问,请联系我们技术支持团队 |
37628 | Failed to call ReportService, response is empty from database, please try again later. If you have any questions, please contact our dedicated supporting team | 调用报表服务失败,数据库响应为空,请稍后重试. 如有疑问,请联系我们技术支持团队 |
37629 | Failed to call ReportService, database predicator error occur, please try again later. If you have any questions, please contact our dedicated supporting team | 调用报表服务失败,数据库操作符错误,请稍后重试. 如有疑问,请联系我们技术支持团队 |
37630 | Failed to call ReportService, error occur when database return result, please try again later. If you have any questions, please contact our dedicated supporting team | 调用报表服务失败,数据库返回结果时遇到错误,请稍后重试. 如有疑问,请联系我们技术支持团队 |
37631 | Failed to call ReportService, error occur when connecting to database, please try again later. If you have any questions, please contact our dedicated supporting team | 调用报表服务失败,连接数据库发生错误,请稍后重试. 如有疑问,请联系我们技术支持团队 |
37632 | Failed to call ReportService, http header of response from database is bad, please try again later. If you have any questions, please contact our dedicated supporting team | 调用报表服务失败,数据库返回响应头错误,请稍后重试. 如有疑问,请联系我们技术支持团队 |
37633 | Failed to call ReportService, http body of response from database is bad, please try again later. If you have any questions, please contact our dedicated supporting team | 调用报表服务失败,数据库返回响应体错误,请稍后重试. 如有疑问,请联系我们技术支持团队 |
37634 | Failed to call ReportService, page of response from database is incomplete, please try again later. If you have any questions, please contact our dedicated supporting team | 调用报表服务失败,数据库返回响应不完整,请稍后重试. 如有疑问,请联系我们技术支持团队 |
37635 | page * page_size cannot be greater than 20000, please use async reports | page * page_size 不能大于 20000,请使用异步报表 |
37636 | Failed to call customer service, please try again later. If you have any questions, please contact our dedicated supporting team | 调用客户服务失败,请稍后重试. 如有疑问,请联系我们技术支持团队 |
37637 | Failed to call ad service, please try again later. If you have any questions, please contact our dedicated supporting team | 调用投放服务失败,请稍后重试. 如有疑问,请联系我们技术支持团队 |
38901 | Failed to call BillingCenter service, please try again later. If you have any questions, please contact our dedicated supporting team | 调用计费中心接口失败,请稍后重试。如有疑问,请联系我们技术支持团队 |
39001 | The 'daily_budget' must be at least 5000 higher than the cost today. | 日预算修改后至少应比当日消耗多 50 元 |
39002 | The 'daily_budget' must be at least 5000 higher than the cost today. | 日预算修改后至少应比当日消耗多 50 元 |
39003 | Can't operate adgroup after adgroup end_date reach or adgroup is deleted. | 不能操作已经结束或被删除的广告 |
39004 | Account privilege is error, please check if the account bind agency. | 账号权限错误,请检查是否绑定了服务商 |
39005 | Your wechat official account does not have a profile image. | 您的微信公众号未设置头像 |
39006 | Some viewer you specified has not followed your official account. | 您指定的受众未关注您的公众号 |
39007 | Agency has bound no advertiser. | 服务商没有绑定任何广告主 |
39008 | Budget must be set 1.5 times than current. | 预算必须大于当前预算的 1.5 倍 |
39009 | The query object not exist. | 查询的对象不存在 |
39010 | The parameter 'daily_budgyet' set must higher than current plus 50000. | 日预算必须比当前预算多 500 元 |
39011 | Campaign 'daily_budget' you set must higher than current plus 10000 fen | 推广计划日预算修改后必须比当前多 100 元 |
39012 | Your wechat official account has not been verified. | 您的微信公众号没有验证通过 |
39013 | Wechat official account bottom ad bid type is error, which must be set cpc when image style and cpm when video style. | 公众号底部广告出价错误,图片样式应为 CPC 出价,视频规格应为 CPM 出价 |
39014 | The query object not exist. | 查询的对象不存在 |
39015 | Your account is not activated, please contact our dedicated operation team. | 您的帐户未激活,请联系我们的专业运营团队 |
39016 | The width of your image does not match the requirements of the page template. | 图片素材宽度与模板不符 |
39017 | The height of your image does not match the requirements of the page template. | 图片素材高度与模板不符 |
39018 | The total number of images does not match the requirements of the page template. | 图片素材数量与模板不符 |
39019 | The file size of the image does not match the requirements of the page template. | 图片尺寸与模板不符 |
39020 | The image type is invalid | 图片类型与模板不符 |
39021 | The text is too long the requirements of the page template. | 文本素材长度超过模板要求 |
39022 | The elements_type does not match the requirements of the page template. | 组件类型与页面模板要求不符 |
39023 | The elements_type is not supported. | 组件类型暂不支持 |
39024 | The total number of elements component your provided does not match the total number of the page template. | 素材组件数量与模板组件数量不符 |
39025 | The height of your provided video does not match the requirements of the page template. | 视频素材高度与模板要求不符 |
39026 | The width of your provided video does not match the requirements of the page template. | 视频素材宽度与模板要求不符 |
39027 | The duration of your provided video is invalid. | 视频素材时长有误 |
39028 | The file size of your provided video does not match the requirements of the page template. | 视频素材大小有误 |
39029 | The file type of your provided video does not match the requirements of the page template. | 视频素材文件类型有误 |
39030 | The codec of your provided video does not match the requirements of the page template. | 视频素材编码有误 |
39031 | The audio codec of your provided video does not match the requirements of the page template. | 视频素材音频编码有误 |
39032 | The profile of your provided video does not match the requirements of the page template. | 视频素材格式类型有误 |
39033 | The data rate of your provided video does not match the requirements of the page template. | 视频素材码率有误 |
39034 | The frame rate of your provided video does not match the requirements of the page template. | 视频素材帧率有误 |
39035 | The audio type of your provided video does not match the requirements of the page template. | 视频素材音频格式类型错误 |
39036 | The key frame interval of your provided video does not match the requirements of the page template. | 视频素材关键帧间隔有误 |
39037 | The audio data rate of your provided video does not match the requirements of the page template. | 视频素材音频码率有误 |
39038 | The audio sample rate of your provided video does not match the requirements of the page template. | 视频素材音频采样率有误 |
39039 | The sampling aspect ratio of your provided video does not match the requirements of the page template. | 视频素材采样纵横比有误 |
39040 | The scan type of your provided video does not match the requirements of the page template. | 您提供的视频的扫描类型与页面模板的要求不符。 |
39041 | The pages is invalid, it could have been deleted or never existed. | 落地页不存在 |
39042 | The pages is invalid, it could have been deleted or never existed. | 落地页不存在 |
39043 | The top element you provided does not satisfy the requirements of the page template you specified. | 顶层元素与创意规格不匹配 |
39044 | The value of parameter 'adcreative_template_id' you specified is not supported for wechat pages for the moment. | 朋友圈创意规格不支持微信原生页 |
39045 | Parameter 'promoted_object_type' of your adcreative does not match the 'promoted_object_type' of your wechat page. | 创意上的推广目标类型和原生页不匹配 |
39046 | The wechat page contains 'element_button', which adcreative promoted_object_type not support. | 当前推广目标不支持微信原生页中的'element_button'组件 |
39047 | The wechat page contains 'element_button/url', which only 'PROMOTED_OBJECT_TYPE_ECOMMERCE' promoted_object_type support. | 当前推广目标不支持微信原生页中的‘ element_button/url'组件 |
39048 | The top element of your wechat page you provided does not match the 'adcreative_elements'. | 微信原生页顶层元素与创意元素不匹配 |
39049 | Parameter 'element_button/url' is invalid. | 参数'element_button/url'不合法 |
39050 | The promoted_object_type not support yet. | 推广目标类型暂不支持 |
39051 | The param 'campaign_name' is empty or length over 600. | 推广计划名称为空或长度大于 600 个字节 |
39052 | non-wechat moment advertise param 'daily_budget' is not exist. | 非朋友圈广未填写日预算 |
39053 | Parameter 'total_budget' is invalid. | 总预算无效 |
39054 | Parameter 'dest_url_display_type' is empty. | 参数'dest_url_display_type'不能为空 |
39055 | Parameter 'dest_url_display_type' is invalid. | 参数'dest_url_display_type'无效 |
39056 | Parameter 'promoted_object_type' is empty. | 推广目标类型不能为空 |
39057 | Parameter 'promoted_object_type' is invalid. | 推广目标类型不合法 |
39058 | Parameter 'page_type' is empty. | 落地页类型不能为空 |
39059 | Parameter 'page_type' is invalid,following one of { PAGE_TYPE_DEFAULT, PAGE_TYPE_TSA_APP, PAGE_TYPE_TSA_WEB_NONE_ECOMMERCE, PAGE_TYPE_CANVAS_WECHAT }. | 落地页类型必须为以下几种:{ PAGE_TYPE_DEFAULT, PAGE_TYPE_TSA_APP, PAGE_TYPE_TSA_WEB_NONE_ECOMMERCE, PAGE_TYPE_CANVAS_WECHAT } |
39060 | Parameter 'page_spec/page_id' is empty. | 参数'page_spec/page_id'不能为空 |
39061 | Parameter 'page_spec/page_id' is invalid. | 参数'page_spec/page_id'不能为空 |
39062 | Parameter 'ad_name' is empty. | 参数'ad_name'不能为空 |
39063 | Parameter 'promoted_object_type' is empty. | 推广目标类型不能为空 |
39064 | The wechat page parameter 'page_elements_spec_list/video_spec/video_id' is empty. | 视频组件中,video_id 参数为空 |
39065 | The wechat page parameter 'page_elements_spec_list/button_spec/title' is empty. | 原生页组件 button_item 的按钮文案为空 |
39066 | The wechat page parameter 'page_elements_spec_list/button_spec/title' is more than 10 words. | 原生页组件 button_item 的按钮文案长度超过 10 字 |
39067 | The wechat page parameter 'page_elements_spec_list/button_spec/app_ios_spec' is empty. | ios 模板页,app_ios_spec 为空 |
39068 | The wechat page parameter 'page_elements_spec_list/button_spec/app_ios_spec/app_ios_id' is empty. | ios 模板页,app_ios_spec_id 参数为空 |
39069 | The wechat page parameter 'page_elements_spec_list/button_spec/app_ios_spec/deep_link_url' is empty. | ios 模板页支持应用直达,app_ios_spec_link_url 参数为空 |
39070 | The wechat page parameter 'page_elements_spec_list/button_spec/app_android_spec' is empty. | android 模板页,app_android_spec 为空 |
39071 | The wechat page parameter 'page_elements_spec_list/button_spec/app_android_spec/deep_link_url' is invalid. | android 模板页支持应用直达,android_spec_link_url 参数错误 |
39072 | The wechat page parameter 'page_elements_spec_list/button_spec/url' is invalid. | button_item_url 跳转链接参数错误 |
39073 | The wechat page parameter 'page_elements_spec_list' is empty. | page_elements 参数为空 |
39074 | The wechat page parameter 'page_elements_spec_list/element_type' is empty. | 组件 element_type 参数为空 |
39075 | The wechat page parameter 'page_elements_spec_list/image_spec' is empty. | 组件 element_image 参数为空 |
39076 | The wechat page parameter 'page_elements_spec_list/button_spec' is empty. | 组件 element_button 参数为空 |
39077 | The wechat page parameter 'page_elements_spec_list/text_spec' is invalid. | 文本组件,组件 element_text 参数错误 |
39078 | The wechat page parameter 'page_elements_spec_list/video_spec' is invalid. | 视频组件,组件 element_video 参数错误 |
39079 | The wechat page parameter 'page_name' is more than 30 words. | 原生页名称长度超过 30 个字 |
39080 | The wechat page parameter 'page_name' is empty. | 原生页名称不能为空 |
39081 | The wechat page parameter 'page_template_id' is empty. | page_template_id 不能为空 |
39082 | The wechat page parameter 'share_content_spec' is empty. | share_content_spec 不能为空 |
39083 | The wechat page parameter 'share_content_spec/share_title' is empty. | 分享标题长度不能为空 |
39084 | The wechat page parameter 'share_content_spec/share_title' is more than 14 words. | 分享标题长度超过 14 字 |
39085 | The wechat page parameter 'share_content_spec/share_title' is more than 20 words. | 分享描述长度超过 20 字 |
39086 | The wechat page parameter 'share_content_spec/share_description' is empty. | 分享描述不能为空 |
39087 | Parameter 'dest_url' is invalid. | dest_url 错误 |
39088 | Parameter 'CRT_INFO' is invalid. | CRT_INFO 参数错误 |
39089 | Native promotion page is inconsistent with the advertising promotion target promoted_object_id | 原生推广页与广告推广目标应用 id 不一致 |
39090 | PROMOTED_OBJECT_TYPE_ECOMMERCE is not support. | 暂不支持电商推广目标 |
39091 | Parameter 'video' is invalid. | 下载的视频 vedio 参数错误 |
39092 | Your wechat official account is not entrusted to the agency. | 您的微信账号没有授权给该代理商 |
39093 | Your wechat official account is not entrusted to the agency. | 您的微信账号没有授权给该代理商 |
39094 | Advertiser and the agency has an unfinished refund order. | 广告主和当前代理商有未完成的退款 |
39095 | Advertiser and the agency confirm that the unbinding time is 24 hours. | 广告主与服务商确认解绑生效时间为 24 小时 |
39096 | Your account is not activated, please contact our dedicated supporting team. | 您的帐户未激活,请联系我们的专业技术支持团队 |
39097 | Binding to the agency has failed. Please check whether your account has already been bound. | 代理商已经绑定广告主 |
39098 | The agency cannot bind real estate industry customer. | 该代理商无法绑定房产行业客户 |
39099 | The agency can only bind to designated customers in the real estate industry. | 该代理商只能绑定房产行业的指定用户 |
39100 | Real estate industry binding restrictions:agency has no license in the enclosed area. | 房产行业绑定限制,代理商不在对应封闭区域内 |
39101 | You cannot entrust too many service providers. | 您不能授权太多代理商 |
39102 | Advertiser is under SMB protection. | 广告主已申请 SMB 保护,不能授权代理商 |
39103 | Advertiser is applying for SMB protection. | 广告主正在申请 SMB 保护,不能授权代理商 |
39104 | The query object not exist. | 查询的目标不存在 |
39105 | The service provider does not exist. | 代理商不存在 |
39106 | Agency appid is not match. | 服务商 appid 不匹配 |
39107 | Current version is not supported. | 当前版本不支持 |
39108 | account_type is not exist. | 账户类型不存在 |
39109 | Can't operate adgroup after adgroup end_date reach or adgroup is deleted. | 无法操作已完成或者已删除的广告 |
39110 | The page_type you specified is not supported for your campaign. | 推广计划和落地页类型不匹配 |
39111 | Can't operate delete object. | 操作的对象已经删除 |
39112 | Please check whether the parameter of the account_id is correct. Please try again if correct. | account_id 转 appid 失败 |
39113 | Parameter error | 参数错误 |
39114 | Parameter 'behavior_or_interest' invalid, please check id in 'behavior_or_interest' | 行为兴趣定向参数不合法,请检查行为兴趣 id |
39115 | Please check whether the parameter of the account_id or appid is correct. Please try again if correct. | 获取广告主信息失败 |
39116 | We are unable to process your request at this time. | 系统繁忙,请稍后重试 |
39117 | We are unable to process your request at this time. | 系统繁忙,请稍后重试 |
39118 | Please check whether the parameter of appid is authenticated by wechat. Please try again if authenticate. | 请检查 appid 微信认证是否已经通过,如果确认已经认证通过,请稍后重试 |
39119 | The creation of Native promotion page fails. | 原生页创建失败 |
39120 | Failed to get information of Native promotion page, please try again later. | 原生页信息获取失败 |
39121 | Failed to delete information of Native promotion page, please try again later. | 原生页信息删除失败 |
39122 | The parameter of image id in components is invalid. | 原生页组件中图片 id 参数错误 |
39123 | The parameter of video id in components is invalid. | 原生页组件中图片 id 参数错误 |
39124 | Please check whether the parameter of android_id in button_item is correct. Please try again if correct. | 获取 Android 应用信息失败 |
39125 | Please check whether the parameter of ios_id in button_item is correct. Please try again if correct. | 获取 IOS 应用信息失败 |
39126 | Please check whether the parameter of page_template_id is correct. Please try again if correct. | 获取原生推广页模板失败 |
39127 | Parameter 'LINK_PAGE_TYPE' is invalid. | LINK_PAGE_TYPE 参数有误 |
39128 | The replication operation of Native promotion page failed,please contact our dedicated operation team. | 复制原生页失败 |
39129 | Failed to upload video,please contact our dedicated operation team. | 上传视频失败 |
39130 | Please check whether the parameter of appid is correct. Please try again if correct. | 根据 APPID 获取 uin 失败 |
39131 | Get channel pkg infomation failed,please contact our dedicated operation team. | 应用下载信息渠道包 id 错误 |
39132 | Get channel pkg infomation failed,please contact our dedicated operation team. | 获取 Android 渠道包信息失败 |
39133 | Download image or video failed,please contact our dedicated operation team. | 下载图片或视频失败 |
39134 | Parameter 'account_id' is empty. | account_id 参数为空 |
39135 | Ad account need to bind a Wechat Official Account. | 账号未绑定任何微信公众号,请通过微信公众号绑定接口对账号进行绑定 |
39136 | Parameter 'adcreative_template_id' is empty. | adcreative_template_id 参数为空 |
39137 | Parameter 'product_info' is empty. | product_info 参数为空 |
39138 | Parameter 'crt_info' is empty. | crt_info 参数为空 |
39139 | Parameter 'product_type' is empty. | product_type 参数为空 |
39140 | Parameter 'page_id' is empty. | page_id 参数为空 |
39141 | Parameter 'crt_info' is invalid. | crt_info 参数错误 |
39142 | Please check whether the parameter of account_id is correct. Please try again if correct. | 朋友圈广告预览获取头像昵称失败 |
39143 | AD preview temporarily does not support the adcreative_template_id, Please contact our dedicated operation team. | 暂不支持此 adcreative_template_id 预览 |
39144 | Generate the preview link failure,Please contact our dedicated operation team. | 生成预览链接失败 |
39145 | Verification of Native promotion page failed,Please contact our dedicated operation team. | 公众号预览原生推广页检查失败 |
39146 | Verification of Native promotion page failed,Please contact our dedicated operation team. | 朋友圈预览落地页检查失败 |
39147 | Parameter 'desc' is empty. | 朋友圈预览落文案描述参数为空 |
39148 | Parameter 'nickname' is empty. | nickname 参数为空 |
39149 | Preview temporarily does not support this adcreative_template_id. | 预览暂不支持此 adcreative_template_id |
39150 | Parameter 'product_info' is invalid json. | product_info 参数为无效的 json |
39151 | Failed to create form landing page,Please contact our dedicated operation team. | 创建表单落地页失败 |
39152 | Please check whether the parameter of the qid in componentitems is correct. Please try again if correct. | 获取表单失败 |
39153 | Native promotion page with form only suports leads of the advertising promotion target | 原生页中含有表单只支持线索推广目标 |
39154 | Parameter 'appid' is empty. | appid 参数为空 |
39155 | Parameter 'agency_id' is empty. | 参数 agency_id 为空 |
39156 | Parameter 'account_id' is empty | 参数 account_id 为空 |
39157 | Parameter 'uid_gdt' is empty. | 参数 uid_gdt 为空 |
39158 | Parameter 'cid_gdt' is empty. | 参数 cid_gdt 为空 |
39159 | Parameter 'campaign_id' is empty. | 参数 campaign_id 为空 |
39160 | Parameter 'spid' is empty. | 参数 spid 为空 |
39161 | Parameter 'status' is empty. | 广告状态参数为空 |
39162 | Parameter 'status' is invalid | 广告状态参数错误 |
39163 | Parameter 'ctype' is invalid | ctype 参数无效 |
39164 | Parameter 'campaign_id' in campaign is empty. | campaign 中参数 campaign_id 为空 |
39165 | Parameter 'account_id' in campaign is empty. | campaign 中参数 account_id 为空 |
39166 | Parameter 'account_id' in adgroup is empty. | adgroup 中参数 account_id 为空 |
39167 | Parameter 'spd' in adgroup is empty. | adgroup 中参数 spid 为空 |
39168 | Parameter 'aid_gdt' in adgroup is empty. | adgroup 中参数 aid_gdt 为空 |
39169 | Parameter 'aname' in adgroup is invalid. | adgroup 中参数 aname 无效 |
39170 | Parameter 'aname' in adgroup is empty. | adgroup 中参数 aname 为空 |
39171 | Parameter 'bid' in adgroup is empty. | adgroup 中参数 bid 为空 |
39172 | Parameter 'bid' in adgroup is invalid. | adgroup 中参数 bid 无效 |
39173 | Parameter 'status' in adgroup is empty. | adgroup 中参数 status 为空 |
39174 | Parameter 'status' in adgroup is invalid. | adgroup 中参数 status 无效 |
39175 | Parameter 'begin_date' in adgroup is empty, please set begin_date. | 广告组的投放开始时间不能为空,请补充投放开始时间 |
39176 | Parameter 'end_date' in adgroup is empty, please set end_date | 广告组的投放结束时间不能为空,请补充投放结束时间 |
39177 | Parameter 'account_id' in adgroup is invalid. | adgroup 投放开始时间无效 |
39178 | Parameter 'timeset' in adgroup is invalid. | adgroup 中参数 timeset 参数无效 |
39179 | Parameter 'product_id' in adgroup is invalid. | adgroup 中参数 product_id 无效 |
39180 | Parameter 'app_android_channel_package_id' in AdGroup is invalid. | AdGroup 中参数 app_android_channel_package_id 无效 |
39181 | Parameter 'campaign_id' in adgroup is empty. | adgroup 中参数 campaign_id 为空 |
39182 | Parameter 'targeting_id' in adgroup is empty. | adgroup 中参数 targeting_id 为空 |
39183 | Parameter 'ad_id' in adgroup is empty. | adgroup 中参数 ad_id 为空 |
39184 | Parameter 'ad_id' in adgroup is invalid. | adgroup 中参数 ad_id 无效 |
39185 | Parameter 'amount' in adgroup is empty. | adgroup 中参数 amount 为空 |
39186 | Parameter 'amount' in adgroup is invalid. | adgroup 中参数 amount 无效 |
39187 | Parameter 'product_type' in adgroup is empty. | adgroup 中参数 product_type 为空 |
39188 | Parameter 'product_type' in adgroup is invalid. | adgroup 中参数 product_type 无效 |
39189 | Parameter 'total_budget' in adgroup is invalid. | adgroup 中参数 total_budget 无效 |
39190 | Parameter 'adgroup_id' in adgroup is empty. | adgroup 中参数 adgroup_id 为空 |
39191 | Parameter 'siteset' in adgroup is empty. | adgroup 中参数 siteset 为空 |
39192 | Parameter 'industry_id' in adgroup is empty. | adgroup 中参数 industry_id 为空 |
39193 | Parameter 'account_id' in adtarget is empty. | adtarget 中参数 account_id 为空 |
39194 | Parameter 'spid' in adtarget is empty. | adtarget 中参数 spid 为空 |
39195 | Parameter 'mid_gdt' in adtarget is empty. | adtarget 中参数 mid_gdt 为空 |
39196 | Parameter 'mname' in adtarget is empty. | adtarget 中参数 mname 为空 |
39197 | Parameter 'mname' in adtarget is invalid. | adtarget 中参数 mname 无效 |
39198 | Parameter 'description' in adtarget is invalid. | adtarget 中参数 description 无效 |
39199 | Parameter 'appid' in adtarget is empty. | adtarget 中参数 appid 为空 |
39200 | Parameter 'status' in adtarget is empty. | adtarget 中参数 status 无效 |
39201 | Parameter 'targeting_id' in adtarget is empty. | adtarget 中参数 targeting_id 为空 |
39202 | Parameter 'account_id' is empty. | 参数 account_id 为空 |
39203 | Parameter 'tid_gdt' is empty. | 参数 tid_gdt 为空 |
39204 | Parameter 'campaign_id' is empty. | 参数 campaign_id 为空 |
39205 | Parameter 'spid' is empty. | 参数 spid 为空 |
39206 | Parameter 'adcreative_elements' is empty. | 参数 crt_info 为空 |
39207 | Parameter 'ext_info' is empty. | 参数 ext_info 为空 |
39208 | Parameter 'link_page_type' is invalid. | 参数 link_page_type 不正确 |
39209 | Parameter 'adgroup_id' is empty. | 参数 adgroup_id 为空 |
39210 | Create wechat landpage failed, please check adcreative parameter | 创建原生页失败,请检查广告创意参数 |
39211 | Parameter 'status' is empty. | 参数 statue 为空 |
39212 | Parameter 'status' is invalid. | 参数 status 不正确 |
39213 | Parameter 'adcreative_template_id' is empty. | 参数 adcreative_template_id 为空 |
39214 | Parameter 'adcreative_template_id' is invalid. | 参数 adcreative_template_id 错误 |
39215 | Parameter 'dest_type' is empty. | 参数 dest_type 为空 |
39216 | Parameter 'image_url' is empty. | 参数 image_url 为空 |
39217 | Parameter 'image_url' is invalid. | 参数 image_url 不正确 |
39218 | Parameter 'watermark' is invalid. | 参数 watermark 不正确 |
39219 | Parameter 'ad_id' is empty. | 参数 ad_id 为空 |
39220 | Parameter 'product_type' in product is empty. | product 中参数 product_type 为空 |
39221 | Parameter 'dest_type' in product is empty. | product 中参数 product_info 为空 |
39222 | Parameter 'account_id' in product is empty. | product 中参数 account_id 为空 |
39223 | Parameter 'pname' in product is invalid. | product 中参数 pname 不正确 |
39224 | Parameter 'product_id' in product is invalid. | product 中参数 product_id 不正确 |
39225 | Parameter 'product_id' in product is empty. | product 中参数 product_id 为空 |
39226 | Parameter 'status' in product is invalid. | product 中参数 status 不正确 |
39227 | Parameter 'account_id' in subproduct is empty. | subproduct 中参数 account_id 为空 |
39228 | Parameter 'product_type' in subproduct is empty. | subproduct 中参数 product_type 为空 |
39229 | Parameter 'product_type' in subproduct is invalid. | subproduct 中参数 product_type 不正确 |
39230 | Parameter 'product_id' in subproduct is empty. | subproduct 中参数 product_id 为空 |
39231 | Parameter 'spname' in subproduct is invalid. | subproduct 中参数 spname 不正确 |
39232 | Parameter 'product_id' in subproduct is invalid. | subproduct 中参数 product_id 不正确 |
39233 | Parameter 'suboridinate_product_id' in subproduct is invalid. | subproduct 中参数 suboridinate_product_id 不正确 |
39234 | Parameter 'suboridinate_product_id' in subproduct is empty. | subproduct 中参数 suboridinate_product_id 为空 |
39235 | Parameter 'status' in subproduct is empty. | subproduct 中参数 status 不正确 |
39236 | Parameter 'product_info' is invalid. | product_info 参数错误 |
39237 | Parameter 'product_info' is empty. | product_info 参数为空 |
39238 | Parameter 'canvas_info' is invalid. | canvas_info 参数错误 |
39239 | Parameter 'h5_page_id' is invalid. | h5_page_id 参数错误 |
39240 | Parameter 'adgroup_id' is invalid. | adgroup_id 参数错误 |
39241 | Parameter 'image_url' is invalid. | image_url 参数错误 |
39242 | Parameter 'short_video' is invalid. | short_video 参数错误 |
39243 | Parameter 'wxgame_video_card' is invalid. | wxgame_video_card 参数错误 |
39244 | Parameter 'dest_type' is invalid. | dest_type 参数错误 |
39245 | Parameter 'product_type' is empty. | product_type 参数为空 |
39246 | Parameter 'page_type' is invalid. | page_type 参数错误 |
39247 | Parameter 'link_page_type' is invalid. | link_page_type 参数错误 |
39248 | Parameter 'adcreative_template_id' is invalid. | adcreative_template_id 参数错误 |
39249 | Parameter 'adcreative_template_id' change prohibited. | 参数 adcreative_template_id 不允许更新 |
39250 | Parameter 'cost_type' change prohibited. | 校验不允许修改 cost_type |
39251 | Parameter changes prohibited abot DPA. | 不允许修改 DPA 字段 |
39252 | Parameter 'page components' are invalid. | page 模块组件[adcanvasinfo 参数错误,adcanvas 组件中 pagelist 参数错误,adcanvas 组件中 pagelist 无 page 参数] |
39253 | Parameter 'componentitemlist' in canvas_info is invalid. | canvas_info 中 componentitemlist 参数错误 |
39254 | Parameter 'componentitemlist_id' in canvas_info is invalid. | canvas_info 中 componentitemlist_id 参数错误 |
39255 | Parameter 'producttype_open_platform_app_mob' is invalid. | 原生推广页 producttype_open_platform_app_mob 参数错误 |
39256 | Please check whether the parameter of the account_id or appid is correct. Please try again if correct. | 根据 id 查询广告主信息失败 |
39257 | Get advertiser information according to openid failed, please contact our dedicated operation team. | 根据 openid 获取广告主列表失败 |
39258 | System error, please contact our dedicated operation team. | 系统错误 |
39259 | System error, please contact our dedicated operation team. | 系统错误 |
39260 | System error, please contact our dedicated operation team. | 系统错误 |
39261 | System error, please contact our dedicated operation team. | 系统错误 |
39262 | System error, please contact our dedicated operation team. | 系统错误 |
39263 | System error, please contact our dedicated operation team. | 系统错误 |
39264 | System error, please contact our dedicated operation team. | 系统错误 |
39265 | System error, please contact our dedicated operation team. | 系统错误 |
39266 | System error, please contact our dedicated operation team. | 系统错误 |
39267 | Please check whether the parameter of the product_id is correct. Please try again if correct. | 根据 product_id 获取下载应用信息失败 |
39268 | Parameter 'product_id' is invalid. | 下载应用 appid 错误:product_id 与应用 id 校验不一致 |
39269 | System error, please contact our dedicated operation team. | 系统错误 |
39270 | System error, please contact our dedicated operation team. | 系统错误 |
39271 | Please check whether the parameter of the appid is correct. Please try again if correct. | 通过 APPID 获取公众号信息 |
39272 | System error, please contact our dedicated operation team. | 系统错误 |
39273 | System error, please contact our dedicated operation team. | 系统错误 |
39274 | System error, please contact our dedicated operation team. | 系统错误 |
39275 | Set user preview failed. | 设置白名单预览失败 |
39276 | Get user preview failed. | 获取白名单预览失败 |
39277 | The time of the first consume, before the time of the first contract advertiser | 消耗时间小于电话接通时间(BM 侧错误码) |
39278 | The time of the open advertiser, before the time of the first contract advertiser | 开户时间小于电话接通时间(BM 侧错误码) |
39279 | System error, please contact our dedicated operation team. | 系统错误 |
39280 | System error, please contact our dedicated operation team. | 系统错误 |
39281 | System error, please contact our dedicated operation team. | 系统错误 |
39282 | System error, please contact our dedicated operation team. | 系统失败 |
39283 | System error, please contact our dedicated operation team. | 系统失败 |
39284 | System error, please contact our dedicated operation team. | 系统失败 |
39285 | Parameter 'campaign_id' is empty. | 更新 adgroup 时 campaign_id 参数不为空 |
39286 | System error, please contact our dedicated operation team. | 系统错误 |
39287 | System error, please contact our dedicated operation team. | 系统错误 |
39288 | System error, please contact our dedicated operation team. | 系统错误 |
39289 | Parameter 'content' or 'uid_gdt' is invalid | content 或 uid_gdt 参数错误 |
39290 | System error, please contact our dedicated operation team. | 系统错误 |
39291 | System error, please contact our dedicated operation team. | 系统错误 |
39292 | System error, please contact our dedicated operation team. | 系统错误 |
39293 | Parameter 'agency_id' is invalid | agency_id 参数错误 |
39294 | System error, please contact our dedicated operation team. | 系统错误 |
39295 | System error, please contact our dedicated operation team. | 系统错误 |
39296 | System error, please contact our dedicated operation team. | 系统错误 |
39297 | System error, please contact our dedicated operation team. | 系统错误 |
39298 | System error, please contact our dedicated operation team. | 系统错误 |
39299 | System error, please contact our dedicated operation team. | 系统错误 |
39300 | System error, please contact our dedicated operation team. | 系统错误 |
39301 | System error, please contact our dedicated operation team. | 系统错误 |
39302 | Parameter 'agency_token' is invalid. | agency_token 参数错误 |
39303 | Parameter 'agency_token' is invalid. | agency_token 参数错误 |
39304 | Parameter 'agency_token' is invalid. | agency_token 参数错误 |
39305 | System error, please contact our dedicated operation team. | 系统失败 |
39306 | Please check whether the parameter of the account_id or appid is correct. Please try again if correct. | 查询广告主信息失败,请检查广告主账号参数是否正确 |
39307 | System error, please contact our dedicated operation team. | 系统失败 |
39308 | System error, please contact our dedicated operation team. | 系统失败 |
39309 | System error, please contact our dedicated operation team. | 系统失败 |
39310 | System error, please contact our dedicated operation team. | 系统错误 |
39311 | System error, please contact our dedicated operation team. | 系统错误 |
39312 | Your access exceeds the limit. Please try again later. | 频繁访问受限 |
39313 | Parameter 'access_token' is invalid. | access_token 参数错误 |
39314 | Parameter 'access_token' is invalid. | access_token 参数错误 |
39315 | API Ticket unauthorized. | API 票据未授权 |
39316 | User Ticket unauthorized. | USER 票据未授权 |
39317 | User Ticket is limited. | 用户票据受限制 |
39318 | Parameter 'cont_type' is invalid. | cont_type 参数错误 |
39319 | The advertiser is in protection. | 广告主在保护中 |
39320 | The advertiser request to protect. | 广告主申请保护中 |
39321 | The inner flag is invalid, please contact our dedicated operation team. | 广告主标签错误 |
39322 | Parameter 'ACCOUNT_TYPE' is invalid. | ACCOUNT_TYPE 参数错误 |
39323 | Parameter 'content' or 'uid_gdt' is empty. | CONTENT 或者是 uid_gdt 为空 |
39324 | The length of content is over 256. | content 长度大于 256 |
39325 | Parameter 'openid' is empty. | OPENID 参数为空 |
39326 | Parameter 'access_token' is empty. | access_token 参数为空 |
39327 | Parameter 'type' is invalid. | TYPE 参数错误 |
39328 | Parameter 'url' is invalid. | URL 参数错误 |
39329 | Parameter 'opendilist' is invalid. | OPENIDLIST 参数错误 |
39330 | The num of 'OPENID' is invalid. | OPENID 个数错误 |
39331 | Parameter 'usernamelist' is invalid. | usernamelist 参数错误 |
39332 | Parameter 'str_product_type' is invalid. | STR_PRODUCT_TYPE 参数错误 |
39333 | Parameter 'slot' is invalid. | SLOT 参数错误 |
39334 | Parameter 'ocpmsourceflag' is invalid. | OCPMSOURCEFLAG 参数错误 |
39335 | Parameter 'source' is invalid. | SOURCE 参数错误 |
39336 | Parameter 'pos_type' is invalid. | POS_TYPE 参数错误 |
39337 | Parameter 'url' or 'uid_gdt' is invalid. | URL 参数或者 uid_gdt 为空 |
39338 | System error, please contact our dedicated operation team. | 系统错误 |
39339 | Parameter 'transfer_type' is invalid. | transfer_type 参数错误 |
39340 | Parameter 'oaticket' is invalid. | OATICKET 参数错误 |
39341 | System error, please contact our dedicated operation team. | 系统错误 |
39342 | System error, please contact our dedicated operation team. | 系统错误 |
39343 | The video infomation is invalid. | 视频校验错误 |
39344 | Parameter 'desc' is empty. | desc 参数为空 |
39345 | The args of sdpa is forbidden to change. | 朋友圈 sdpa 广告不允许修改 |
39346 | System error, please contact our dedicated operation team. | 系统错误 |
39347 | Parameter 'ghid' is invalid. | 无效的 ghid |
39348 | System error, please contact our dedicated operation team. | 系统错误 |
39349 | Parameter 'create_time' is forbidden to pass. | create_time 参数禁止传参 |
39350 | Parameter 'op_time' is forbidden to pass. | op_time 参数禁止传参 |
39351 | Parameter 'campaign_ctype' is invalid. | campaign_ctype 参数错误 |
39352 | Parameter 'campaign_id' is invalid. | campaign_id 参数错误 |
39353 | Delete campaign failed. Please check status of your campaign. | 删除 campaign 失败 |
39354 | Delete adgroup failed. Please check status of your adgroup. | 删除 adgroup 失败 |
39355 | Parameter 'adgroup_id' is invalid. | 要删除的 adgroup_id 不存在 |
39356 | Parameter in adgroup is invalid. | AdGroup 中参数错误失败 |
39357 | To get infomation of product is failed. | 获取 product 信息失败 |
39358 | The material of sns ad is only suport native landingpage. | 朋友圈素材暂时只支持原生页 |
39359 | Parameter 'material_id' is invalid. | material_id 参数无效 |
39360 | Lacking of arguments in creatematerial. | creatematerial 缺少参数 |
39361 | Parameter 'linknametype' is invalid. | linknametype 参数无效 |
39362 | Parameter 'dynamic_ad_product_id' is empty about SDPA. | SDPA 无 dynamic_ad_product_id 参数 |
39363 | Parameter 'canvas_url' is invalid. | canvas_url 校验失败 |
39364 | Update material failed. | updatematerial 失败 |
39365 | System error, please contact our dedicated operation team. | 系统错误 |
39366 | Parameter 'account_id' or 'spid' is invalid. | account_id 或 spid 参数错误 |
39367 | Parameter 'campaign_id' is empty. | 获取 campaign 数据,campaign_id 列表为空 |
39368 | Parameter 'adgroup_id is empty.' | 获取广告数据,adgroup_id 列表为空 |
39369 | Parameter 'ad_id' is invalid. | 获取 ad 数据,ad_id 参数错误 |
39370 | Parameter 'product_set' is empty. | 拉取 productdata 数据,product_set 列表为空 |
39371 | Parameter 'material_set' is empty. | 拉取 material 数据,material_set 列表为空. |
39372 | The argument in adgroup is invalid. | 更新 adgroup 参数错误 |
39373 | Parameter 'targeting_id' is invalid. | targeting_id 参数错误 |
39374 | Parameter 'strategy_opt' is forbidden to change after submitting. | 提交后禁止修改 strategy_opt |
39375 | Parameter 'strategy_opt' is forbidden to change after submitting. | 禁止修改 strategy_opt |
39376 | The arguments in material is invalid. | 更新 material 参数错误 |
39377 | System error, please contact our dedicated operation team. | 系统错误 |
39378 | Parameter 'product_id' is invalid. | product_id 参数错误 |
39379 | To get infomation of sub_product is empty. | 获取 sub_product_data 为空 |
39380 | System error, please contact our dedicated operation team. | 系统错误 |
39381 | Upload failed. | 上传失败 |
39382 | Add image or video to material library failed | 添加图片或视频到素材库失败,请稍后重试 |
39383 | The argument of video check failed. | 视频参数校验失败 |
39384 | System error, please contact our dedicated operation team. | 系统错误 |
39385 | Parameter 'media_file' is empty. | media_file 参数为空 |
39386 | The format of image is invalid. | 图片格式错误 |
39387 | System error, please contact our dedicated operation team. | 系统错误 |
39388 | System error, please contact our dedicated operation team. | 系统错误 |
39389 | The result of material data is empty. | 获取的素材数据为空 |
39390 | The result of adgroup data is empty. | 获取 adgroup 数据为空 |
39391 | The result of product_data is empty. | 获取 product_data 数据为空 |
39392 | System error, please contact our dedicated operation team. | 系统错误 |
39393 | System error, please contact our dedicated operation team. | 系统错误 |
39394 | The length of name is invalid. | name 字符串长度错误 |
39395 | Suspend or normal status of ad is forbidden to delete. | 不允许删除暂停或投放中的广告 |
39396 | System error, please contact our dedicated operation team. | 系统错误 |
39397 | The argument of video check failed. | 视频参数检查错误 |
39398 | Parameter 'day_budget' is invalid. | 日预算错误 |
39399 | Parameter 'product_type' is forbidden change. | 不允许修改 product_type 的值 |
39400 | Parameter 'rid' and 'campaign_id' is not match. | 更新素材 id 和 campaign_id 不匹配 |
39401 | Parameter 'budget' is invalid. | 更新校验是否低于已消耗金额的 1.5 倍 |
39402 | Parameter 'pagetype' and 'pageid' is invalid. | PAGETYPE 和 pageid 不匹配 |
39403 | Parameter 'imagelistsize' is invalid. | imagelistsize 错误 |
39404 | Parameter 'desturl' is invalid. | desturl 错误 |
39405 | The result of tragetgroup is empty. | TARGETGROUP 数据为空 |
39406 | System error, please contact our dedicated operation team. | 系统错误 |
39407 | Advertiser is not bind agency. | 服务商未绑定 |
39408 | Not suport getting this product_type data. | 不支持拉取该 product_type 类型的数据 |
39409 | The result of target data is empty. | 拉取定向数据为空 |
39410 | The result of adgroup data is empty. | 拉取 adgroup 为空 |
39411 | Parameter 'good_id' in sdpamaterial is not same as in the adgroup. | sdpamaterial 中的商品库 id 和 adgroup 中的不一致 |
39412 | Parameter 'begin_date' or 'end_date' is invalid. | begin_date 或 end_date 参数错误 |
39413 | The ad that is not sdpa only one material is allowed. | 非单商品素材只能有一个 |
39414 | Parameter 'video_id' is forbidden for image ads. | 图片规格的广告不支持视频 id |
39415 | Parameter 'image_id' is empty for video ads. | 视频规格广告不支持图片 id |
39416 | Parameter 'adgroup_id' and 'material_id' is One-to-one correspondence. | sdpa 广告一个素材不能对应多个 adgroup_id |
39417 | Modifications are not allowed during ads Advertising. | 广告投放中不允许修改 |
39418 | The native landingpage is not suprot SDPA. | 该原生推广页不支持 SDPA |
39419 | Parameter 'app_android_channel_package_id' is invalid. | 参数 app_android_channel_package_id 错误 |
39420 | Media file is not match to parameter 'adcreative_template_id'. | 素材文件和规格不符,请检查分辨率、文件大小、数量是否符合要求 |
39421 | Changing 'good_id' is not allowed. | 已经绑定的广告不允许更新商品 id |
39422 | Parameter 'adgroup_id' and 'material_id' is One-to-one correspondence about SDPA. | SDPA 广告一个素材只能和一个 adgroup 绑定 |
39423 | Card Label Ad need parameter 'label' | 标签卡片广告需要 label |
39424 | No available labels | 没有可以使用的标签 |
39425 | Simpile wechat page need parameter 'share_content_spec' | 简易原生页需要传分享文案信息 |
39426 | Lacking of parameter 'title' | 没有 title |
39427 | Parameter 'cost_type' is forbidden to change | 不允许更新 cost_type |
39428 | Parameter 'product_type' is forbidden to change | 不允许更新 product_type |
39429 | Parameter 'product_id' is forbidden to change | 不允许更新 product_id |
39430 | Parameter 'app_android_channel_package_id' is forbidden to change | 不允许更新渠道包 |
39431 | Parameter 'optimization_goal' is forbidden to change | 不允许修改 OCPM |
39432 | Only oCPM ad can switch EXPAND_TARGETING_SWITCH_OPEN | 启用自动扩量必须是 oCPM 广告 |
39433 | Parameter 'adcreative_template_id' is forbidden to change | 不允许更新 crt_size |
39434 | Parameter 'link_name_type' must be ENTER_MINI_PROGRAM to match Parameter 'link_page_type' | link_page_type 为小程序类型时 link_page_name 必须匹配 |
39435 | Item in parameter 'expand_setting' must match of ad target | 自动扩量选择不可突破定向则广告必须先有该定向 |
39436 | Parameter 'begin_date' is forbidden to change | 不允许更新投放开始时间 |
39437 | MaterialId in parameter 'adcreative_elements' is not equal to which in wechat page | 原生页的素材 id 和 adcreative_elements 里的不一致 |
39438 | Label in parameter 'adcreative_elements' is invalid | 无效的标签 |
39439 | Parameter 'dynamic_ad_product_id' is forbidden to change | 不允许更新 dynamic_ad_product_id |
39440 | Lacking of some SPDA Parameters | sdpa 缺少参数 |
39441 | Parameter 'page_id' is not match to Parameter 'page_type' | page_id 和 page_type 不匹配 |
39442 | Get goods detail failed | 获取 sdpa 商品信息错误 |
39443 | Parameter 'link_name_type' and 'link_page_type' are not match to Parameter 'product_type' | 错误的 link_name_type,link_page_type,product_type 的匹配 |
39444 | Parameter 'ad_id' is invalid | ad_id 对应的广告不存在,请检查是否有误 |
39445 | Parameter 'adcreative_id' is invalid | adcreative_id 对应的广告创意不存在,请检查是否有误 |
39446 | Can not delete adcreative which bind ad | 无法删除已经绑定 ad 的 adcreative |
39447 | Mini Game monitor parameter must begin with char '?' | 小游戏监控参数必须以?开头 |
39448 | Get url of WeChat Official Accounts failed | 获取公众号关注 url 失败 |
39449 | Parameter mini program or mini game check failed | 小程序或小游戏 id 校验失败 |
39450 | Get FengYe page url failed | 获取枫叶 url 失败 |
39451 | Transform wechart card id failed | 获取卡券 id 失败 |
39452 | Mini program path string contains space | 小程序路径字符串内部包含空格 |
39453 | Get Customer Business Info failed | 获取在线咨询信息失败 |
39454 | Account not open Cloud Customer Service | 账户未开通云智服 |
39455 | Parameter jump url illegal | 跳转链接参数正则校验非法 |
39456 | Get WeChat Official Accounts info failed | 生成简易原生页请求公众号信息错误 |
39457 | Get WeChat Official Accounts headimage failed | 生成简易原生页获取头像错误 |
39458 | Parameter 'share_title' length must less than 14 | 分享标题长度不能超过 14 字 |
39459 | Parameter 'share_desc' length must less than 20 | 分享描述长度不能超过 20 字 |
39460 | Parameter 'title' length must less than 40 | 朋友圈外层文案长度在 1 到 40 个字 |
39461 | Parameter 'desc' length must less than 10 | 朋友圈外层标题长度在 0 到 10 个字 |
39462 | Parameter card 'title' length must less than 10 | 朋友圈全屏卡片外层标题长度在 0 到 10 个字 |
39463 | Parameter card 'desc' length must less than 14 | 朋友圈全屏卡片外层文案长度在 0 到 14 个字 |
39464 | Parameter error | 参数错误 |
39465 | Parameter 'age' is in wrong range | 定向参数“ age ”取值不在正确范围内,请参阅文档 |
39466 | Parameter 'gender' is in wrong range | 定向参数“ gender ”取值不在正确范围内,请参阅文档 |
39467 | Parameter 'regions' is in wrong range | 定向参数“ regions ”取值不在正确范围内,请参阅文档 |
39468 | Parameter 'user_os' is in wrong range | 定向参数“ user_os ”取值不在正确范围内,请参阅文档 |
39469 | Parameter 'wechatflowclass' is in wrong range | 定向参数“ wechatflowclass ”取值不在正确范围内,请参阅文档 |
39470 | Parameter 'network_type' is in wrong range | 定向参数“ network_type ”取值不在正确范围内,请参阅文档 |
39471 | Parameter 'marital_status' is in wrong range | 定向参数“ marital_status ”取值不在正确范围内,请参阅文档 |
39472 | Parameter 'education' is in wrong range | 定向参数“ education ”取值不在正确范围内,请参阅文档 |
39473 | Parameter 'payment' is in wrong range | 定向参数“ payment ”取值不在正确范围内,请参阅文档 |
39474 | Parameter 'network_operator' is in wrong range | 定向参数“ network_operator ”取值不在正确范围内,请参阅文档 |
39475 | Parameter 'app_behavior' is wrong | 定向参数“ app_behavior ”取值不在正确范围内,请参阅文档 |
39476 | Parameter 'promoted_object_type' is empty | 参数“ promoted_object_type ”不能为空 |
39477 | Parameter 'campaign_id' is wrong | 没有匹配的 campaign_id,请检查传值是否正确 |
39478 | Parameter 'targeting_id' is wrong | 没有匹配的 targeting_id,请检查传值是否正确 |
39479 | Parameter 'adgroup_id' is wrong | 没有匹配的 adgroup_id,请检查传值是否正确 |
39480 | Parameter 'appid' is wrong | 没有匹配的 appid,请检查传值是否正确 |
39481 | Parameter 'account_id' is wrong | 没有匹配的 account_id,请检查传值是否正确 |
39482 | Parameter 'ad_id' is wrong | 没有匹配的 ad_id,请检查传值是否正确 |
39483 | Parameter 'token' is wrong | 参数 token 错误,请检查签名或有效期是否正确 |
39484 | Parameter json format error | JSON 格式错误 |
39485 | Parameter cname has invalid char | 广告名称有非法字符 |
39486 | Parameter 'ad_behavior' is in wrong range | 定向参数“ ad_behavior ”取值不在正确范围内,请参阅文档 |
39487 | Parameter 'device_price' is in wrong range | 定向参数“ device_price ”取值不在正确范围内,请参阅文档 |
39488 | Parameter 'device_brand_model' is in wrong range | 定向参数“ device_brand_model ”取值不在正确范围内,请参阅文档 |
39489 | Parameter 'regions' is oversize | 定向参数“ regions ”数量超过限制,请参阅文档 |
39490 | Parameter 'device_brand_model' is oversize | 定向参数“ device_brand_model ”数量超过限制,请参阅文档 |
39491 | Advertiser status is not approved, can not bind agency | 广告主开户未审核通过,不支持绑定服务商 |
39492 | Parameter 'strategy_opt' is wrong | 广告投放优化目标以及出价方式异常 |
39493 | Parameter 'app_android_channel_package_id' is wrong | 渠道包 id 错误 |
39494 | Media file is not match to parameter 'adcreative_template_id' | 上传的素材与规格要求不符,请检查分辨率、文件大小、数量是否符合要求 |
39495 | Not supported ad type combination | 未开放的广告功能组合 |
39496 | Parameter 'bid' is in wrong range | 出价不在正确范围 |
39497 | 'Ad material sync to wechat moment failed' | 广告素材同步朋友圈失败,请稍后重试 |
39498 | Parameter 'audience_id' is not exist or not authorized to use | 人群包 id 不存在或没有使用权限 |
39499 | Parameter 'appid' is invalid advertiser account | 使用的 appid 未开通广告主身份 |
39500 | System time out, please retry | 调用下游服务超时,请稍后重试 |
39501 | System error, please contact our dedicated operation team | 系统错误,请联系技术支持 |
39502 | Parameter 'app_android_channel_package_id' in adgroup is not equal to parameter 'channelId' in wechat landing page | AdGroup 的渠道包 id 和原生页里的渠道包 id 不一致 |
39503 | Ad status is not allowed to resume | 当前广告状态不支持恢复操作 |
39504 | Ad status is not allowed to suspend | 当前广告状态不支持暂停操作 |
39505 | System http error, please retry | 调用下游 http 服务失败,请稍后重试 |
39506 | System error, please retry | 调用下游服务失败,请稍后重试 |
39507 | Get wechat office account info failed | 获取微信公众号信息失败,请稍后重试 |
39508 | Ad time range must be at least 6 hours, check parameter 'time_serise' | 广告每日投放时长最少 6 个小时, 请检查 time_serise 参数 |
39509 | System busy, please retry | 系统繁忙,请稍后重试 |
39510 | Upload image or video failed, please retry | 上传图片或视频失败,请稍后重试 |
39511 | Parameter 'poi_list' size must less than 100 | POI 门店列表不能超过 100 |
39512 | Get poi info from Tencent Map failed | 获取地图 POI 门店信息失败 |
39513 | Parameter 'poi_list' is need | 门店推广必须要传 POI 门店 |
39514 | Parameter 'media_placement_group_id' is invalid | 版位 id 错误 |
39515 | Parameter 'expand_targeting' in wrong range | 扩量不可突破定向字段错误 |
39516 | Parameter 'deep_optimization_goal' is invalid | 深度优化目标字段不合法 |
39517 | Parameter 'optimization_goal' is invalid | 优化目标字段不合法 |
39518 | Parameter 'image_url_list' is empty | 参数'image_url_list'不能为空 |
39519 | Cold start audience id is invalid | 扩量种子人群校验不通过 |
39520 | Only ad with review status approved can suspend or resume | 审核通过的广告才可暂停/恢复 |
39521 | Image width or height do not meet specifications | 图片素材宽高不符合规格 |
39522 | Video material width or height do not meet specifications | 视频素材宽高不符合规格 |
39523 | The number of shelf materials does not match the template | 货架素材数量与模板不符 |
39524 | Shelf component format is incorrect | 货架组件格式不正确 |
39525 | All download buttons must have the same application id | 所有下载按钮的应用 id 必须保持一致 |
39526 | Operation time out, please check whether it succeeded later | 操作超时,请稍后检查是否已经成功 |
39527 | Landingpage app_id not equal to promoted_object_id | 原生页应用 id 和广告推广目标 id 不一致 |
39528 | Advertiser is protected by SMB policy, can not bind agency | 广告主 SMB 保护申请中,不支持绑定服务商 |
39529 | Advertiser is applying for SMB protection, can not bind agency | 广告主 SMB 保护生效中,不支持绑定服务商 |
39530 | Resume campaign failed, please check ad status | 恢复广告计划失败,请检查状态是否支持 |
39531 | Suspend campaign failed, please check ad status | 暂停广告计划失败,请检查状态是否支持 |
39532 | Ad position not support this creative_template_id | 广告位不支持当前创意规格 id |
39533 | Creative_template_id not equal to existed ad | 广告创意规格 id 和已有创意不一致 |
39534 | Number of ad in same campaign exceed the limit, please delete some old ads | 同个计划的广告数量超过限制,请删除不需要的旧广告再新建 |
39535 | Ad is existed | 广告已经存在 |
39536 | Parameter 'behavior_or_interest' invalid, please check id in 'behavior_or_interest' | 行为兴趣定向参数不合法,请检查行为兴趣 id |
39537 | System error, please retry | 调用下游服务失败,请稍后重试 |
39538 | Ad time range invalid | 广告投放时长不符合要求,请查阅文档 |
39539 | Landingpage page_type not equal to existed ad | 落地页类型和同计划下其他广告不一致 |
39540 | Number of adgroup in same campaign exceed the limit | 同个计划的广告组数量超过限制 |
39541 | End_date is later than now | 广告结束时间早于当前时间 |
39542 | System error, please retry | 调用下游服务失败,请稍后重试 |
39543 | Parameter 'begin_date' is forbidden to change | 不允许更新投放开始时间 |
39544 | Metric columns invalid | 请求中涉及不支持参数,具体请参阅文档 |
39545 | Parameter 'filtering' invalid | 过滤条件参数错误 |
39546 | Parameter 'order_by' invalid | 排序字段参数错误 |
39547 | System busy, please retry | 系统繁忙,请稍后重试 |
39548 | Ad data status is deleted, operation unsupported | 广告数据状态为已删除,无法进行该操作 |
39549 | Parameter 'begin_date' or 'end_date' is in wrong range | 投放开始或结束时间在错误的范围 |
39550 | Parameter 'account_id' is wrong | account_id 错误 |
39551 | Parameter 'custom_audience' status is invalid | 定向参数“ custom_audience ”部分人群包状态不可用,请检查 |
39552 | Parameter 'custom_audience' size is wrong | 定向参数“ custom_audience ”数量超过限制,请参阅文档 |
39553 | Network error, please retry | 网络错误,请稍后重试 |
39554 | System error, please retry | 调用下游服务失败,请稍后重试 |
39555 | Advertiser and agency should unbind after 24 hours than binding time | 广告主与服务商绑定后需要 24 小时才能解绑 |
39556 | Adcreative status is deleted, operation unsupported | 广告创意状态为已删除,无法进行该操作 |
39557 | Parameter 'end_date' is earlier than 'begin_date' or now | 投放结束时间早于开始时间或当前时间 |
39558 | The type of wechat mini programe is forbidden to create adcreative | 此类型的小程序不允许用于投放广告,请查阅文档 |
39559 | The last one of adgroup is forbidden to delete | 无法删除最后一个 adgroup,要求至少保留一个 |
39560 | Campaign of suspend or normal status is forbidden to delete | 不允许删除暂停或投放中的 campaign |
39561 | Parameter 'time_series' is invalid | 参数 time_series 长度不符合要求或一周每天的投放时段不一样,请查阅文档 |
39562 | System DB error, please contact our dedicated supporting team. | 系统数据库错误,请联系我们的专业技术支持团队 |
39563 | Check audience_id authorization failed, please retry | 调用下游服务校验人群包授权关系失败,请稍后重试 |
39564 | Parameter 'time_series' of oCPA/oCPM adgroup must be continuous | 对于 oCPA/oCPM 广告的投放时段要求必须连续,请依据文档要求调整参数后再重试 |
39565 | Internal service error. If you have any questions, please contact our dedicated supporting team. | 内部服务错误,如有疑问,请联系我们的专业技术支持团队 |
39566 | Parameter 'deep_conversion_behavior_spec' goal is forbidden to change | 不允许修改深度优化目标 |
39567 | Parameter 'deep_conversion_worth_spec' goal is forbidden to change | 不允许修改价值优化目标 |
39568 | Parameter 'mini_program_path' is invalid, please check whether the page path is exist in wechat mini program | 小程序页面路径校验失败,请检查页面路径是否在微信小程序中存在 |
39569 | System ads error, please retry | 调用下游 ads 服务失败,请稍后重试 |
39570 | System dmp error, please retry | 调用下游 dmp 服务失败,请稍后重试 |
39571 | The duration of video in components is invalid. | 原生页组件中的视频的时长不符合要求。 |
39572 | The dimensions of video in components is invalid. | 原生页组件中的视频的尺寸不符合要求。 |
39573 | CONTACT_PERSON_CARD_ID is not valid. | 联系人身份证信息不正确 |
39574 | CORPORATION_LICENCE is not valid. | 企业统一信用编码信息不正确 |
39575 | CONTACT_PERSON_MOBILE is not valid. | 联系人手机号码不正确 |
39576 | LICENCE is not valid. | LICENCE 信息不正确 |
39577 | Only rejected account can be updated. | 只有审核驳回的账户才能更新 |
39578 | Account status is not valid. | 要操作的账户状态不正确 |
39579 | The width or height of Head_Image is invalid. | 头像的宽高不合法 |
39580 | business_id has been used. | 商家 id 已经被使用了 |
39581 | The qualification_type has been uploaded. | 该类型资质已经上传过了 |
39582 | Account balance is insufficent. | 转出账户余额不足 |
39583 | Only rejected account can be updated. | 只有审核驳回的账户才能更新 |
39584 | The value of parameter 'poi_list' is invalid. | 门店信息(poi_list)无效,请重新填写 |
39585 | The text of button is not allowd | 提交失败, 下载应用按钮不支持全局跳转 |
39586 | The text of button is not allowd | 提交失败, 应监管要求,下载按钮文案必须含有“安装”或“下载” |
39587 | The text of button is not allowd | 提交失败, 悬浮按钮不允许使用全局跳转 |
39588 | The canvas page which include swipe component not allowd for 'PROMOTED_OBJECT_TYPE_APP_ANDROID' | Android 推广目标下上滑组件不支持 |
39589 | The canvas page which include webview component not allowd for 'PROMOTED_OBJECT_TYPE_APP_ANDROID' | Android 推广目标 webview 组件不支持 |
39590 | The canvas page which include link or mini program is not allowed for medical industry | 应政策要求,医药行业不允许使用外跳/小程序组件 |
39591 | The video component from native page template need to recreate | 模板原生页视频组件需要重新创建 |
39592 | the canvas page authorization validation failed | 原生页授权校验失败 |
60000 | We are unable to process your request at this time. Please retry your request. If you encounter this error repeatedly, please contact our dedicated operation team. | 我们目前无法处理您的请求。请重试您的请求。如果您反复遇到此错误,请联系我们的专业运营团队 |
60001 | The source of your request is illegal, please confirm. If you have any questions, please contact our technical support. | 您的请求来源不合法,请检查确认。如有疑问,请联系我们的技术支持 |
60002 | The account does not exist, please check the account. | 账户不存在,请检查账户 |
60003 | Account role is incorrect, please check account. | 账户角色不正确,请检查账户 |
60004 | Account uid format is incorrect. | 账户 uid 格式不正确 |
60005 | A system frequency limit has been exceeded. | 超过系统频率限制,请稍后再试 |
60006 | Part of leads failed. | 部分线索失败 |
60007 | Failed to get leads, please try again. | 获取线索失败,请重试 |
60008 | Parameter format error, please check if the field type is correct. | 参数格式错误,请检查字段类型是否正确 |
60009 | Parameter error, parameter content is empty. | 参数错误,参数内容为空 |
60010 | Parameter error, account id is required. | 参数错误,账户 id 必填 |
60011 | The parameter uid is inconsistent with the requested account. | 参数 uid 和请求账户不一致 |
60012 | Parameter error, exceeding page size. | 参数错误,超出页数大小 |
60013 | Parameter error, exceeding single page query size. | 参数错误,超出单页查询大小 |
60014 | Parameter error, The inquiry date is not filled in. | 参数错误,查询日期没有填写 |
60015 | Parameter error, date range cannot exceed one year. | 参数错误,日期范围不能超过一年 |
60016 | Parameter error, incorrect filter field name type. | 参数错误,过滤字段名类型不正确 |
60017 | Parameter error, incorrect filtering operation type. | 参数错误,过滤操作类型不正确 |
60018 | Parameter error, the length of the filter value array is incorrect. | 参数错误,过滤取值数组长度不正确 |
60019 | Parameter error, wrong value format of filter value array. | 参数错误,过滤取值数组取值格式错误 |
60020 | Parameter error, the length of lastSearchAfterValue is incorrect. | 参数错误,lastSearchAfterValue 长度不正确 |
60021 | Parameter error, the parameters in the lastSearchAfterValue cannot all be converted to numbers. | 参数错误,lastSearchAfterValue 数组参数不能全部转成数字 |
60022 | Parameter error, the depth of page turning data exceeds the maximum limit, please use lastSearchAfterValue mode to query. | 参数错误,深度翻页数据超过了最大的限制,请使用 lastSearchAfterValue 模式查询 |
60023 | Parameter error, the list of leads cannot be empty. | 参数错误,线索列表不能为空 |
60024 | Parameter error, more than 100 lead data. | 参数错误,线索数据超过 100 个 |
60025 | The parameter is incorrect, lead_id cannot be empty. | 参数错误,回传状态线索 id 必填 |
60026 | Parameter error, leads_convert_type cannot be empty. | 参数错误,线索状态不能为空 |
60027 | Parameter error, leads_convert_type does not exist. | 参数错误,线索状态不存在 |
60028 | Parameter error, leads_ineffect_reason does not exist. | 参数错误,线索无效原因不存在 |
60029 | Parameter error, leads_intention_score does not exist. | 参数错误,线索评分不存在 |
60030 | Parameter error, leads_convert_type and leads_intention_score at least fill one. | 参数错误,线索状态和线索评分至少填写一个 |
60031 | Parameter error, the list of leads cannot be empty. | 参数错误,线索导入的列表必填 |
60032 | Parameter error, the list of leads exceed max length. | 参数错误,线索数据超过最大的长度 |
60033 | Parameter error, outer_leads_id can't not empty. | 参数错误,外部线索 id 不能为空 |
60034 | Parameter error, outer_leads_id exceeds max length. | 参数错误,外部线索 id 超过长度限制 |
60035 | Parameter error, outer_leads_id is duplicated. | 参数错误,导入外部线索 id 重复 |
60036 | Parameter error, leads_type is required. | 参数错误,线索类型必填 |
60037 | Parameter error, the value of leads_type is not right. | 参数错误,线索类型取值不正确 |
60038 | Parameter error, the value of reservation_type is not right. | 参数错误, 预约类型取值不正确 |
60039 | Parameter error, the value of leads_gender is not right. | 参数错误,性别取值不正确 |
60040 | Parameter error, leads_user_id, leads_tel, leads_qq and leads_wechat at least fill one. | 参数错误,线索用户 id、线索手机、QQ、微信号至少一个不为空 |
60041 | Parameter error, leads_tel exceeds max length. | 参数错误,手机超过长度限制 |
60042 | Parameter error, the value of leads_tel is not right. | 参数错误,手机格式不正确 |
60043 | Parameter error, the value of leads_qq is not right. | 参数错误,QQ 取值不正确 |
60044 | Parameter error, leads_wechat exceeds max length. | 参数错误,微信号超过长度限制 |
60045 | Parameter error, leads_user_id exceeds max length. | 参数错误,用户 id 超过长度限制 |
60046 | Parameter error, leads_name exceeds max length. | 参数错误,姓名超过长度限制 |
60047 | Parameter error, leads_area exceeds max length. | 参数错误,地区超过长度限制 |
60048 | Parameter error, leads_email exceeds max length. | 参数错误,邮箱超过长度限制 |
60049 | Parameter error, the value of leads_email is not right. | 参数错误,邮箱格式不正确 |
60050 | Parameter error, bundle exceeds max length. | 参数错误,其他信息超过长度限制 |
60051 | Parameter error, the value of bundle is not right. | 参数错误,其他信息格式错误 |
60052 | Parameter error, click_id exceeds max length. | 参数错误,点击超过长度限制 |
60053 | Parameter error, outer_leads_convert_type is empty. | 参数错误,线索转化类型不能为空 |
60054 | Parameter error, outer_leads_convert_type exceeds max length. | 参数错误,线索转化类型超过长度限制 |
60055 | Parameter error, outer_leads_ineffect_reason exceeds max length. | 参数错误,线索无效原因超过长度限制 |
60056 | Parameter error, the list of leads cannot be empty. | 参数错误,线索回传的列表必填 |
60057 | Parameter error, leads in request param is duplicated. | 参数错误,请求参数中的线索重复 |
60058 | Parameter error, operator_id has no right to deal account_id's lead. | 参数错误,操作者没有处理广告主外部线索的权限 |
60059 | Fail to import outer leads as leads already exist. Please remove duplicate leads first. | 导入外部线索校验发生错误,已经存在导入的外部线索,请先移除重复的线索 |
60060 | Not support report leads created 7 days ago. | 不支持回传 7 天前创建的线索 |
60061 | Leads don't exist. | 线索不存在 |
60062 | Fail to update leads. | 回传外部线索部分失败 |
60063 | Parameter error, outer_leads_convert_type can't not empty as outer_leads_ineffect_reason is filled. | 参数错误,填写了线索无效原因线索转化类型需要填写 |
60064 | Parameter error, leads_user_type can't not empty as leads_user_id is filled. | leads_user_id 填写了 leads_user_type 不能为空 |
60065 | Parameter error, the value of leads_user_type is not right. | 参数错误,leads_user_type 取值不正确 |
60066 | Parameter error, leads_user_wechat_appid is empty. | 参数错误,leads_user_wechat_appid 不能为空 |
60067 | Parameter error, fill in at least one field that needs to be modified. | 参数错误,至少填写一个需要修改的字段 |
60068 | Parameter error, fill in at least one field in ${PARAMS}. | 参数错误,${PARAMS}至少一个不为空 |
60069 | Parameter error, ${PARAMS} is empty. | 参数错误,${PARAMS}不能为空 |
60070 | Parameter error, the value of ${PARAMS} is not right. | 参数错误,${PARAMS}值不正确 |
60071 | Parameter error, the values of ${PARAMS} are not match. | 参数错误,${PARAMS}值不匹配 |
60072 | Parameter error, the values of ${PARAMS} exceeds max length. | 参数错误,${PARAMS}超过长度限制 |
60073 | Parameter error, the values of ${PARAMS} is malformed. | 参数错误,${PARAMS}格式错误 |
60074 | Parameter error, no invalid pay data available for this param. | 当前日期暂无赔付数据 |
60075 | Parameter error. The current returned label value ${value} is duplicated with the label value of another label group in the system. Please modify the label value and re-upload it. | 参数错误,当前回传的标签值${value}和系统已有其他标签组的标签值重复,请修改标签值后重新回传 |
60076 | Parameter error. The called number is inconsistent with the lead number. | 参数错误,被叫号码与线索号码不一致 |
60077 | Outbound calling restricted, ${value}. | 外呼受限, ${value} |
76000 | We are unable to process your request at this time. Please retry your request. If you encounter this error repeatedly, please contact our dedicated operation team. | 我们目前无法处理您的请求。请重试您的请求。如果您反复遇到此错误,请联系我们的专业运营团队 |
76001 | Your request is missing a required parameter. The required parameter is 'account_id'. | 您的请求缺少必需的参数,所需参数为 account_id |
76002 | Parameter 'video' must specify 'video_file' or 'video_id'. | 您的请求参数‘ video ’中必须指定‘ video_file ’或者'video_id' |
76003 | Video file verified code signature failed. | 视频文件 signature 校验失败 |
76004 | Video file upload failed. | 视频文件上传失败 |
76005 | Video file size exceeds limit, the max limit is '100M'. | 视频文件上传大小超过限制,文件限制为 100M 以下 |
76006 | Video file format verified failed, it just support 'mp4' or 'mov' or 'avi' . | 视频文件格式校验失败,格式应该为 mp4/mov/avi |
76007 | Video_id verified failed. | video_id 校验失败,无法找到对应视频 |
76008 | Job submit failed. | 任务提交失败,请重新尝试。 |
76009 | Task_id is not exists. | 任务 id 不存在 |
76010 | Task_id is expired. | 任务 id 已过期 |
76011 | Your request is missing a required parameter. | 您的请求缺少必要的参数 |
76012 | Your task is failed,please try again or contact us. | 您的任务执行失败,请重试或者联系我们 |
76013 | your account has no permission to execute this param only_subtitle_file | 您的账户没有权限提交 only_subtitle_file 字段 |
76014 | Required parameters missed, please check your input parameters. | 您的请求缺少必需的参数,请检查必传的入参 |
76030 | Your adjustment_type is a required parameter. | 您的请求缺少必需的参数,所需参数为 account_id |
76031 | Smart_adjustment,adcreative_template_id、promoted_object_type、campaign_type are required paramete. | 您的请求参数‘ video ’中必须指定‘ video_file ’或者'video_id' |
76032 | Smart_adjustment,automatic_site_enabled and site_set need oneVideo file verified code signature failed. | 视频文件 signature 校验失败 |
76033 | Manual_adjustment,size、size_adjustment_method、length_adjustment_method are required parameter. | 视频文件上传失败 |
76034 | Image file is null or file is invalid. | 视频文件上传大小超过限制,文件限制为 100M 以下 |
76035 | overflow_clip length is a required parameter. | 视频文件格式校验失败,格式应该为 mp4/mov/avi |
76036 | Can not get ads position by adcreative_template_id. | video_id 校验失败,无法找到对应视频 |
76037 | Video does not meet system requirement,system can not handle it. | 任务提交失败 |
76038 | Video_id is match ads system requirement,no need handle. | 任务 id 不存在 |
76041 | when size_adjustment_method is IMAGE,bg_image_id1 and bg_image_id2 is needed. | 当参数 size_adjustment_method 为 IMAGE 时,bg_image_id1、bg_image_id2 是必传的。 |
76042 | bg_image_id1 or bg_image_id2 can not find image url. | bg_image_id1 或 bg_image_id2 无法找到对应的图片 url。 |
76060 | voice speed value out of range,speed need in 50 to 200 range. | 语音速度 speed 参数超出范围,取值范围 50~200 |
76070 | video_id or video_url param need one. | 请求参数 video_file 和 video_id 必选其一。 |
76071 | capture number value out of range,number need in 1 to 12 range. | 参数 nubmer 超出限制,范围在 1~12。 |
72000 | We are unable to process your request at this time. Please retry your request. If you encounter this error repeatedly, please contact our dedicated operation team. | 我们目前无法处理您的请求。请重试您的请求。如果您反复遇到此错误,请联系我们的专业运营团队 |
72001 | The source of your request is illegal, please confirm. If you have any questions, please contact our technical support. | 您的请求来源不合法,请检查确认。如有疑问,请联系我们的技术支持 |
72002 | The account does not exist, please check the account. | 账户不存在,请检查账户 |
72003 | Account role is incorrect, please check account. | 账户角色不正确,请检查账户 |
72004 | AccountId is not wechat account. | 账户不是微信账号 |
72005 | A system frequency limit has been exceeded. | 超过系统频率限制,请稍后再试 |
72006 | A system frequency limit has been exceeded. | 创建表单组件失败,请稍后再试 |
72007 | Parameter error, account id is required. | 参数错误,账户 id 必填 |
72008 | The parameter uid is inconsistent with the requested account. | 参数 uid 和请求账户不一致 |
72009 | Parameter format error, please check if the field type is correct. | 参数错误,请检查字段是否正确 |
72010 | Parameter items is verified error. | 参数 items 校验错误 |
72011 | Parameter items size has been exceeded. | 参数 items 长度超过限制 |
72012 | The select form input option value cannot be empty. | 表单下拉输入项选项值不能为空 |
72013 | The name of the form input cannot be repeated. | 表单输入项名称不能重复 |
72014 | Name or phone type form input cannot exceed 1. | 表单姓名或者手机类型输入项不能超过 1 个 |
72015 | Name type form input must have one. | 表单姓名类型输入项必须有一个 |
72016 | Phone type form input must have one. | 表单手机类型输入项必须有一个 |
72017 | Account status is not passed. | 账户状态未审核通过 |
72018 | Parameter error, component_id is required. | 参数错误,component_id 必填 |
72019 | Parameter error, account is not subAdvertiser. | 参数错误,账户不是子客 |
72020 | Parameter error, The select form input option values size num is exceed. | 参数错误,表单下拉选项数目超过了限制 |
72021 | Parameter error, The select form input option value content length is exceed. | 参数错误,表单下拉选项内容长度超过了最大限制 |
72022 | Parameter error, The select form input option value content must be string. | 参数错误,表单下拉选项内容必须是字符串 |
74000 | We are unable to process your request at this time. Please retry your request. If you encounter this error repeatedly, please contact our dedicated operation team. | 我们目前无法处理您的请求。请重试您的请求。如果您反复遇到此错误,请联系我们的专业运营团队 |
74001 | Your request is missing a required parameter. The required parameter is 'account_id'. | 您的请求缺少必需的参数,account_id 为必填字段 |
74002 | Your request is missing a required parameter. The required parameter is 'order_id'. | 您的请求缺少必需的参数,order_id 为必填字段 |
74003 | Your request parameter is error. Please check the parameter [filtering] and retry your request. | 您的请求中过滤条件有误,请核对后重试 |
69000 | account balance not enough | 账户余额不足 |
69001 | invalid poi list | poilist 中存在无效的 poi,或者 poilist 的数量不在 1 ~ 10 的范围内 |
69002 | invalid begin time | 开始时间需要是当前时间的两天后 |
69003 | invalid poi city level | poi 所在城市等级不一致 |
69004 | invalid targeting gender age | 定向缺少必备参数性别或者年龄 |
69005 | invalid adtarget | 指定 adgroup 查询不到关系的定向 |
69006 | invalid review status | 审核未通过的广告才可以修改开始时间 |
73000 | We are unable to process your request at this time. Please retry your request. If you encounter this error repeatedly, please contact our dedicated operation team. | 我们目前无法处理您的请求。请重试您的请求。如果您反复遇到此错误,请联系我们的专业运营团队 |
73001 | Your request is missing a required parameter. The required parameter is 'account_id'. | 您的请求缺少必需的参数,所需参数为 account_id |
73002 | Your request is missing a required parameter. The required parameter is 'max_text_length'. | 您的请求缺少必需的参数,所需参数为 max_text_length |
73003 | Parameter 'number' is invalid. | 参数 number 无效或者不合法,请检查该参数 |
73004 | Parameter 'max_text_length' is invalid. | 参数 max_text_length 无效或者不合法,请检查该参数 |
73005 | Your param 'category_first_level' is not exist in first industry id list. | 参数 category_first_level 所表示的一级行业不存在 |
73006 | Your param 'category_second_level' is not exist in second industry id list. | 参数 category_second_level 所表示的二级行业不存在 |
73007 | Your param 'category_first_level' does not contains 'category_second_level'. | 您的参数 category_first_level 的子行业列表中不存在您输入的 category_second_level |
73008 | Parameter 'filtering' must be one of the following values: [[0, 1], [0], [1]]. | 参数 filtering 不在可选值 [[0, 1], [0], [1]] 中 |
73009 | The parameter format is incorrect, please check the correctness of the request parameters. | 参数格式不正确,请检查请求参数的正确性 |
77000 | system error,please retry later | 拓词接口请求异常,请稍后重试 |
77001 | Parameter account_id is invalid | 参数 account_id 无效或者不合法,请检查该参数 |
77002 | bidword length exceeds limit 40 bytes | 单个关键词长度超过限制,最大 40 个字节 |
77003 | Parameter 'bidword_list' size must in [1, 1000] | 参数 bidword_list 无效或者不合法,bidword_list 长度范围为[1,1000] |
77004 | Parameter 'sort_field' is invalid | 参数 order_by/sort_field 无效或者不合法,请检查该参数 |
77005 | Parameter 'site_type' is invalid | 参数 site_type 无效或者不合法,请检查该参数 |
77006 | Parameter is null | 参数为空 |
77007 | Required Parameter is null | 必填参数为空 |
77008 | site_sets is invalid | 版位集字段非法 |
77009 | recommend_category is invalid | 推荐类型字段非法 |
77010 | query_word is is null | 种子词字段为空 |
77011 | query_word is exceed max num 10 | 种子词最多为 10 个 |
77012 | business_point_id is null | 行业业务点 id 为空 |
77013 | business_point_id is invalid | 行业业务点 id 非法 |
77014 | campaign_id or adgroup_id is null | 当选择过滤广告词时计划 id 或组 id 为空 |
77015 | recommend_reasons is invalid | 推荐理由非法 |
77016 | order_by sort_field is null or invalid | 排序字段为空或为非法字段 |
77017 | order_by sort_type is null or invalid | 排序方式为空或为非法字段 |
77018 | include_word is exceed max num 10 | 包含词最多为 10 个 |
77019 | exclude_word is exceed max num 100 | 排除词最多为 100 个 |
77020 | single query_word length exceeds limit 40 bytes | 种子词单个词面长度超过限制,最大 40 个字节 |
77021 | single query_word is null | 种子词单个词面字段为空 |
77022 | single include_word is null | 包含词单个词面字段为空 |
77023 | single exclude_word is null | 排除词单个词面字段为空 |
77024 | single include_word length exceeds limit 40 bytes | 包含词单个词面长度超过限制,最大 40 个字节 |
77025 | single exclude_word length exceeds limit 40 bytes | 排除词单个词面长度超过限制,最大 40 个字节 |
77026 | site_sets is duplicate | 版位集字段重复 |
77027 | query_word is duplicate | 种子词里词面重复 |
77028 | include_word is duplicate | 包含词里词面重复 |
77029 | exclude_word is duplicate | 排除词里词面重复 |
77030 | recommend_reasons is duplicate | 推荐理由里理由重复 |
77031 | order_by exceed limit 1 | 排序字段结构长度超限制,最大 1 |