adsSeverity property

String? adsSeverity
getter/setter pair

The severity of the issue in Google Ads.

Output only. Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : Used for return value only. Represents value unknown in this version.
  • "WARNING" : The issue limits the performance of the product in ads.
  • "ERROR" : The issue prevents the product from showing in ads.

Implementation

core.String? adsSeverity;