Your software
My Mautic version is: 4.1.2
My PHP version is: 7.4
Your problem
My problem is:
I have setup the following filter for a dynamic segment:
Visited URL contains vietnam
AND
Visited URL count is greater than or equal to 5
My logic says that anyone who has visited a URL with the word ‘vietnam’ in it more than 5 times should be added to this segment.
What is actually happening is that anyone who visited any URL more than 5 times is being added to the segment, regardless of it being ‘vietnam’ or not.
Why is this happening and how can I fix it so that it only adds those who visited a URL with ‘vietnam’ more than 5 times.
Thank you for any pointers.