What a complete integration covers
| Area | What to implement | Docs |
|---|---|---|
| Install & initialize | Install the package and construct Analytics | Installation, Quick Start |
| Identify & track | Object-param identify / track / page / group / alias | Core Features |
| Lifecycle | Batching, flush, emitters | Node.js-Specific Features |
| API surface | Full method reference | API Reference |
Suggested build order
- Install
@zixflow/analytics-node. - Construct
Analyticswith your write key. - Identify a test user and track a test event.
- Call
closeAndFlush()on shutdown (for exampleSIGTERM). - Verify events in the Zixflow dashboard.