Enum Severity
Enum specifying the severity of the issue.
Namespace: Google.Shopping.Merchant.IssueResolution.V1
Assembly: Google.Shopping.Merchant.IssueResolution.V1.dll
Syntax
public enum Severity
Fields
| Name | Description |
|---|---|
| Error | 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. |
| Info | Infos are suggested optimizations to increase data quality. Resolving these issues is recommended, but not required. |
| Unspecified | Default value. Will never be provided by the API. |
| Warning | Warnings can negatively impact the performance of ads and can lead to item or account suspensions in the future unless the issue is resolved. |