Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.01 KB

File metadata and controls

24 lines (16 loc) · 1.01 KB

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)