You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just noticed an issue where a referrer attribution cookie is not set when no tracking request is sent at all while viewing a page.
This is a bug because the original referrer will go lost. If the next page does track data, then the previous page will become the referrer (where no data was tracked) instead of the original referrer.
I assume it's rarely the case that no data is tracked on a landing page so might not be a big issue.