-
Notifications
You must be signed in to change notification settings - Fork 170
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
Advanced setting: User-ID #134
Comments
Hey @fkusztos, after you set a value you have to call the PageView function in order to send the changes. If you didn't do that then please try that to see if it corrects your issue. Otherwise, you have two options now for debugging, both of which are explained in the README and can be very helpful for diagnosing. GA has internal logic for when it batches and sends commands. |
|
Thanks, 1 more thing i stumbled upon is Analytics.trackPage where i wanted to track by tracker name. But by default it tracks all trackers and can't override it. |
@justinsa, slightly confused here. Is there a solution yet to the original issue this ticket describes that I expanded on, or am I doing something wrong? Thanks! |
@that1guy I was having the same issue as you and it's because I was setting the name of my tracker in AnalyticsProvider.setAccount. AnalyticsProvider.setAccount([
{
tracker: 'UA-XXX',
name: 'tracker1',
displayFeatures: true,
enhancedLinkAttribution: true
}
]); After removing This is mentioned in the docs, but it wasn't very obvious. Hope it helps! |
@that1guy did @theseanstewart's comment resolve your issue? There is a big difference between the default tracker (which is an unnamed tracker) and all of the named trackers. If you are using the set function with a named tracker you have to call it with the tracker name: |
@justinsa I'm still not seeing expected result here. I see the Here we are in logged in to Google Analytics and I've never seen a user logged in. Everything is working though if I change into different view. Filtering all data by dimension doesn't seem to work either. |
Same Issue at @that1guy. I can see my requests are sending the id to ga, but the UPDATE: Google analytics just started tracking users. Must have just taken a few hours. Only showing up in the Real-time feed, not the audience feed. |
We have resolved this issue. It was a configuration error with Google Analytics. |
Hey all, Another question... |
@armyofda12mnkeys |
Same issue. Tried different things: Doesn't help. |
@that1guy What was the configuration error? |
I can not to set the user id tracking.
I tried two ways:
1- as the readme says, I tried
2- as the analytics doc says, I tried
But I can not see anything on the "Network" outputs, neither than on the GA interface. (note that the GA account is properly set up)
Is anyone uses this functionality?
Thanks
Version used: 1.1.5
The text was updated successfully, but these errors were encountered: