Customer’s email address. Primary identifier for cross-device tracking.
Customer’s email address. Primary identifier for cross-device tracking and destination matching.
// With a lead form submissionwindow._upstack('track', 'lead', { email: 'customer@example.com', value: 0, currency: 'USD'});// With a purchasewindow._upstack('track', 'purchase', { email: 'customer@example.com', transactionId: 'ORD-123', value: 99.99, currency: 'USD'});
Email addresses are normalized (lowercase, trimmed) and SHA-256 hashed before being sent to advertising destinations. Raw emails are never stored in destination platforms.
Events with email typically score EMQ 8-9 on Meta. Events with only IP address score 2-3.