Jesse Luoto
Jesse Luoto
This issue will most likely become much easier after node.js starts supporting fetch natively nodejs/node#41749
Yep, ga-lite imitates the older analytics.js. Perhaps in the future this project will transition towards using the new kind of API, but this is not planned yet. Universal Analytics (gtag.js)...
I'm labeling this issue as "wontfix" for now, but I'll keep it open for the future
@rfgamaral > if one doesn't use those new features, is there no issue in using this lib of yours? All my analytics will still be tracked as if I was...
@jamesjohnmcguire Seems that you're using Google Ads on your site. This piece of code is responsible for sending the conversion information for Google Ads: > `gtag('event', 'conversion', {'send_to': 'YYYYYYY-YYYYYY});` >...
Hey, could you give me an example how you would do this with Google Analytics or link to the page where Google suggests using the prefetch? I'm guessing this should...
Great, thank you for the additional information! You're using `{{site.url}}/assets/js/ga-lite.min.js`, so it seems you're self-hosting ga-lite. That's great! > https://web.dev/uses-rel-preconnect/ This page seems to suggest that you use the ``...
> So I would just put that somewhere else early on the page, I don't need to modify what's already there in the script, correct? Yes, very good point. I...
Thank you for reporting! I opened a separate issue for that at #253
If you can add a script inside the iframe I think you could do something like: ``` window.ga = function() { galite.apply(galite, arguments) } ``` This should proxy all `ga`...