userId match type should allow =@ #8062
Labels
Enhancement
For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.
Milestone
Currently userId match type is restricted to ==, ::NOT_NULL, ::NULL, !=. This creates the following problem:
I am working on creating segments for users on an intranet and have used the users' emails set as userId. I want to create a segment that matches the domain end of that email/userId. for example:
With userIds like this:
[email protected]
[email protected]
I want to have segments like this:
"Department 1" segment: userId =@ department1.com
"Department 2" segment: userId =@ department2.com
but I cannot, I get the error:
The text was updated successfully, but these errors were encountered: