Search code examples
ruby-on-railsgoogle-analyticsmixpanel

How to add a filter to Mixpanel (like in Google analytics)


I want to filter my home ip from mixpanel. In Google Analytics, I can do this by adding a filter to my profile. Is there something similar in mixpanel or a work around to achieve the same result? My app is built in Rails 3, hosted on heroku. Thanks.


Solution

  • Spoke to their support and they'd suggested that I block api.mixpanel.com in my host file, which works.