I have created an onClick Event Based Rule in Adobe DTM and clicked the “Apply event handler directly to element”.
My CSS Selector is “div.mainTopNav a , a.InfoLinkItem”.
I want to access the clicked anchor tag’s href and text value, but I do not know how to reference the object of the clicked event and it’s corresponding element in the Custom Code Page.
Please could you help me with this?