GoogleApi.DisplayVideo.V3.Model.InsertionOrderBudget (google_api_display_video v0.39.0)
View SourceSettings that control how insertion order budget is allocated.
Attributes
-
automationType(type:String.t, default:nil) - Optional. The type of automation used to manage bid and budget for the insertion order. If this field is unspecified in creation, the value defaults toINSERTION_ORDER_AUTOMATION_TYPE_NONE. -
budgetSegments(type:list(GoogleApi.DisplayVideo.V3.Model.InsertionOrderBudgetSegment.t), default:nil) - Required. The list of budget segments. Use a budget segment to specify a specific budget for a given period of time an insertion order is running. -
budgetUnit(type:String.t, default:nil) - Required. Immutable. The budget unit specifies whether the budget is currency based or impression based.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DisplayVideo.V3.Model.InsertionOrderBudget{ automationType: String.t() | nil, budgetSegments: [GoogleApi.DisplayVideo.V3.Model.InsertionOrderBudgetSegment.t()] | nil, budgetUnit: String.t() | nil }