Hi Support Team,
I need help excluding specific users from my stats in Amplitude. Here's an example:
I have a user property called User Status
that can change over time. For instance:
- A user views an article while their
User Status
isActive
. - Later, the same user is marked as
Banned
.
I want to exclude all users with User Status
set to Banned
, so none of their events (even those from when their status was Active
) appear in my analysis.
How can I achieve this in Amplitude?
Thank you!