budgetUnit property
The budget unit specifies whether the budget is currency based or impression based.
This value is inherited from the parent insertion order.
Output only. Possible string values are:
- "BUDGET_UNIT_UNSPECIFIED" : Type value is not specified or is unknown in this version.
- "BUDGET_UNIT_CURRENCY" : Budgeting in currency amounts.
- "BUDGET_UNIT_IMPRESSIONS" : Budgeting in impression amounts.
Implementation
core.String? budgetUnit;