SOLVED

Re: Is it possible to add Regex in Marketo filters?

Go to solution
Cecile_Maindron
Level 10

Is it possible to add Regex in Marketo filters?

Hello,

I would like to filter on anybody who has visited the http://www.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 http://www.talend.com/download/thankyou/data-preparation page.

Is there a way to prevent that?

Cécile

Tags (1)
1 ACCEPTED SOLUTION

Accepted Solutions
Jackie_Potts
Level 7 - Champion Alumni

Re: Is it possible to add Regex in Marketo filters?

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
Jackie_Potts
Level 7 - Champion Alumni

Re: Is it possible to add Regex in Marketo filters?

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

Re: Is it possible to add Regex in Marketo filters?

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 http://www. or https://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.

Josh_Hill13
Level 10 - Champion Alumni

Re: Is it possible to add Regex in Marketo filters?

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.