CompleteRegistration with Custom Tracking (EN)
The CompleteRegistration event should be triggered when a profile completes a registration or login.
Minimum
The event sends at least the following:
Field label | Field content |
---|---|
event | CompleteRegistration |
Email address of the profile |
You can find an example of the CompleteRegistration tracking here: https://squeezely.tech/documentation#frontend-compleregistratoin (see Example)
Extra
In this event you can send extra data fields from the datalayer. 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.
Check
After the implementation you can check the incoming event with its fields as follows:
Go to Data and scroll to 'Events':
Click on CompleteRegistration
Check if the incoming data matches with the tracking
If yes, the event comes in complete
If not, check the implementation