Lytics · Example Payload

Lytics Collect Event Example

Customer Data PlatformCDPPersonalizationSegmentationUser ProfilesBehavioral AnalyticsContent AffinityReal-Time DataMarketing AutomationAudience Activation

Lytics Collect Event Example is an example object payload from Lytics, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

email_uideventurltitlereferrerts

Example Payload

Raw ↑
{
  "email": "jane.doe@example.com",
  "_uid": "6a4b9c2e1d3f5a7b8c0e2d4f",
  "event": "page_view",
  "url": "https://example.com/blog/ai-marketing-trends",
  "title": "AI Marketing Trends 2026",
  "referrer": "https://www.google.com/search?q=ai+marketing+trends",
  "ts": "2026-06-13T10:00:00Z"
}