Rejection
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
| JSON 表示法 |
{
"reason": enum (Reason),
"displayText": string
} |
| 字段 |
reason |
enum (Reason)
遭拒原因。
|
displayText |
string
自由格式文本,用于说明相应行被拒的原因。
|
原因
| 枚举 |
REASON_UNSPECIFIED |
当被拒原因未指定或此版本中未知时采用的默认值。 |
REASON_OTHER |
当被拒原因不属于上述任何类别时。使用此状态表明拒绝原因列表不完整,应该更新。 |
REASON_INVENTORY_UNAVAILABLE |
当广告资源不可用时。 |
REASON_PROHIBITED_ADVERTISER |
当订单项的广告客户被禁止时。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-25。
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-07-25。"],[],["The core content describes a seller's rejection details, provided in JSON format. The JSON object contains two fields: `reason`, an enum indicating the rejection reason, and `displayText`, a freeform text explanation. Possible `reason` enum values include `REASON_UNSPECIFIED`, `REASON_OTHER`, `REASON_INVENTORY_UNAVAILABLE`, and `REASON_PROHIBITED_ADVERTISER`, specifying scenarios like unspecified, uncategorized, inventory unavailability, or prohibited advertiser. This structure defines how and why a seller might reject a line.\n"]]