If I have a parent container (.container), with 4 boxes (.box) - how can I capture the engagements of each box element, without having to create a separate card/segment for each box?
The box elements are not clickable and are just text with padding.
I’m interested in capturing clicks made on the entire box, not just the text within each box if that makes sense.
I see that if I track the parent container, I can break down clicks by text. I assume that doesn’t include clicks on the padding around the text as well?
Hope this makes sense, and thank you!