intercom / intercom-rails

The easiest way to install Intercom in a Rails app.
https://developers.intercom.io/reference
MIT License
281 stars 108 forks source link

Turn off tracking for individual users #326

Closed ro-savage closed 4 years ago

ro-savage commented 4 years ago

Is there a way we can turn off intercom tracking for individual users?

We would like users to be able to turn off all tracking. We've turned off most tracking software, but intercom doesn't seem to have a blacklist or a way to turn off per user.

ro-savage commented 4 years ago

Looks like we may be able to use config.user.exclude_if and give the users an identify they shouldn't bet tracked.