Link tarcking not working

Bronze Contributor
Bronze Contributor

Hi Team,

 

We ahve one page--

https://www.vcol.co.uk/hub/access/vprs-TPNH-9776  and it contain "Live Chat" button, on clcik of this we have called link tracking code but -s.tl()m and utag.link() both are not wrking on this page. We have used extension -615 for this

 

1 REPLY 1

Link tarcking not working

Gold Contributor
Gold Contributor

Hi @RohiniM,

Did you try something like this.

jQuery('body').on('click', '#Nuance-chat-Inpage-content1', function(e) {
utag.link({
link_name: "Chat with us",
link_page_name: "Home page"
})
})

 

VR
Public