status property

String? status
getter/setter pair

Status of this studio creative.

It is a read-only field.

Output only. Possible string values are:

  • "UNKNOWN_STATUS" : The status of the studio creative is unknown. This value is unused.
  • "IN_DEVELOPMENT" : The creative is still being developed.
  • "PUBLISHED" : The creative has been published and is ready for QA.
  • "QA_REJECTED" : The creative has failed QA and must be corrected.
  • "QA_APPROVED" : The creative has passed QA and is ready to be trafficked.
  • "TRAFFICKED" : The creative has been trafficked to an adserver.

Implementation

core.String? status;