budgetUnit property

String? budgetUnit
getter/setter pair

Specifies whether the budget is measured in currency or impressions.

Required. Immutable. 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;