status property

String? status
getter/setter pair

Status of this advertiser. Possible string values are:

  • "APPROVED" : Approved (ads can deliver)
  • "ON_HOLD" : On-hold (all ads are stopped)

Implementation

core.String? status;