Identity: Event & Source & {
    isAnonymous: string;
    firstName?: string;
    middleName?: string;
    lastName?: string;
    birthDate?: string;
    birthPlace?: string;
    salutation?: string;
    country?: string;
    occupation?: string;
    nameSuffix?: string;
    creationEventId?: string;
    creationEventObject?: string;
}

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

Type declaration

  • isAnonymous: string

    Whether or not the person is anonymous (i.e., not logged in).

  • Optional firstName?: string

    First name of the person.

  • Optional middleName?: string

    Middle name of the person.

  • Optional lastName?: string

    First name of the person.

  • Optional birthDate?: string

    Birth date of the person.

  • Optional birthPlace?: string

    The location the person was born.

  • Optional salutation?: string

    The person's preferred greeting.

  • Optional country?: string

    The primary country where the person resides.

  • Optional occupation?: string

    A description of the person's job.

  • Optional nameSuffix?: string

    The suffix of a person's name.

  • 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.