One of the features of the app I’m working on allows users to send/share a link to a non-user and have them complete a recommendation.
Currently, the links are unique to the user that sent them. However, we need to be able to track the total number of completed recommendations and track the user flows, and not have FullStory track 1 user’s link.
Is using the “matches” convention with ** the best way to accomplish this in order to track all sessions that get to a particular page?
