SOLVED

Targeting Email Domains

Go to solution
Nina_Valtcheva5
Level 5

Targeting Email Domains

I have a list of email domains that I need to target. I tried using the query "Email Address contains @xxxxxxx.com" but it looks like the "contains" constraint looks for strings and it will pick up any string even if it apart of a larger one.

Is there a way to target the entire domain string?
Tags (1)
1 ACCEPTED SOLUTION

Accepted Solutions
Anonymous
Not applicable

Re: Targeting Email Domains

Dropping the domain in between the @ and the .com should constraint it for you to target specific domains.

For example if you have contains @mail.com; this should exclude @gmail.com. Is it not doing this?

View solution in original post

4 REPLIES 4
Anonymous
Not applicable

Re: Targeting Email Domains

Dropping the domain in between the @ and the .com should constraint it for you to target specific domains.

For example if you have contains @mail.com; this should exclude @gmail.com. Is it not doing this?
Josh_Hill13
Level 10 - Champion Alumni

Re: Targeting Email Domains

you can use

domain.com

instead of @domain.com, which is more specific.
Nina_Valtcheva5
Level 5

Re: Targeting Email Domains

Thanks for the help!

So actually we were just targeting domain.com but now added in the @ in front which should fix it.
SanfordWhiteman
Level 10 - Community Moderator

Re: Targeting Email Domains

Actually this also includes @example.com.au and suchlike.  It's not a perfect solution.  To get more accurate create an ALL filter CONTAINS @example.com and NOT CONTAINS .com.