Properties
Primary cross-device identifier.
phone
E.164 format phone number.
firstName / lastName
Customer name fields.
Address Fields
Shipping and billing address.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Properties for identifying customers — email, phone, name, and address fields for identity resolution.
| Property | Type | Required | Description |
|---|---|---|---|
email | string | Recommended | Customer’s email address |
phone | string | No | Phone number (E.164 format recommended) |
firstName | string | No | Customer’s first name |
lastName | string | No | Customer’s last name |
window._upstack('track', 'lead', {
email: 'customer@example.com',
phone: '+15551234567',
firstName: 'Jane',
lastName: 'Smith',
value: 0,
currency: 'USD'
});
Was this page helpful?