analytics
analytics copied to clipboard
Lightweight analytics abstraction layer for tracking page views, custom events, & identifying visitors
PR to implement https://github.com/DavidWells/analytics/issues/506 Currently, the Segment plugin initialisation does not allow users to pass the optional second argument, `options` to the core `analytics.load()` function. This limits customisation when loading...
Currently, the Segment plugin initialisation **does not allow users to pass the optional second argument, `options` to the core `analytics.load()` function**. This limits customisation when loading the Segment library. We...
The `integrations` config option will disable a destination that is configured in Segment, but the destination's code is still loaded. If you have a Segment destination and a plugin for...
For anyone who is using / going to use GA4 plugin: https://github.com/DavidWells/analytics/blob/master/packages/analytics-plugin-google-analytics/src/browser.js#L284 This object should be replaced with the following (underscore instead of camelCase): ``` if (id) campaign.campaign_id = id...
Hi, I was wondering how can I set `allow_enhanced_conversions` to true? On GA/Ads docs says that you need to do the following: ``` gtag('config', 'TAG_ID', { ' allow_enhanced_conversions':true } )...
Hi, I glad you've implemented this high level abstraction over analytics services for me, because it's nice idea! I have started thought about this idea when I've start creating my...
Modernizes the preact demo with latest versions and build tools Closes #476 Generated with [Claude Code](https://claude.ai/code)
Planning
Based on what you know about the repository and open issues and PRs, what would you propose that we tackle next? @claude Additional instructions # Propose Next Development Task **Your...
## 🤖 Automated fix by Claude Code **Related Issue:** #482 **Executed by:** @DavidWells ### ✅ Next Steps 1. Review the changes in this PR. 2. Confirm that all tests pass....
## 🤖 Automated fix by Claude Code **Related Issue:** #482 **Executed by:** @DavidWells ### ✅ Next Steps 1. Review the changes in this PR. 2. Confirm that all tests pass....