@adcp/client API Reference - v3.11.2
    Preparing search index...

    Variable TargetingOverlaySchemaConst

    TargetingOverlaySchema: ZodIntersection<
        ZodRecord<ZodString, ZodUnion<readonly [ZodUnknown, ZodUndefined]>>,
        ZodObject<
            {
                geo_countries: ZodOptional<ZodNullable<ZodArray<ZodString>>>;
                geo_regions: ZodOptional<ZodNullable<ZodArray<ZodString>>>;
                geo_metros: ZodOptional<
                    ZodNullable<
                        ZodArray<
                            ZodObject<
                                {
                                    system: ZodUnion<
                                        readonly [
                                            ZodLiteral<(...)>,
                                            ZodLiteral<(...)>,
                                            ZodLiteral<(...)>,
                                            ZodLiteral<(...)>,
                                            ZodLiteral<(...)>,
                                        ],
                                    >;
                                    values: ZodArray<ZodString>;
                                },
                                $strip,
                            >,
                        >,
                    >,
                >;
                geo_postal_areas: ZodOptional<
                    ZodNullable<
                        ZodArray<
                            ZodObject<
                                {
                                    system: ZodUnion<
                                        readonly [
                                            ZodLiteral<(...)>,
                                            ZodLiteral<(...)>,
                                            ZodLiteral<(...)>,
                                            ZodLiteral<(...)>,
                                            ZodLiteral<(...)>,
                                            ZodLiteral<(...)>,
                                            ZodLiteral<(...)>,
                                            ZodLiteral<(...)>,
                                            ZodLiteral<(...)>,
                                        ],
                                    >;
                                    values: ZodArray<ZodString>;
                                },
                                $strip,
                            >,
                        >,
                    >,
                >;
                axe_include_segment: ZodOptional<ZodNullable<ZodString>>;
                axe_exclude_segment: ZodOptional<ZodNullable<ZodString>>;
                frequency_cap: ZodOptional<
                    ZodNullable<
                        ZodIntersection<
                            ZodRecord<ZodString, ZodUnion<readonly [ZodUnknown, ZodUndefined]>>,
                            ZodObject<{ suppress_minutes: ZodNumber }, $strip>,
                        >,
                    >,
                >;
                property_list: ZodOptional<
                    ZodNullable<
                        ZodObject<
                            {
                                agent_url: ZodString;
                                list_id: ZodString;
                                auth_token: ZodOptional<ZodNullable<ZodString>>;
                            },
                            $strip,
                        >,
                    >,
                >;
            },
            $strip,
        >,
    > = ...