[[["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-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. |"]]