ga-lite
ga-lite copied to clipboard
Small, cacheable and open version of Google Analytics JS client
Hi, I'm getting this error very frequently from visitors. We have to support a super old verison of chromium, so I imagine it's just not working for something that old....
I noticed some parameters are hard-coded, specifically, the Google Analytics endpoint URL (`https://www.google-analytics.com/collect`) and [User Language](https://developers.google.com/analytics/devguides/collection/protocol/v1/parameters#ul) (`ul`): https://github.com/jehna/ga-lite/blob/6b467e592b9880d9f8eb270f20c57e74176b3c6c/src/get-base-url.js#L5-L7 It would be awesome to be able to: - Make `ul` use...
#86 indicated that this library might be used in non-browser environments. It should be pretty straightforward to make this library also node-compatible. This should be covered by some test cases...
Hello – thanks for the great library. After switching to ga-lite, we've experienced a significant amount of self-referral traffic from our own domain.  I'm not certain the cause –...
Google recently started recommending one to track using gtag.js instead of analytics.js and I'm curious how this affects this project, if it affects it at all. More information: https://developers.google.com/analytics/devguides/collection/gtagjs/migration Asking...
Google says I should consider adding a prefetch to improve load times for google analytics. I know how to do that if I was just doing an href but this...
Thank you for all the hard work on this project. I am loving ga-lite! I was wondering if there is a way to capture any ga() function calls (for example...
https://developer.mozilla.org/en-US/docs/Web/API/WindowOrWorkerGlobalScope/fetch