ContactPointPhone: Event & Source & {
    phoneNumber: string;
    creationEventId?: string;
    creationEventObject?: string;
}

Event providing information about a phone number of a user (identified by a deviceId) sending events.

Type declaration

  • phoneNumber: string

    Phone number

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