Segment based on specific URL & Visit Date

Your software
My Mautic version is: 4.4.7
My PHP version is: 7.4.33
My Database type and version is: 10.11.2-MariaDB-1:10.11.2+maria~ubu2204

Your problem
How do I build a segment based on specific URLs visited on a specific date?
In the system I found only “Visited x URL” and “Visited any URL (date)”

Thanks for the advice!

Hello @radi,

You can add a filter “Activity Date”. :slight_smile:
Do you have try this way?

Pierre

@pierre_a
Consider this situation.

User #1 visited the sites on specific dates:
domain.com/a1 - 01.03.2023
domain.com/a2- 20.03.2023
domain.com/a3- 5.04.2023

and user #2 visited the sites:
domain.com/a1 - 05.03.2023
domain.com/a2- 5.04.2023
domain.com/a3- 6.04.2023

And I would like to have in the segment the people who visited the site “a2” in the last 10 days, I can’t use this option - it seems to me.

Using “Last Activity - greater than -10 days” & visited url - contains “a2” will put both people in the segment. Unless I am mistaken.

The URL filter means ‘visited this url EVER’
The date filter means ‘visited ANY url on this date’
If you combine them you will get ‘visited this url EVER’ or/and ‘visited ANY url on this date’
Not
‘Visited this url on this date’

Hello @radi,

Mautic segments work as @joeyk explained.
There is no way to simply do what you want in Mautic today.

One way would be to create an A segment that fills up as soon as the page is visited.
Then enter this contact in a scenario that waits 10 days and then pushes it into another B segment.

You would then find in the B segment the contacts who visited the page after 10 days.
What do you think of this?

Pierre

I solved it just the way @pierre_a suggested.
However, I was wondering if there might be another way.

Thanks for help guys!

This topic was automatically closed 36 hours after the last reply. New replies are no longer allowed.