Resource: AccountIssue
An AccountIssue
.
JSON representation |
---|
{ "name": string, "title": string, "severity": enum ( |
Fields | |
---|---|
name |
Identifier. The resource name of the account issue. Format: |
title |
The localized title of the issue. |
severity |
The overall severity of the issue. |
impacted |
The impact this issue has on various destinations. |
detail |
Further localized details about the issue. |
documentation |
Link to Merchant Center Help Center providing further information about the issue and how to fix it. |
Severity
All possible issue severities.
Enums | |
---|---|
SEVERITY_UNSPECIFIED |
The severity is unknown. |
CRITICAL |
The issue causes offers to not serve. |
ERROR |
The issue might affect offers (in the future) or might be an indicator of issues with offers. |
SUGGESTION |
The issue is a suggestion for improvement. |
ImpactedDestination
The impact of the issue on a destination.
JSON representation |
---|
{ "impacts": [ { object ( |
Fields | |
---|---|
impacts[] |
The (negative) impact for various regions on the given destination. |
reporting |
The impacted reporting context. |
Impact
The impact of the issue on a region.
JSON representation |
---|
{
"regionCode": string,
"severity": enum ( |
Fields | |
---|---|
region |
The CLDR region code where this issue applies. |
severity |
The severity of the issue on the destination and region. |
Methods |
|
---|---|
|
Lists all account issues of a Merchant Center account. |