Settings reference
| Key | Type | Default | Description |
|---|---|---|---|
writeKey | string | — | Required. Your Zixflow write key |
host | string | https://cdp.zixflow.com | API base URL |
path | string | /v1/batch | Batch ingest path |
maxEventsInBatch | number | 15 | Flush when this many events are queued |
flushInterval | number | 10000 | Flush interval in milliseconds |
maxRetries | number | 3 | Retry attempts for failed batches |
httpRequestTimeout | number | 10000 | HTTP request timeout in milliseconds |
disable / enable setting on the Node client. Omit calls or gate them in your application code when you need to pause tracking.