-
Notifications
You must be signed in to change notification settings - Fork 0
Reporting user actions
Maciek Jurczyk edited this page Feb 17, 2016
·
2 revisions
When user provides his Lytics ID into initializeWidgets function Pathfora reports user actions into Lytics API. User activities are available for preview on streams page inside your Lytics account https://activate.getlytics.com/#/streams.
The following actions are being reported with data about widget. Besides event name, also widget data is being sent, containing widget’s id (“pf-widget-id’), type (“pf-widget-type”), layout (“pf-widget-layout”) and variant (“pf-widget-variant”).
- displaying widget (“pf-widget-event” = “show”)
- closing widget (“pf-widget-event” = “close”)
- confirmations (“pf-widget-event” = “confirm”)
- clicking cancel (“pf-widget-event” = “cancel”)
- form submission (“pf-widget-event” = “submit”)
- subscription (“pf-widget-event” = “subscribe”)
Form submissions contain also data from form fields - username, title, email, and message.
Subscription contains email value.