analytics
analytics copied to clipboard
Lightweight analytics abstraction layer for tracking page views, custom events, & identifying visitors
Notice here: https://www.npmjs.com/package/snowplow-tracker See new docs here: https://docs.snowplowanalytics.com/docs/collecting-data/collecting-from-own-applications/javascript-trackers/
Types were originally implemented with JSdoc before `typescript` proper supported this for type generation. This led to the kind of funky setup [here](https://github.com/DavidWells/analytics/blob/master/packages/analytics-core/scripts/types.js). The js first + JSdocs approach has...
Wanted to throw out the suggestion for a global on/off switch. It would be nice to be able to globally cripple Analytics. Use case would be for development vs production:...
Missing typescript support for the segment module. 
I'm loving this package, but the TypeScript types generation is very complicated. Is there a guide on how to contribute types? I understand that the core idea is that the...
I'm trying to track page views in my React app by using the hook provided by this package. Here's my basic setup: ```javascript import * as React from 'react' import...
Let me start by thanking you for this wonderful lib, I already use it in a couple of projects in our company. Last week a new situation has a-raised, where...
I've developed a separate widget that can be installed on clients website. And issue appears if clients have their google-tag-manager initialised already via script with the same containerId Here is...
Similar to https://github.com/DavidWells/analytics/issues/99, there aren't types for analytics-plugin-do-not-track. I don't want to add the types to https://github.com/DefinitelyTyped/DefinitelyTyped when there's some level of typescript support in some of the projects.
Hi, I've made a Vue plugin for the `analytics` package. - Plugin registration and the instance inheritance within Vue components is based on how Vuetify does it. - This means...