Segmentation Query | Community
Skip to main content
August 2, 2018
Solved

Segmentation Query

  • August 2, 2018
  • 2 replies
  • 1440 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Hyder_Ziaee

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

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

2 replies

Hyder_Ziaee
Adobe Employee
Hyder_ZiaeeAdobe EmployeeAccepted solution
Adobe Employee
August 2, 2018

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

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

August 2, 2018

Thank you, that works fine