Documentation
Difficulty level:
Which events can be measured?
There are a number of custom events to measure.
The events are case sensitive.
Event | Where | Data | Note |
nextConfirm | Calendar confirm block | ||
showOptions | When displaying the option block | options | |
saveOptions | Option block -> click continue | options_selected, options_all, booking | |
showQuestions | When displaying the extra question block | questions, booking | |
saveAnswers | Question block -> click continue | answers, questions, booking | |
showCustomFields | When displaying the custom fields block | fields, booking | |
saveCustomField | Custom fields -> further | fields, booking | |
createBooking | When creating a booking | booking | This event triggers before the payment methods are displayed |
paymentResult | After the redirect from the payment | resultcode, message,json |
Triggers both success and failure. |
The result code of the paymentResult can be
-
success
-
failed
-
error
-
pending