Form Events
All events below include the Base Event Data in addition to the fields listed here.
Form Start
Event name in GTM:
Raised when a user begins to fill out a form.
{
// Base Context Fields...
"scope": "string", // The scope of the form
"competitionId": "string" // The competition ID
}
Events fired when a user completes an entry form or is awarded a prize.
Form Submission
Raised when a user submits a form (competition entry).
{
// Base Context Fields...
"scope": "string", // The scope of the form
"competitionId": "string", // The competition ID
"competitionEntryId": "string" // The competition entry ID
}