Solved

Could I use wildcard when adding conditions?

  • 2 March 2022
  • 3 replies
  • 482 views

Userlevel 1
Badge +1

Hi,

I am trying to exclude users with a trailing email (eg @gmail.com) from a defined cohort.

For example, I had defined a cohort, and I’d like to use “email != @gmail.com”, will it create Uniques graph that is not including all gmail users?

 

Bill

icon

Best answer by Saish Redkar 3 March 2022, 00:55

View original

3 replies

Userlevel 7
Badge +10

Hey @Bill 

I’m assuming that you are capturing the entire user email as a user property?

If yes, then a "does not contain" might be better option than != ( is not) for your use case.

Userlevel 2
Badge +3

Hi @Bill,

I agree with @Saish Redkar with the “does not contain” operator. 

Badge

I tried this and am getting incorrect count of gmail users. Is it possible this is being affected by “Limit exceeded for contains and not contains filters. First 300 values applied.”? 

thanks.

Reply