Hi ? the Matomo tag manager triggers not get fired for the outer elements. It just get fired for inner most elements. Code example is given below.
<a id="a" href="abc.com">
<img id="b" src="some-source">
</a>
In tag manager, in trigger when ClickID equals to b, the triggers get fired on using any click event
But not fire when ClickID is a.