Events
Description | DataLayer Parameter | Payload |
init | Fired when the flow is first initialised. | none |
screen-view | Fired when a screen is loaded. This closely resembles a page-view |
|
exit | Fired just before the flow is closed. | none |
input-tracking | Fired when an input field has changed, e.g. a text input or multiple choice. |
|
button-tracking | Fired when a button with active tracking has been clicked. |
|
submit-attempt | Fired when the flow data is about to be submitted. | none |
submit-success | Fired when the flow data has been submitted successfully. | none |
submit-failed | Fired when submitting the flow data failed. | none |
submit-failed-timeout | Similar to submit-failed but is triggered after 25 seconds after network inactivity. Most common cause: No internet connection | none |