Hello,
I am trying to set up FS to capture only freshly signed-up users.
Our website and product is set under the same domain, there is no subdomain.
The user lands on a /sign-up page, then passes and onboarding where each step is another subpage and finally lands on the product at the /home subpage but signed-up.
The problem is that we have 10million users per week but I only want to study the ones signing up fresh.
I thought of putting FS only at the subpages I am interested in but still the /home page is seen by both fresh users and existing ones which are millions. Is there a way to capture only the users that have previously passed by the sign-up process and exclude all the rest?