rocket
Meet
Merchant API
- the official successor to Content API for Shopping.
update
Get the latest
on new Merchant API features, bug fixes, and updates.
add_alert
Note: Content API for Shopping will be sunset on August 18, 2026.
ReviewIneligibilityReason
Stay organized with collections
Save and categorize content based on your preferences.
Enumeration contains reason if account is not eligible for the review.
Enums |
REVIEW_INELIGIBILITY_REASON_UNSPECIFIED |
Requesting a review from Google is not possible. |
ONBOARDING_ISSUES |
All onboarding issues needs to be fixed. |
NOT_ENOUGH_OFFERS |
Not enough offers uploaded for this country. |
IN_COOLDOWN_PERIOD |
Cooldown period applies. Wait until cooldown period ends. |
ALREADY_UNDER_REVIEW |
Account is already under review. |
NO_REVIEW_REQUIRED |
No issues available to review. |
WILL_BE_REVIEWED_AUTOMATICALLY |
Account will be automatically reviewed at the end of the grace period. |
IS_RETIRED |
Account is retired. Should not appear in MC. |
ALREADY_REVIEWED |
Account has already been reviewed. You can't request further reviews. |
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-10-30 UTC.
[null,null,["Last updated 2024-10-30 UTC."],[[["\u003cp\u003eThis enumeration provides specific reasons why a Google Merchant Center account may not be eligible for review.\u003c/p\u003e\n"],["\u003cp\u003eReasons for ineligibility include onboarding issues, insufficient offers, cooldown periods, existing reviews, automatic review scheduling, account retirement, or previous review completion.\u003c/p\u003e\n"],["\u003cp\u003eEach reason is represented by a unique enum value that clarifies the specific issue preventing review.\u003c/p\u003e\n"]]],["The core content details reasons why an account might be ineligible for a review. These reasons include: unspecified ineligibility, unresolved onboarding issues, insufficient offers, being in a cooldown period, already under review, no issues to review, automatic review pending, account retirement, or a completed review. Each reason corresponds to a specific `Enum` value used for identifying the cause of review ineligibility.\n"],null,["# ReviewIneligibilityReason\n\nEnumeration contains reason if account is not eligible for the review.\n\n| Enums ||\n|-------------------------------------------|------------------------------------------------------------------------|\n| `REVIEW_INELIGIBILITY_REASON_UNSPECIFIED` | Requesting a review from Google is not possible. |\n| `ONBOARDING_ISSUES` | All onboarding issues needs to be fixed. |\n| `NOT_ENOUGH_OFFERS` | Not enough offers uploaded for this country. |\n| `IN_COOLDOWN_PERIOD` | Cooldown period applies. Wait until cooldown period ends. |\n| `ALREADY_UNDER_REVIEW` | Account is already under review. |\n| `NO_REVIEW_REQUIRED` | No issues available to review. |\n| `WILL_BE_REVIEWED_AUTOMATICALLY` | Account will be automatically reviewed at the end of the grace period. |\n| `IS_RETIRED` | Account is retired. Should not appear in MC. |\n| `ALREADY_REVIEWED` | Account has already been reviewed. You can't request further reviews. |"]]