by XCSme on 11/6/2023, 1:10:47 AM
For UXWizz I just use the Referrer header passed by the browser, it's not very reliable though. Sometimes it's very hard in analytics/business to tell "how did this user find me", the answer is very rarely simple (e.g. even if it's from a Google search, you don't know exactly what prompted the user to search for your business or what exactly they searched for).
by billconan on 11/3/2023, 5:12:11 PM
based on incoming ip addresses
I'm curious to know how something like Google Analytics can tell where traffic is coming from to your site? Do they just rely on document.referrer? or is there more happening under the hood?