Skip to main content

Overview

bulkEvent() sends a batch of events in one HTTP request. Use it for backfills, importing historical data, or batching events you’ve already collected server-side. For ongoing high-frequency tracking, use the EventBatcher which handles buffering automatically.

Signature

Parameters

BulkEventItem[]
required
Array of event objects. Maximum 500 items per call.
AbortSignal
Cancel the request.

BulkEventItem

Examples

Backfill historical events

Batch events collected in memory

Chunking large datasets

Return value

Limits

Errors