biddingState property
Whether the publisher has been approved by the bidder. Possible string values are:
- "STATE_UNSPECIFIED" : An unspecified bidding status.
- "PENDING" : Indicates a request for connection from the publisher that the bidder needs to review.
- "REJECTED" : Indicates that the publisher was rejected.
- "APPROVED" : Indicates that the publisher was approved.
Implementation
core.String? biddingState;