-
Notifications
You must be signed in to change notification settings - Fork 21
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
event is fired without error but didn't recieved in google analytics #10
Comments
I have the same behavior, do you have any solution? |
I moved to a nodejs service... the universal-analytics npm package is working well. |
Found the issue if anyone feels like fixing it in the repo. Looking at Google Analytics Measurement Protocol Reference it states that
So adding a valid user agent to the POST request took care of the issue for me. |
Thanks @zachwreed. That explains why it won't compute the browser properties but it should still register the event regardless. But you're right once a user agent is set the event registered immediately for me. For those facing the problem set the agent with client.UserAgentOverride().
|
tracking id is true and there is no any error
The text was updated successfully, but these errors were encountered: