Here's an example flow:
Referrer -> My App (1) -> Email is sent -> User clicks on email link -> My App (2)
I'm using react-ga
. Step 1 is a session that contains Referrer URL
(outside site that links to mine). Step 2 comes from an email, react-ga
is initialized again and I assume a new session starts, in a new tab -- Referrer URL is lost in GA's reports. Step 1 and 2 are part of the same flow, so what is a good practice for this?