status property

String? status
getter/setter pair

The status specifying why the winning bids were not billed. Possible string values are:

  • "STATUS_UNSPECIFIED" : A placeholder for an undefined status. This value will never be returned in responses.
  • "AD_NOT_RENDERED" : The buyer was not billed because the ad was not rendered by the publisher.
  • "INVALID_IMPRESSION" : The buyer was not billed because the impression won by the bid was determined to be invalid.
  • "FATAL_VAST_ERROR" : A video impression was served but a fatal error was reported from the client during playback.
  • "LOST_IN_MEDIATION" : The buyer was not billed because the ad was outplaced in the mediation waterfall.

Implementation

core.String? status;