REST Resource: accounts.issues

Resource: AccountIssue

An AccountIssue.

JSON representation
{
  "name": string,
  "title": string,
  "severity": enum (Severity),
  "impactedDestinations": [
    {
      object (ImpactedDestination)
    }
  ],
  "detail": string,
  "documentationUri": string
}
Fields
name

string

Identifier. The resource name of the account issue. Format: accounts/{account}/issues/{id}

title

string

The localized title of the issue.

severity

enum (Severity)

The overall severity of the issue.

impactedDestinations[]

object (ImpactedDestination)

The impact this issue has on various destinations.

detail

string

Further localized details about the issue.

documentationUri

string

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 (Impact)
    }
  ],
  "reportingContext": enum (ReportingContextEnum)
}
Fields
impacts[]

object (Impact)

The (negative) impact for various regions on the given destination.

reportingContext

enum (ReportingContextEnum)

The impacted reporting context.

Impact

The impact of the issue on a region.

JSON representation
{
  "regionCode": string,
  "severity": enum (Severity)
}
Fields
regionCode

string

The CLDR region code where this issue applies.

severity

enum (Severity)

The severity of the issue on the destination and region.

Methods

list

Lists all account issues of a Merchant Center account.