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

    Variable VASTTrackingEventSchemaConst

    VASTTrackingEventSchema: ZodUnion<
        readonly [
            ZodLiteral<"impression">,
            ZodLiteral<"creativeView">,
            ZodLiteral<"loaded">,
            ZodLiteral<"start">,
            ZodLiteral<"firstQuartile">,
            ZodLiteral<"midpoint">,
            ZodLiteral<"thirdQuartile">,
            ZodLiteral<"complete">,
            ZodLiteral<"mute">,
            ZodLiteral<"unmute">,
            ZodLiteral<"pause">,
            ZodLiteral<"resume">,
            ZodLiteral<"rewind">,
            ZodLiteral<"skip">,
            ZodLiteral<"playerExpand">,
            ZodLiteral<"playerCollapse">,
            ZodLiteral<"fullscreen">,
            ZodLiteral<"exitFullscreen">,
            ZodLiteral<"progress">,
            ZodLiteral<"notUsed">,
            ZodLiteral<"otherAdInteraction">,
            ZodLiteral<"interactiveStart">,
            ZodLiteral<"clickTracking">,
            ZodLiteral<"customClick">,
            ZodLiteral<"close">,
            ZodLiteral<"closeLinear">,
            ZodLiteral<"error">,
            ZodLiteral<"viewable">,
            ZodLiteral<"notViewable">,
            ZodLiteral<"viewUndetermined">,
            ZodLiteral<"measurableImpression">,
            ZodLiteral<"viewableImpression">,
        ],
    > = ...