InsertionOrderBudgetSegment
import type { InsertionOrderBudgetSegment } from "https://googleapis.deno.dev/v1/displayvideo:v4.ts";
Settings that control the budget of a single budget segment.
interface InsertionOrderBudgetSegment {
budgetAmountMicros?: bigint;
campaignBudgetId?: bigint;
dateRange?: DateRange;
description?: string;
}§Properties
§
budgetAmountMicros?: bigint
[src]Required. The budget amount the insertion order will spend for the given date_range. The amount is in micros. Must be greater than 0. For example, 500000000 represents 500 standard units of the currency.
§
campaignBudgetId?: bigint
[src]Optional. The budget_id of the campaign budget that this insertion order budget segment is a part of.
§
Required. The start and end date settings of the budget segment. They are
resolved relative to the parent advertiser's time zone. * When creating a
new budget segment, both start_date
and end_date
must be in the future.
- An existing budget segment with a
start_date
in the past has a mutableend_date
but an immutablestart_date
. *end_date
must be thestart_date
or later, both before the year 2037.