This is my working solution, I hope it will help solve your problem.Step
1Come up with Custom HTML attributes that are unique and won't conflict
with your web environment, the example below: 'data-pagequicklinktype'
&& 'data-pagequicklinkname'I will use the above custom attributes on my
HTML elements where I want to capture link clicks or button clicks (text
value)for example, if I haveExplore Our Products As
you can see I came up with a proper naming convention, adhering to best
practices when ...