5 ms·
1/ Google Analytics uses 1st-party cookies since their scripts execute directly on websites. 2/ Chrome relays its own browsing data.
by syncerr 7y ago
1/ Google Analytics uses 1st-party cookies since their scripts execute directly on websites.
2/ Chrome relays its own browsing data.
- lrem 7y agoCan you point me at a link for 2? Disclaimer: despite working for Google, I don't have a clue about this. I'm deep in the backend.
- blacksmith_tb 7y agoOstensibly for SafeBrowsing[1] I believe... 1: https://superuser.com/questions/75841/what-is-1e100-net-and-why-do-i-have-tcp-ports-open-to-it https://superuser.com/questions/75841/what-is-1e100-net-and-...
- deleted 7y ago[deleted]
- oldmanhorton 7y agoWell to start, there's browser history sync through your Google account. I'm not aware what the privacy policy is on that data, but I'd imagine it allows Google to get aggregate views at least at the domain level, if not the page level.
- y42 7y agoGA usually comes from a Google-domain. Implementing GA on one of your properties always means using 3rd-party cookies (as long as you not configure some CNAME-records to point your own 1st party tracking domain to GA's tracking domain). Where the script is being executed does not matter in this case, the script is just building the tracking request to the tracking app.