Contentful Personalization & Analytics
    Preparing search index...
    Channel: ZodMiniUnion<
        readonly [
            ZodMiniLiteral<"mobile">,
            ZodMiniLiteral<"server">,
            ZodMiniLiteral<"web">,
        ],
    > = ...

    Zod schema describing the analytics channel.

    Indicates the execution environment where the event originated.

    • 'mobile' — Events from native or hybrid mobile apps.
    • 'server' — Events emitted from backend/server-side code.
    • 'web' — Events from web browsers or web-based clients.