status property

String? status
getter/setter pair

Third-party placement status. Possible string values are:

  • "PENDING_REVIEW" : Placement is not yet reviewed by publisher.
  • "PAYMENT_ACCEPTED" : Placement Ad Serving fee is accepted by publisher
  • "PAYMENT_REJECTED" : Placement Ad Serving fee is rejected by publisher
  • "ACKNOWLEDGE_REJECTION" : Advertisers has accepted rejection of placement ad serving fee. This will suppress future notification on DDMM UI
  • "ACKNOWLEDGE_ACCEPTANCE" : Advertisers has accepted acceptance of placement ad serving fee. This will suppress future notification on DDMM UI
  • "DRAFT" : Advertisers is still working on placement not yet ready for Publisher review; default status for pub-paid placements

Implementation

core.String? status;