Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We apply a trait to selected users to add them to a "beta testers" segment, who are allowed to see certain new features (through a flag override) before they are launched generally. We would like to clean up the list of beta testers periodically as some users leave and others join.
Is there a straightforward way to get the list of all users who are included in the segment?
In the users tab under the segment details we get a list of all registered users with a note that "This is a random sample of Identities who are either in or out of this Segment based on the current Segment rules", which is not useful since >99% of identities are not in the segment. The segment criteria are entirely static; the trait that includes users in the segment is added and removed manually.
Beta Was this translation helpful? Give feedback.
All reactions