ContactPointAddress: Event & Source & {
    addressLine1: string;
    addressLine2?: string;
    addressLine3?: string;
    addressLine4?: string;
    longitude?: number;
    latitude?: number;
    city: string;
    country: string;
    postalCode: string;
    stateProvince: string;
    isUsedForBilling?: string;
    isUsedForShipping?: string;
    creationEventId?: string;
    creationEventObject?: string;
}

Event providing information about a postal address of a user (identified by a deviceId) sending events.

Type declaration

  • addressLine1: string

    Line 1 of the address

  • Optional addressLine2?: string

    Line 2 of the address

  • Optional addressLine3?: string

    Line 3 of the address

  • Optional addressLine4?: string

    Line 4 of the address

  • Optional longitude?: number

    Geographical longitude of the address

  • Optional latitude?: number

    Geographical latitude of the address

  • city: string

    City of the address

  • country: string

    Country of the address

  • postalCode: string

    Postal code of the address

  • stateProvince: string

    State or province of the address

  • Optional isUsedForBilling?: string

    Indication of whether the event corresponds to a billing address.

  • Optional isUsedForShipping?: string

    Indication of whether the event corresponds to a shipping address.

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