automationType property
The type of automation used to manage bid and budget for the insertion order.
If this field is unspecified in creation, the value defaults to
INSERTION_ORDER_AUTOMATION_TYPE_NONE
.
Possible string values are:
- "INSERTION_ORDER_AUTOMATION_TYPE_UNSPECIFIED" : Insertion order automation option is not specified or is unknown in this version.
- "INSERTION_ORDER_AUTOMATION_TYPE_BUDGET" : Automatic budget allocation. Allow the system to automatically shift budget to owning line items to optimize performance defined by kpi. No automation on bid settings.
- "INSERTION_ORDER_AUTOMATION_TYPE_NONE" : No automation of bid or budget on insertion order level. Bid and budget must be manually configured at the line item level.
- "INSERTION_ORDER_AUTOMATION_TYPE_BID_BUDGET" : Allow the system to automatically adjust bids and shift budget to owning line items to optimize performance defined by kpi.
Implementation
core.String? automationType;