CLICommand reference
Events
Generated reference for nimbu events
Generated from the CLI command contract. Do not edit this page manually.
nimbu events
Track and ingest events
nimbu events ingest
Ingest Count.ly-compatible events and metrics
Flags
| Flag | Required | Default | Description |
|---|---|---|---|
--device-id | yes | Analytics device identifier | |
--events | no | JSON array of events | |
--metrics | no | JSON metrics object | |
--timestamp | no | Unix timestamp | |
--begin-session | no | Mark the beginning of a session | |
--end-session | no | Mark the end of a session | |
--session-duration | no | Session duration in seconds |
nimbu events track
Track a single named event
Arguments
| Name | Required | Description |
|---|---|---|
assignments | no | Inline event payload assignments |
Flags
| Flag | Required | Default | Description |
|---|---|---|---|
--event | yes | Event name | |
--file | no | Read JSON from file (use - for stdin) |