status property

String? status
getter/setter pair

Serving status for the given transaction type (for example, open auction, deals) or region (for example, China, Russia).

Can be used to filter the response of the creatives.list method. Possible string values are:

  • "STATUS_UNSPECIFIED" : Default value that should never be used.
  • "PENDING_REVIEW" : Creative is pending review.
  • "DISAPPROVED" : Creative cannot serve.
  • "APPROVED" : Creative is approved.
  • "CERTIFICATE_REQUIRED" : Certificates are required for the creative to be served in some regions. For more information about creative certification, refer to: https://support.google.com/authorizedbuyers/answer/7450776

Implementation

core.String? status;