dealsStatus property

String? dealsStatus
getter/setter pair

The top-level deals status of this creative.

If disapproved, an entry for 'auctionType=DIRECT_DEALS' (or 'ALL') in serving_restrictions will also exist. Note that this may be nuanced with other contextual restrictions, in which case, it may be preferable to read from serving_restrictions directly. Can be used to filter the response of the creatives.list method.

Output only. Possible string values are:

  • "STATUS_UNSPECIFIED" : The status is unknown.
  • "NOT_CHECKED" : The creative has not been checked.
  • "CONDITIONALLY_APPROVED" : The creative has been conditionally approved. See serving_restrictions for details.
  • "APPROVED" : The creative has been approved.
  • "DISAPPROVED" : The creative has been disapproved.
  • "PENDING_REVIEW" : Placeholder for transition to v1beta1. Currently not used.
  • "STATUS_TYPE_UNSPECIFIED" : Placeholder for transition to v1beta1. Currently not used.

Implementation

core.String? dealsStatus;