browser-tracker.structuredevent
Home > @snowplow/browser-tracker > StructuredEvent
StructuredEvent interface
A Structured Event A classic style of event tracking, allows for easier movement between analytics systems. A loosely typed event, creating a Self Describing event is preferred, but useful for interoperability.
Signature:interface StructuredEvent
Properties
| Property | Type | Description |
|---|---|---|
| action | string | |
| category | string | |
| label? | string | (Optional) |
| property? | string | (Optional) |
| value? | number | (Optional) |