CSS Selectors

For events that track interactions with specific elements (clicks and “element visible”), you’ll need to provide CSS selectors for the elements you want to track. You can read more about CSS selectors here. If you’re unfamiliar with CSS selectors, one good place to start is to use Google Chrome’s developer tools to find the element you’d like to select and copy its selector:

Last updated

Was this helpful?