state property
The state of the custom bidding script.
Output only. Possible string values are:
- "STATE_UNSPECIFIED" : The script state is not specified or is unknown in this version.
- "ACCEPTED" : The script has been accepted for scoring impressions.
- "REJECTED" : The script has been rejected by backend pipelines. It may have errors.
- "PENDING" : The script is being processed for backend pipelines.
Implementation
core.String? state;