Identifier. The resource name of the account issue. Format: accounts/{account}/issues/{id}. For example, accounts/123456/issues/misrepresentation-of-self-or-products-unacceptable-business-practice-policy.
[[["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 2025-06-10 UTC."],[[["\u003cp\u003eAccountIssue is a resource that represents an issue with a Merchant Center account, providing details such as title, severity, impacted destinations, and a link to help documentation.\u003c/p\u003e\n"],["\u003cp\u003eSeverity levels range from critical (offers not serving) to suggestions for improvement, impacting destinations like Shopping Ads or free listings.\u003c/p\u003e\n"],["\u003cp\u003eImpactedDestination specifies how an issue affects a particular destination and region, including the severity of the impact in that region.\u003c/p\u003e\n"],["\u003cp\u003eImpact details the specific region affected by the issue and its severity within that region, allowing merchants to understand the geographical scope of the problem.\u003c/p\u003e\n"],["\u003cp\u003eMerchants can use the \u003ccode\u003elist\u003c/code\u003e method to retrieve all account issues for their Merchant Center account for monitoring and resolution.\u003c/p\u003e\n"]]],["Account issues, represented as a resource, contain details like `name`, `title`, `severity`, `detail`, and a `documentationUri`. Each issue has `impactedDestinations`, outlining the issue's effect. Impacts are categorized by `regionCode` and `severity` such as `CRITICAL`, `ERROR`, `SUGGESTION`, or `SEVERITY_UNSPECIFIED`. `ImpactedDestination` details `impacts` for different `reportingContext` and regions. The `list` method allows for retrieving all account issues for a specific account.\n"],null,["# REST Resource: accounts.issues\n\n- [Resource: AccountIssue](#AccountIssue)\n - [JSON representation](#AccountIssue.SCHEMA_REPRESENTATION)\n- [Severity](#Severity)\n- [ImpactedDestination](#ImpactedDestination)\n - [JSON representation](#ImpactedDestination.SCHEMA_REPRESENTATION)\n- [Impact](#Impact)\n - [JSON representation](#Impact.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: AccountIssue\n----------------------\n\nIssues with your Merchant Center account that can impact all your products. For more information, see [Account-level issues in Merchant Center](https://support.google.com/merchants/answer/12153802?sjid=17798438912526418908-EU#account).\n\n| JSON representation |\n|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"title\": string, \"severity\": enum (/merchant/api/reference/rest/accounts_v1beta/accounts.issues#Severity), \"impactedDestinations\": [ { object (/merchant/api/reference/rest/accounts_v1beta/accounts.issues#ImpactedDestination) } ], \"detail\": string, \"documentationUri\": string } ``` |\n\n| Fields ||\n|--------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Identifier. The resource name of the account issue. Format: `accounts/{account}/issues/{id}`. For example, `accounts/123456/issues/misrepresentation-of-self-or-products-unacceptable-business-practice-policy`. |\n| `title` | `string` The localized title of the issue. |\n| `severity` | `enum (`[Severity](/merchant/api/reference/rest/accounts_v1beta/accounts.issues#Severity)`)` The overall severity of the issue. |\n| `impactedDestinations[]` | `object (`[ImpactedDestination](/merchant/api/reference/rest/accounts_v1beta/accounts.issues#ImpactedDestination)`)` The impact this issue has on various destinations. |\n| `detail` | `string` Further localized details about the issue. |\n| `documentationUri` | `string` Link to Merchant Center Help Center providing further information about the issue and how to fix it. |\n\nSeverity\n--------\n\nAll possible issue severities.\n\n| Enums ||\n|------------------------|-----------------------------------------------------------------------------------------------|\n| `SEVERITY_UNSPECIFIED` | The severity is unknown. |\n| `CRITICAL` | The issue causes offers to not serve. |\n| `ERROR` | The issue might affect offers (in the future) or might be an indicator of issues with offers. |\n| `SUGGESTION` | The issue is a suggestion for improvement. |\n\nImpactedDestination\n-------------------\n\nThe impact of the issue on a destination.\n\n| JSON representation |\n|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"impacts\": [ { object (/merchant/api/reference/rest/accounts_v1beta/accounts.issues#Impact) } ], \"reportingContext\": enum (/merchant/api/reference/rest/Shared.Types/ReportingContextEnum) } ``` |\n\n| Fields ||\n|--------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `impacts[]` | `object (`[Impact](/merchant/api/reference/rest/accounts_v1beta/accounts.issues#Impact)`)` The (negative) impact for various regions on the given destination. |\n| `reportingContext` | `enum (`[ReportingContextEnum](/merchant/api/reference/rest/Shared.Types/ReportingContextEnum)`)` The impacted reporting context. |\n\nImpact\n------\n\nThe impact of the issue on a region.\n\n| JSON representation |\n|----------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"regionCode\": string, \"severity\": enum (/merchant/api/reference/rest/accounts_v1beta/accounts.issues#Severity) } ``` |\n\n| Fields ||\n|--------------|-------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `regionCode` | `string` The [CLDR region code](https://cldr.unicode.org/) where this issue applies. |\n| `severity` | `enum (`[Severity](/merchant/api/reference/rest/accounts_v1beta/accounts.issues#Severity)`)` The severity of the issue on the destination and region. |\n\n| Methods ------- ||\n|-------------------------------------------------------------------------------|--------------------------------------------------------|\n| ### [list](/merchant/api/reference/rest/accounts_v1beta/accounts.issues/list) | Lists all account issues of a Merchant Center account. |"]]