Skip to main content
Use the pages below as your working reference. Public example repositories are not published.

What a complete integration covers

AreaWhat to implementDocs
Install & initializeInstall the package and construct AnalyticsInstallation, Quick Start
Identify & trackObject-param identify / track / page / group / aliasCore Features
LifecycleBatching, flush, emittersNode.js-Specific Features
API surfaceFull method referenceAPI Reference

Suggested build order

  1. Install @zixflow/analytics-node.
  2. Construct Analytics with your write key.
  3. Identify a test user and track a test event.
  4. Call closeAndFlush() on shutdown (for example SIGTERM).
  5. Verify events in the Zixflow dashboard.
If you need a full sample project for your team, contact Zixflow support.