At least once a week, I'll get a request from a client or colleague asking for metrics on a specific set of product IDs/page IDs/object keys. Or, we'll release a feature on our platform that impacts a subset of products (by ID) and I'll want to make a segment.
Currently, my two options are:
- Drag a container into the segment builder for every.single.object and use "exact" matches (this is a grand waste of time and makes report performance sluggish)
- Use the "contains any of", list every ID out delimited by a space, and hope that my IDs don't partially match other IDs (like "123" matching "12345")
What I would prefer:
Use the "matches" operator and list every criteria out, pipe-delimited: "123|124|150|180"
Right now, the "matches" operator allows for wildcards:
https://marketing.adobe.com/resources/help/en_US/analytics/segment/seg_operators.html
Why not show regex a little love and support "or" operators, too? Or go whole hog and allow for regular expressions? This has been a feature of GA since the day they allowed you to filter a report.