Clicks
Clicked Element Classes: This will be the string value of the classes attribute on the DOM element that was clicked. Clicked Element Target: This will be the string contained in the target attribute value of the clicked element. Clicked Element ID: This will be the string value of the ID attribute on the DOM element that was clicked. Clicked Element Text: This will return a string contained in the textContent / innerText attribute value of the auto-event element Clicked Element URL: This returns a string contained in thehref or action attribute value of the auto-event element
Forms
Form ID: This will be the string value of the ID attribute on the Form element that was clicked. Form Target: This will be the string contained in the target attribute value of the clicked Form element. Form Text: This will return a string contained in the textContent / innerText attribute value of the Form element Form URL: This returns a string contained in thehref or action attribute value of the form element