I have two different places my app takes effect: Main web and Chrome Extension
I want page view tracking in the main web app. But, I don't want page view tracking in the chrome extension installation. This is because it's implemented as an IFrame, so the page is always the same and provides no value.
The chrome extension activity is tracked by custom events, so I am still covered there.
You can do it through using the Intercom JS API to disable the automatic page view tracking for the Chrome Extension installation, and only enable it for the main web app. You can write a JS code snippet for this and place it in the JS file that is hosted on the Extension installation and the
You can do it through using the Intercom JS API to disable the automatic page view tracking for the Chrome Extension installation, and only enable it for the main web app. You can write a JS code snippet for this and place it in the JS file that is hosted on the Extension installation and the
So, I took a deeper look and as i understand, for this, you will need to hide the widget launcher if it's not a chrome extension, because as per the Intercom help center if you have it, intercom will automatically count the page views
Here is a JS code snippet if you will go for it:
window.Intercom('update', {
hide_default_launcher_badge: true
});
I am not aware of a method to allow you to have the launcher and still separate or avoid counting the views, and I believe that sadly there is no such a way 😔 Sorry if my previous answer caused any confusions!
We use 3 different kinds of cookies. You can choose which cookies you want to accept. We need basic cookies to make this site work, therefore these are the minimum you can select. Learn more about our cookies.