PartyIdentification: Event & Source & {
    partyIdentificationId: string;
    IDName: string;
    IDType: string;
    userId: string;
    creationEventId?: string;
    creationEventObject?: string;
}

Event providing information about the user ID of a user (identified by a deviceId) sending events.

Type declaration

  • partyIdentificationId: string

    Unique key for the party being identified.

  • IDName: string

    Name of the identity

  • IDType: string

    Type of the identity

  • userId: string

    The unique identifier of the user (e.g., CRM user id) if they are logged in.

  • Optional creationEventId?: string

    Event id of the engagement event that caused this to be created. For example, a user registration or user profile event.

  • Optional creationEventObject?: string

    Event object type of the engagement event that caused this to be created. For example, UserEngagement.