Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

After adding UserID to analytics most of my events are not displayed in analytics #14206

Closed
tintjose opened this issue Mar 14, 2019 · 0 comments
Labels
answered For when a question was asked and we referred to forum or answered it.

Comments

@tintjose
Copy link

Hi Everyone,

I have a small issue my matomo analytics was working perfectly but after adding userID to my analytics code my events are not properly displayed.

Code used for adding UserID:
var userID = localStorage.getItem('currentUserEmail');
_paq.push(['setUserId',userID]);
console.log(userID);
_paq.push(['trackPageView']);

previous data available in dashboard before adding UserID:
Screen Shot 2019-03-14 at 1 20 12 PM

But now after adding UserID, login and logout events are only captured. Nothing else is captured.
Screen Shot 2019-03-14 at 1 20 47 PM

I haven't changed my code apart from adding userID code.
Kindly help me out with the problem.

@mattab mattab added the answered For when a question was asked and we referred to forum or answered it. label Mar 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
answered For when a question was asked and we referred to forum or answered it.
Projects
None yet
Development

No branches or pull requests

2 participants