SOLVED

Is it possible to add Regex in Marketo filters?

Go to solution
Cecile_Maindron
Level 10

Hello,

I would like to filter on anybody who has visited the talend.com/download/thankyou/data-prep  page

As people may be using different protocols, I am using contain.

However as a result I'm also capturing visits of the talend.com/download/thankyou/data-preparation page.

Is there a way to prevent that?

Cécile

Tags (1)
1 ACCEPTED SOLUTION
Jackie_Potts
Level 7 - Champion Alumni

You should be able to select the exact page by using is "page" rather than contains "page." You may have to choose multiple pages with "is" which takes more time. Another option would be to add a second filter with "not" your 2nd page.

View solution in original post

3 REPLIES 3
Josh_Hill13
Level 10 - Champion Alumni

Regex is possible if you ask for it to be turned on. This is not always granted.


Doesn't seem needed in this case given Jackie's answer.

Jackie_Potts
Level 7 - Champion Alumni

You should be able to select the exact page by using is "page" rather than contains "page." You may have to choose multiple pages with "is" which takes more time. Another option would be to add a second filter with "not" your 2nd page.

Cecile_Maindron
Level 10

ok so I believe I'll have to use multiple "is" as I am handling multiple domains (fr.talend.com, de.talend.com)

BTW I have noticed that if you say is www.talend.com , it doesn't always take into account www. or www. That's why I like contain because I don't have to add multiple choices or to make updates when we launch a new INTL site.