approvalStatus property

String? approvalStatus
getter/setter pair

Approval status is the output value for search theme signal after Google ads policy review.

When using Audience signal, this field is not used and will be absent.

Output only. Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : The value is unknown in this version.
  • "APPROVED" : Search Theme is eligible to show ads.
  • "LIMITED" : Low search volume; Below first page bid estimate.
  • "DISAPPROVED" : Search Theme is inactive and isn't showing ads. A disapproved Search Theme usually means there's an issue with one or more of our advertising policies.
  • "UNDER_REVIEW" : Search Theme is under review. It won’t be able to trigger ads until it's been reviewed.

Implementation

core.String? approvalStatus;