We have recently refreshed our branding across our offerings and changed the names of our pricing plans. If you have signed up before Aug 9, 2021, please click Previous plans to view your applicable plans.
We assure you that this change will not impact your product experience, and no action is required on your part.


In case your customers / site visitors do not want to be tracked on your website, you need to modify the embed code of the Freshchat conversations widget, also known as the web messenger, that you have used on your website.


This changes based on what is permitted by your customer / site visitor.

  • 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

}}