@consumidor-positivo/ts-utils - v1.13.0
    Preparing search index...

    Type Alias IdentifyUserArgs

    Arguments for identifying a user in Microsoft Clarity.

    type IdentifyUserArgs = {
        hashId?: boolean;
        log?: boolean;
        pageId: string;
        sessionId: string;
        userId: string;
    }
    Index

    Properties

    hashId?: boolean

    Whether to hash the user ID for privacy. Defaults to false

    log?: boolean

    Log user being identified

    pageId: string

    The page identifier for the current page

    sessionId: string

    The session identifier for the current user session

    userId: string

    The unique identifier for the user