analytics
analytics copied to clipboard
Lightweight analytics abstraction layer for tracking page views, custom events, & identifying visitors
Hey there 👋 The docs say: `Get data about user, activity, or context. Access sub-keys of state with dot.prop syntax.` But what state data is within this store? Didn't find...
While `@analytics/google-tag-manager` should add only `gtm.js` script, I see in my HTML also `gtag`. I'm not sure it's a part of the package, since I wasn't able to find any...
Hi! Im working on AWS Pinpoint integration and everything looks amazing, but except the identify function seems can't pass the Address into Pinpoint (https://docs.aws.amazon.com/pinpoint/latest/apireference/apps-application-id-endpoints.html) which affect the endpoint can't be...
The google-tag-manager plugin is not adding event names to any events (track, page) . I don't know if this is a bug or a support request, since no one else...
Platforms like Gtag have an API that supports things like retrieving the generated clientId, which we need for passing the GA id to segment. The code looks something like: ```js...
It would be nice to have something similar to segment for ecommerce events mapping to unify the tracking in existing plugins. I'm currently looking into a solution for our team...
Hi @DavidWells and thank you for this project. We are currently integrating this tool in a project. But to acomplish legal requirements (RGPD) we need to explain, and offer opt-in/out,...
The current `page` implementation is not useful as it does not insert an `event` key into the event data on the dataLayer. As there is no "standard" event name to...
The `page` implementation in google tag manager just sends the page properties into `dataLayer` without adding an `event` key or anything that would make this usable as a GTM trigger....
I had to add my own type declarations for this library, it seems it would be nicer if it provided these.