Expand my Community achievements bar.

Join us at Adobe Summit 2024 for the Coffee Break Q&A Live series, a unique opportunity to network with and learn from expert users, the Adobe product team, and Adobe partners in a small group, 30 minute AMA conversations.
SOLVED

Segmentation Query

Avatar

Level 1

HI,

I have a Dimension in Adobe called User ID. This contains ID's associated with individuals.

I have identified a number of ID's from another tool of loyal users. I would not like to create a segment in Adobe, of all these users. Ideally I would like to create this segment using a query like the below;

User ID is in (UserID123, UserID1234, UserID12345, UserID123456)

Is this possible in Adobe?

Thanks

Paul

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

if the user IDs are all without spaces, you can use the 'Contains any of' operator

1540496_pastedImage_0.png

each user ID will be separated by a space.

If this doesn't work, you can use API. I have given a detailed answer here:

Creating filters with High-cardinality values

Note, the API explorer is no longer present, so you may have to use a different tool like Postman

View solution in original post

2 Replies

Avatar

Correct answer by
Employee Advisor

if the user IDs are all without spaces, you can use the 'Contains any of' operator

1540496_pastedImage_0.png

each user ID will be separated by a space.

If this doesn't work, you can use API. I have given a detailed answer here:

Creating filters with High-cardinality values

Note, the API explorer is no longer present, so you may have to use a different tool like Postman