DavidWells / DavidWells/analytics
analytics.reset() does not reset userId in google-analytics plugin
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 2.7k
- Forks
- 267
- PR merge metrics
- No merged PRs in 30d
Description
Google analytics plugin does not have an implementation for reset, hence after:
analytics.reset()
userId is still being sent.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the Google Analytics plugin and its reset handling, then inspect how analytics.reset() currently behaves. Reproduce the issue by identifying whether userId is still sent after reset; done means reset no longer sends that userId and the plugin's relevant tests, if present, cover the behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- analytics
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100