Event Tracking
I want to know whether anyone actually clicks this button.
I want to know whether anyone actually clicks this button.
—Source—Count0Click the button: events record actions that actually happened; no click means no data.
Place events at key points: Write one line of recording code at key actions like button clicks and form submits, naming the action.
Records are sent when actions happen: Only users who actually click send events; users who do not produce nothing, so counts are real clicks.
Verify once in the backend: After launch, click once yourself and find the record in the analytics backend—only then is tracking confirmed working.
Add a click tracking event to the Start trial button, named start_trial, with the page source as a parameter. Afterward I will click it once; please confirm the record appears in the analytics backend. Do not change the button's appearance or position.