Is your feature request related to a problem? Please describe.
We are trying to implement Click Analytics in an Angular app and would like to be able to collect click data from more than just 'standard' HTML input elements. As an example we have a mat-card with a button within it. Both the card and the button perform the same action but I want to know which the user clicked.
Describe the solution you'd like
I would like a configurable include list of elements that will be recorded.
Describe alternatives you've considered
Equally logging anything where a data-id property exists would also be effective for our use.