{
"type": "actions",
"product_id": "prod_abc",
"session_id": "ps_abc123",
"user_id": "distinct_id_xyz",
"email": "user@example.com",
"count": 3,
"forwarded_at": 1700000000.0,
"actions": [
{
"index": 0,
"type": "pageview",
"title": "Page Load: Dashboard",
"description": "User landed on the dashboard page",
"timestamp_start": 1700000000.0,
"timestamp_end": 1700000005.2,
"raw_url": "https://app.example.com/dashboard?ref=email",
"canonical_url": "https://app.example.com/dashboard"
},
{
"index": 1,
"type": "click",
"title": "Click Export CSV button",
"description": "User clicked Export CSV button on the dashboard page",
"timestamp_start": 1700000005.2,
"timestamp_end": 1700000012.8,
"raw_url": "https://app.example.com/dashboard",
"canonical_url": "https://app.example.com/dashboard"
},
{
"index": 2,
"type": "click",
"title": "Click billing settings link",
"description": "User clicked billing settings link on the settings page",
"timestamp_start": 1700000012.8,
"timestamp_end": 1700000012.8,
"raw_url": "https://app.example.com/settings/billing",
"canonical_url": "https://app.example.com/settings/billing"
}
]
}