@adcp/sdk API Reference - v7.9.0
    Preparing search index...

    Variable OutcomeMeasurementSchemaConst

    OutcomeMeasurementSchema: ZodObject<
        {
            type: ZodString;
            attribution: ZodString;
            window: ZodOptional<
                ZodObject<
                    {
                        interval: ZodNumber;
                        unit: ZodUnion<
                            readonly [
                                ZodLiteral<"seconds">,
                                ZodLiteral<"minutes">,
                                ZodLiteral<"hours">,
                                ZodLiteral<"days">,
                                ZodLiteral<"campaign">,
                            ],
                        >;
                    },
                    $loose,
                >,
            >;
            reporting: ZodString;
        },
        $loose,
    > = ...