Top
What other application information is captured along with User Actions?
  • 22 Jan 2024
  • 1 Minute To Read
  • Dark
    Light
  • PDF

What other application information is captured along with User Actions?

  • Dark
    Light
  • PDF

Article Summary

Event Attributes enable you to send additional contextual information along with User Actions. 

For example, along with the button click event, additional attributes such as the URL, the title of the page where it was clicked, the text on the button, etc. can be captured and sent to give context to the button click event.

The following UI elements can be captured as Event Attributes,

Your title goes here
For more information on the various UI elements, see W3 Schools.
Element TagProperty capturedExample
inputvalueinput_element
buttoninnerTextsubmit_button
spaninnerText
span_element
textAreavaluetextarea_element
headerinnerTextheader_element
divinnerTextdiv_element
selectoptions[selectedIndex].innerTextoptions_element
Any other tag apart from the tags mentioned in the table (Default)innerTextImage and Checkbox
Your title goes here

Ensure that you capture the innermost div for an element. Capturing the outer div captures the innerText property for all the divs present inside the outer div.



Was this article helpful?

Changing your password will log you out immediately. Use the new password to log back in.
First name must have atleast 2 characters. Numbers and special characters are not allowed.
Last name must have atleast 1 characters. Numbers and special characters are not allowed.
Enter a valid email
Enter a valid password
Your profile has been successfully updated.