The InitiateCheckout event should be triggered when a profile starts the checkout flow.
In the event, at least the following is sent:
Field label | Field content |
---|---|
event | InitiateCheckout |
An example of the InitiateCheckout tracking can be found here: https://squeezely.tech/documentation#frontend-initiatecheckout (see Example)
In this event extra data fields from the datalayer can be sent along. Tip: send all fields that are available at the trigger in the datalayer and consult with the Squeezely users which extra fields they want to receive in the event.
An overview of the data fields you can send in the event, can be found here: |
![]()
|
First you need to create the custom data fields in Squeezely Create custom data fields If the custom data fields are available in the datalayer, you can send them along with the field label: custom_(name of the field). In the case of the custom data field custom_province, for example, custom_province must be sent along. |
After the implementation you can check the incoming event with its fields as follows:
Go to Data and scroll to 'Events':
Click on InitiateCheckout
Check if the incoming data matches the tracking
If yes, the event comes in complete
If not, check the implementation