SOLVED

Re: Visited web page filter [starts with]

Go to solution
yunseng94
Level 1

Visited web page filter [starts with]

Hi everyone, basically I have a website https://www.example.com/software/procurement/ and I have a smart list with filter of "Visited web page" [starts with]: https://www.example.com/software/ ONLY. May I know if my smart list is still able to capture anyone if they visited https://www.example.com/software/procurement/ ??

 

Looking forward for your favorable reply.

 

Thanks in advance.

2 ACCEPTED SOLUTIONS

Accepted Solutions
Darshil_Shah1
Level 10 - Community Advisor + Adobe Champion

Re: Visited web page filter [starts with]

Yes, your SL should be able to capture any web page hits starting with the "https://www.example.com/software/" string in the constraint, and the link "https://www.example.com/software/procurement/"  does start with what you have in the SL.

 

The "contains" operator is a superset of the "starts with" operator. If the link that you want to trigger off the campaign upon web page visit is always guaranteed to start with a value, then you can very well use the "starts with" operator. And AFAIK, "contains" is always the slowest of all the operators. 🙂

 

View solution in original post

Katja_Keesom
Level 10 - Community Advisor + Adobe Champion

Re: Visited web page filter [starts with]

In general the answers provided are correct, with the caveat that in my experience, web page visits are stored in the activity log without the protocol at the start, so you should remove the https:// in your value to make it work. Tripped me up more than a few times before I understood the logic...

View solution in original post

7 REPLIES 7
Disha_Goyal6
Level 3

Re: Visited web page filter [starts with]

Hi @yunseng94,

 

If you use 'contains' in place of 'starts with' works better.

 

Thanks,

Disha

yunseng94
Level 1

Re: Visited web page filter [starts with]

Thanks for the suggestion Disha

Darshil_Shah1
Level 10 - Community Advisor + Adobe Champion

Re: Visited web page filter [starts with]

Yes, your SL should be able to capture any web page hits starting with the "https://www.example.com/software/" string in the constraint, and the link "https://www.example.com/software/procurement/"  does start with what you have in the SL.

 

The "contains" operator is a superset of the "starts with" operator. If the link that you want to trigger off the campaign upon web page visit is always guaranteed to start with a value, then you can very well use the "starts with" operator. And AFAIK, "contains" is always the slowest of all the operators. 🙂

 

yunseng94
Level 1

Re: Visited web page filter [starts with]

Hi Darshil, appreciate for your reply and your explanation on "starts with" filter. I believe you made a typo on the first link (should be  https://www.example.com/software/ ? ) 😃

Darshil_Shah1
Level 10 - Community Advisor + Adobe Champion

Re: Visited web page filter [starts with]

Ahh, yes! I just updated it. Thank you for letting me know.

 

Katja_Keesom
Level 10 - Community Advisor + Adobe Champion

Re: Visited web page filter [starts with]

In general the answers provided are correct, with the caveat that in my experience, web page visits are stored in the activity log without the protocol at the start, so you should remove the https:// in your value to make it work. Tripped me up more than a few times before I understood the logic...

Darshil_Shah1
Level 10 - Community Advisor + Adobe Champion

Re: Visited web page filter [starts with]

Yes, that is true Katja, and thank you for mentioning it here! 

 

In Marketo, the Visits Web Page activity defines "Web Page" as the original hostname + pathname + hash, but not the protocol nor the query string.

 

For everyone's reference, here's the link to Sandy's comment where-in he explains this along with all the components of an URL in detail.