approvalStatus property

String? approvalStatus
getter/setter pair

Represents the basic approval needed for a creative to begin serving.

Summary of creative_and_landing_page_review_status and content_and_policy_review_status. Possible string values are:

  • "APPROVAL_STATUS_UNSPECIFIED" : Type value is not specified or is unknown in this version.
  • "APPROVAL_STATUS_PENDING_NOT_SERVABLE" : The creative is still under review and not servable.
  • "APPROVAL_STATUS_PENDING_SERVABLE" : The creative has passed creative & landing page review and is servable, but is awaiting additional content & policy review.
  • "APPROVAL_STATUS_APPROVED_SERVABLE" : Both creative & landing page review and content & policy review are approved. The creative is servable.
  • "APPROVAL_STATUS_REJECTED_NOT_SERVABLE" : There is an issue with the creative that must be fixed before it can serve.

Implementation

core.String? approvalStatus;