Module: Google::Shopping::Merchant::IssueResolution::V1::Severity

Defined in:
proto_docs/google/shopping/merchant/issueresolution/v1/issueresolution.rb

Overview

Enum specifying the severity of the issue.

Constant Summary collapse

SEVERITY_UNSPECIFIED =

Default value. Will never be provided by the API.

0
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.

1
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.

2
INFO =

Infos are suggested optimizations to increase data quality. Resolving these issues is recommended, but not required.

3