analytics icon indicating copy to clipboard operation
analytics copied to clipboard

Lightweight analytics abstraction layer for tracking page views, custom events, & identifying visitors

Results 158 analytics issues
Sort by recently updated
recently updated
newest added

The package published at @analytics/google-analytics seems to be the newer GA4 package, but the usage shown was for the older UA version, so out-of-the-box usage with the sample code threw...

I don't quite understand where the `payload.userId` comes from here https://github.com/DavidWells/analytics/blob/master/packages/analytics-plugin-google-tag-manager/src/browser.js#L81 Problem is once you called `identify` with a non null `userId`, there is absolutely no way to set it...

Title: Calling analytics.reset leads to a crash on analytics-plugin-aws-pinpoint in the browser Browser: Chrome Version 115.0.5790.114 (Official Build) (x86_64) OS: OSX 12.6.5 Steps to reproduce: 1. Setup a vanilla HTML...

Hello. I have two problems related to work with Mixpanel. **The first one:** When I use function call at page opening - then event comes out incorrectly and has extremely...

### Changes - Fix typo - Fix import example

I have two plugins installed: - Google Analytics - Pendo (created by me) I need to have two different calls to the `identify` method, one for google analytics and one...

Version: "analytics": "^0.8.1", If you have a URL containing this: ``?a=1&%%20Exe`` The line: ``` export const analytics = Analytics({ app: 'Pulse', debug:true, plugins: myPlugins }); ``` Will throw an error...

This might not be my personal preferred way of adding types to a package, but at least it will bring _some_ benefit to people using use-analytics. https://github.com/DavidWells/analytics/issues/51#issuecomment-629863645 This closes #51...

Is there a way to logout the user after identify but retain the anonymous id?