I created a goal in Google Analytics and I'm using this regex (below) but when analyzing with the unique pages, the result is a little different:
paths:
/newshop/available/offers-shop
/newshopLC/available/offers-shop
/newshopLC/available/addons
regex used in Goals:
\/(newshop|newshopLC)\/available\/(offers-shop|addons)
I saw in some forums that the difference could be in the Page Title but we use a SPA shopping flow and we don't have a title in any pageview step. I believe the regex is incorrect somehow...
I have tried to change the regex but the difference persist. Maybe I'm doing something wrong...