Skip to main content

node-tracker.structuredevent

Home > @snowplow/node-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

PropertyTypeDescription
actionstring
categorystring
label?string(Optional)
property?string(Optional)
value?number(Optional)