quaint-scientist-80204
10/09/2021, 1:02 PMfuture-teacher-7046
browser
might have values Safari, Chrome, Firefox. Segments on the other hand identify a single group of users. So "Firefox users in EU" for example.quaint-scientist-80204
10/09/2021, 1:17 PMearly-tent-72446
10/13/2021, 2:45 PMfuture-teacher-7046
early-tent-72446
10/13/2021, 2:52 PMfuture-teacher-7046
early-tent-72446
10/13/2021, 2:59 PMfuture-teacher-7046
early-tent-72446
10/20/2021, 7:50 AMfuture-teacher-7046
user_id IN (
SELECT user_id FROM ...
)
with any arbitrary query to only include specific users. Or use the same with NOT IN
to exclude specific users.