Contentful Personalization & Analytics
    Preparing search index...

    Payload emitted when event processing is blocked.

    interface BlockedEvent {
        args: readonly unknown[];
        method: string;
        product: BlockedEventProduct;
        reason: "consent";
    }
    Index

    Properties

    args: readonly unknown[]

    Original arguments passed to the blocked method call.

    method: string

    Method name that was blocked.

    Product that blocked the event.

    reason: "consent"

    Why the event was blocked.