Open ro-savage opened 3 years ago
We would like the ability to exclude intercom chat for subset of users.
We can use exclude_if however this excludes them from all of intercom, including records their details, emails, stats etc.
exclude_if
We would like to just hide just the chat (javascript side) from certain users/companies. As we only provide live chat to runs when paid for.
Right now, we've basically got some JS that will delete intercom from the dom after the page loads. However, this hack isn't ideal.
Do you not have a user database? You could just check among those parameters and if they aren't met (e.g. not a user) - don't return the Intercom widget code.
We would like the ability to exclude intercom chat for subset of users.
We can use
exclude_if
however this excludes them from all of intercom, including records their details, emails, stats etc.We would like to just hide just the chat (javascript side) from certain users/companies. As we only provide live chat to runs when paid for.
Right now, we've basically got some JS that will delete intercom from the dom after the page loads. However, this hack isn't ideal.