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.
Solved! Go to Solution.
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. 🙂
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...
Thanks for the suggestion Disha
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. 🙂
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/ ? ) 😃
Ahh, yes! I just updated it. Thank you for letting me know.
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...
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.