Trouble tracking clicks on element CSS selector. Alternatives?
Hi there -
Just trying to figure out Adobe Launch. I am looking to track clicks on a live chat button. I'm not exactly a coder but -
With the following code, is it possible to create a rule around the "class" value? Alternatively, can I use the text of the button "Live Chat"?
<button _ngcontent-tiq-c79="" type="button" data-backdrop="false" class="chatButton"> Live Chat </button>
What I've tried already? I tried using CSS selector but it seems to be different for every button sonce we are using Angular. The "class" and text value "Live Chat" seem to be the only consistent values.
Thanks in advance.
