Anybody figured out a way to traverse the DOM tree using the Web Pixel API?
For example, when a customer clicks a home page section button, can we traverse the tree upwards to find the section element it was located within?
I’m able to register the event, and get the event object - but if there’s no HTML ID, we’re kinda stuck.