Decorator Usage
@track
...
PARAMETER | DESCRIPTION | REQUIRED |
---|---|---|
event (string) | The text of the event you'd like to send | |
event_data (UmamiEventData) | The data of the event |
Blah
PARAMETER | DESCRIPTION | REQUIRED |
---|---|---|
event (UmamiEventData) | The data of the event |
@track_visit
This will automatically fill in details about your view, e.g. URL Path
, Referrer
and Page Title
.
You can override any values needed though!
PARAMETER | DESCRIPTION | REQUIRED |
---|---|---|
event_data (UmamiEventData) | The data of the event |