The following chat messenger/widget code needs to be used based on what’s permitted by the end-user to track:

  • Adding the chat web messenger code below will allow apps to block all the 

i)  page transitions events (this is triggered when a webpage from the same website is visited) and 

ii) all custom events


window.fcSettings = {config: {

disableEvents: true}

}

  • Adding the chat web messenger code below will allow apps to block only page transition events

window.fcSettings = {

config: {disablePageTransition: true

}}