Rejection
Stay organized with collections
Save and categorize content based on your preferences.
The rejection details provided by the seller.
JSON representation |
{
"reason": enum (Reason ),
"displayText": string
} |
Fields |
reason |
enum (Reason )
Rejection reason.
|
displayText |
string
Freeform text to explain why the line was rejected.
|
Reason
Enum indicating a reason why line is rejected.
Enums |
REASON_UNSPECIFIED |
The default value when the rejection reason has not been specified or is unknown in this version. |
REASON_OTHER |
When the rejection reason does not fall into any of the categories. Using this state signals that the list of rejection reasons is incomplete and should be updated. |
REASON_INVENTORY_UNAVAILABLE |
When the inventory is unavailable. |
REASON_PROHIBITED_ADVERTISER |
When the line's advertiser is prohibited. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[[["Rejection details are provided by the seller and include a reason and optional freeform text explanation."],["Reasons for line item rejection can include inventory unavailability or a prohibited advertiser."],["A reason enum provides standardized rejection categories for easier understanding and processing."],["The `displayText` field allows for additional context and specific details regarding the rejection."]]],["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"]]