customBiddingAlgorithmState property
The status of custom bidding algorithm.
Output only. Possible string values are:
- "STATE_UNSPECIFIED" : State is not specified or is unknown in this version.
- "ENABLED" : Algorithm is enabled, either recently used, currently used or scheduled to be used. The algorithm is actively scoring impressions.
- "DORMANT" : Algorithm has not been used recently. Although the algorithm
still acts as
ENABLED
, it will eventually be suspended if not used. - "SUSPENDED" : Algorithm is susepended from scoring impressions and
doesn't have a serving model trained. If the algorithm is assigned to a
line item or otherwise updated, it will switch back to the
ENABLED
state and require time to prepare the serving model again.
Implementation
core.String? customBiddingAlgorithmState;