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 )
Required. 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."],["The `reason` field is required and uses an enum to specify why the line item was rejected, such as inventory unavailability or prohibited advertiser."],["If the specific rejection reason is not listed in the enum, `REASON_OTHER` should be used, and `REASON_UNSPECIFIED` is the default if no reason is provided."]]],[]]