Trigger for Click on nested elements isn't working (Matomo Wordpress Plugin)

Hi to all,

I have a button with this code:

<a class="elementor-button elementor-button-link elementor-size-sm" href="my_URL"> 
     <span class="elementor-button-content-wrapper">
           <span class="elementor-button-text">Newsletter</span>
      </span> 
</a>

I need to track every click on “elementor-button-link” and all his descendat children.

I tryed to use instruction here:

And this is my setting:

But it works ONLY for clicks on parent item (elementor-button-link) and not for click into inner SPAN elements.

I need help!
Thanks in advance.
Bye.

Update:
In my case, the problem seems solved by changing the trigger type from “Click on all Elements” to “Click on all Links” and setting a filter as:

Click class > content > elementor-button-link

But it’s strange because logically the links are also elements and should be working in both cases.

@Dret: Yes, the trigger typ “Click on all elements” is only working with inner elements resp. the real clicked element.
The trigger type “Click on link” works on the basis of the a-node and can therefore capture everything that is within it when clicked

Thanks for confirming my suppositions!

However this part of documentation should be fixed (see image below).

Using “Click Classes” and “.class + wilcard” doesn’t work in the way exposed in “Note” at bottom.
It works only on all sons inside “.class” element but not on “.class” itself.