I am trying to filter all contacts who have visited a certain page or with a page hit from our main website. We have the tracking on the main website but we couldn’t figure how to filter it in contact. We looked over this document and still can’t make head or tail of it … Search | Mautic
What would the proper string to filter all contact that have visited a certain page (not mautic landing page) .
You can create a segment with the filter “Page visited” then choose “contains” and indicate your domain name as a value.
I suggest you add a second filter “Email” with the value “not empty” to have only known contacts and not phantom contacts.
I am able to create segment now . after clearing cache in both mautic and browser
But what the page name? based on url address or head of page name? I tried page header name and it doesn’t filter it for me … I will try full url address to see if that works next
It’s. the “x page title” that what I was looking for …
But still need to figure and solve why my segment filter keep stop working once a while where I have to keep deleting cache folder in both mautic and browser to restore it.
For this my website (https://www.webanyone.net/).
I use this filter “Visited URL X” with “regexp” and this value “webanyone\.net”
The backslash “\” sign is to escape dot “.” sign.
On this segment, I see all contacts have visited one page of my website. It’s work for you?