If you create a link (anchor tag) in your html and set the necessary "data-elementTrackId" attribute, and nest an svg inside the link (usual use case with social media icons), then the tracking breaks, as the event.target is set to the svg, and svg does not allow event bubbling.