The following Freshchat messenger/widget code needs to be used based on what’s permitted by the end user to track:
- Adding the Freshchat 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 Freshchat web messenger code below will allow apps to block only page transition events
window.fcSettings = {
config: {disablePageTransition: true
}}