status property

String? status
getter/setter pair

The status specifying why the bid responses were considered to have no applicable bids. Possible string values are:

  • "STATUS_UNSPECIFIED" : A placeholder for an undefined status. This value will never be returned in responses.
  • "RESPONSES_WITHOUT_BIDS" : The response had no bids.
  • "RESPONSES_WITHOUT_BIDS_FOR_ACCOUNT" : The response had no bids for the specified account, though it may have included bids on behalf of other accounts. Applies if: 1. Request is on behalf of a bidder and an account filter is present. 2. Request is on behalf of a child seat.
  • "RESPONSES_WITHOUT_BIDS_FOR_DEAL" : The response had no bids for the specified deal, though it may have included bids on other deals on behalf of the account to which the deal belongs. If request is on behalf of a bidder and an account filter is not present, this also includes responses that have bids on behalf of accounts other than the account to which the deal belongs.

Implementation

core.String? status;