Reference documentation and code samples for the Google Shopping Merchant Issue Resolution V1 Client class Severity.
Enum specifying the severity of the issue.
Protobuf type google.shopping.merchant.issueresolution.v1.Severity
Namespace
Google \ Shopping \ Merchant \ IssueResolution \ V1Methods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
SEVERITY_UNSPECIFIED
Value: 0
Default value. Will never be provided by the API.
Generated from protobuf enum SEVERITY_UNSPECIFIED = 0;
ERROR
Value: 1
Causes either an account suspension or an item disapproval. Errors should be resolved as soon as possible to ensure items are eligible to appear in results again.
Generated from protobuf enum ERROR = 1;
WARNING
Value: 2
Warnings can negatively impact the performance of ads and can lead to item or account suspensions in the future unless the issue is resolved.
Generated from protobuf enum WARNING = 2;
INFO
Value: 3
Infos are suggested optimizations to increase data quality. Resolving these issues is recommended, but not required.
Generated from protobuf enum INFO = 3;