Overview

Format JSON / Parquet
Delivery API / Batch Export
Compliance GDPR, CCPA
Updates Real-time / Daily

Event Types

Core behavioral event schemas available for licensing.

try_on Virtual try-on session initiated
Field Type Description
event_id string Unique event identifier
session_id string User session identifier
timestamp ISO 8601 Event timestamp
product_id string Product identifier
category string Product category
duration_ms integer Session duration
style_preference Style choice or preference signal
Field Type Description
event_id string Unique event identifier
session_id string User session identifier
timestamp ISO 8601 Event timestamp
preference_type string Type of preference (color, style, fit)
value string Preference value
cart_action Add to cart or cart modification
Field Type Description
event_id string Unique event identifier
session_id string User session identifier
timestamp ISO 8601 Event timestamp
product_id string Product identifier
action string Action type (add, remove, update)
quantity integer Quantity changed
conversion Purchase completion event
Field Type Description
event_id string Unique event identifier
session_id string User session identifier
timestamp ISO 8601 Event timestamp
order_id string Order identifier
product_ids array Products in order

Data Quality

Validation

All events validated against schema before delivery. Invalid events are filtered.

Deduplication

Duplicate events identified and removed using event_id and timestamp.

Anonymization

PII removed. Session IDs are anonymized identifiers, not user accounts.

Freshness

Real-time API within seconds. Batch exports available daily.

Request Schema Access

For detailed field specifications, sample data, and integration documentation.