further-external / VPAL

An Apollo generated Event Driven Data Layer
0 stars 2 forks source link

Enroll Now Start #14

Open Nayuken opened 1 month ago

Nayuken commented 1 month ago

Enroll Now Start

CRP status - this is a new event designed for the CRP flow. Fire this event when the user starts to fill out a field in the Enroll now page. Only fire this for the user's first engagement with the form.

Javascript Code

window.dataLayer = window.dataLayer || [];
dataLayer.push({ event_data: null });  // Clear the previous event_data object.
dataLayer.push({
  "event": "enroll_now_start"
});

Image