Overview
Format JSON / Parquet
Delivery API / Batch Export
Compliance GDPR, CCPA
Updates Real-time / Daily
Event Types
Core behavioral event schemas available for licensing.
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
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
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
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.