Variable GetMediaBuyDeliveryRequestSchemaConst
GetMediaBuyDeliveryRequestSchema: ZodObject<
{
adcp_major_version: ZodOptional<ZodNumber>;
account: ZodOptional<
ZodUnion<
readonly [
ZodObject<{ account_id: ZodString }, $loose>,
ZodObject<
{
brand: ZodObject<
{
domain: ZodString;
brand_id: ZodOptional<ZodString>;
industries: ZodOptional<ZodArray<(...)>>;
data_subject_contestation: ZodOptional<ZodRecord<(...), (...)>>;
},
$loose,
>;
operator: ZodString;
sandbox: ZodOptional<ZodBoolean>;
},
$loose,
>,
],
>,
>;
media_buy_ids: ZodOptional<ZodArray<ZodString>>;
status_filter: ZodOptional<
ZodUnion<
readonly [
ZodUnion<
readonly [
ZodLiteral<"pending_creatives">,
ZodLiteral<"pending_start">,
ZodLiteral<"active">,
ZodLiteral<"paused">,
ZodLiteral<"completed">,
ZodLiteral<"rejected">,
ZodLiteral<"canceled">,
],
>,
ZodArray<
ZodUnion<
readonly [
ZodLiteral<"pending_creatives">,
ZodLiteral<"pending_start">,
ZodLiteral<"active">,
ZodLiteral<"paused">,
ZodLiteral<"completed">,
ZodLiteral<"rejected">,
ZodLiteral<"canceled">,
],
>,
>,
],
>,
>;
start_date: ZodOptional<ZodString>;
end_date: ZodOptional<ZodString>;
include_package_daily_breakdown: ZodOptional<ZodBoolean>;
attribution_window: ZodOptional<
ZodObject<
{
post_click: ZodOptional<
ZodObject<
{
interval: ZodNumber;
unit: ZodUnion<
readonly [
ZodLiteral<(...)>,
ZodLiteral<(...)>,
ZodLiteral<(...)>,
ZodLiteral<(...)>,
ZodLiteral<(...)>,
],
>;
},
$loose,
>,
>;
post_view: ZodOptional<
ZodObject<
{
interval: ZodNumber;
unit: ZodUnion<
readonly [
ZodLiteral<(...)>,
ZodLiteral<(...)>,
ZodLiteral<(...)>,
ZodLiteral<(...)>,
ZodLiteral<(...)>,
],
>;
},
$loose,
>,
>;
model: ZodOptional<
ZodUnion<
readonly [
ZodLiteral<"last_touch">,
ZodLiteral<"first_touch">,
ZodLiteral<"linear">,
ZodLiteral<"time_decay">,
ZodLiteral<"data_driven">,
],
>,
>;
},
$loose,
>,
>;
reporting_dimensions: ZodOptional<
ZodObject<
{
geo: ZodOptional<
ZodObject<
{
geo_level: ZodUnion<
readonly [
ZodLiteral<(...)>,
ZodLiteral<(...)>,
ZodLiteral<(...)>,
ZodLiteral<(...)>,
],
>;
system: ZodOptional<ZodUnion<readonly [(...), (...)]>>;
limit: ZodOptional<ZodNumber>;
sort_by: ZodOptional<
ZodUnion<
readonly [
(...),
(...),
(...),
(...),
(...),
(...),
(...),
(...),
(...),
(...),
(...),
(...),
(...),
(...),
(...),
(...),
(...),
(...),
(...),
(...),
(...),
(...),
],
>,
>;
},
$loose,
>,
>;
device_type: ZodOptional<
ZodObject<
{
limit: ZodOptional<ZodNumber>;
sort_by: ZodOptional<
ZodUnion<
readonly [
(...),
(...),
(...),
(...),
(...),
(...),
(...),
(...),
(...),
(...),
(...),
(...),
(...),
(...),
(...),
(...),
(...),
(...),
(...),
(...),
(...),
(...),
],
>,
>;
},
$loose,
>,
>;
device_platform: ZodOptional<
ZodObject<
{
limit: ZodOptional<ZodNumber>;
sort_by: ZodOptional<
ZodUnion<
readonly [
(...),
(...),
(...),
(...),
(...),
(...),
(...),
(...),
(...),
(...),
(...),
(...),
(...),
(...),
(...),
(...),
(...),
(...),
(...),
(...),
(...),
(...),
],
>,
>;
},
$loose,
>,
>;
audience: ZodOptional<
ZodObject<
{
limit: ZodOptional<ZodNumber>;
sort_by: ZodOptional<
ZodUnion<
readonly [
(...),
(...),
(...),
(...),
(...),
(...),
(...),
(...),
(...),
(...),
(...),
(...),
(...),
(...),
(...),
(...),
(...),
(...),
(...),
(...),
(...),
(...),
],
>,
>;
},
$loose,
>,
>;
placement: ZodOptional<
ZodObject<
{
limit: ZodOptional<ZodNumber>;
sort_by: ZodOptional<
ZodUnion<
readonly [
(...),
(...),
(...),
(...),
(...),
(...),
(...),
(...),
(...),
(...),
(...),
(...),
(...),
(...),
(...),
(...),
(...),
(...),
(...),
(...),
(...),
(...),
],
>,
>;
},
$loose,
>,
>;
},
$loose,
>,
>;
context: ZodOptional<ZodObject<{}, $loose>>;
ext: ZodOptional<ZodObject<{}, $loose>>;
},
$loose,
> = ...