-
Notifications
You must be signed in to change notification settings - Fork 10
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
question: How to get data to show up in debug? #60
Comments
There was a person previously that had issues with live debugger and I think it looks for something that GTAG sends. I did not make it work with the server side tracking, if you find a solution please feel free to share! |
I have just looked into this again, and it appears that events sent through the measurement protocol which your implementation uses, do not show up in the debug view. The only way to validate events being sent as per documentation is to send them to {
"validationMessages": [
{
"fieldPath": "events",
"description": "Event at index: [0] has invalid name [_badEventName]. Names must start with an alphabetic character.",
"validationCode": "NAME_INVALID"
}
]
} I would suggest adding a paragraph to the README about this, if you agree, I can submit a PR for it. |
Sure, feel free to add it, perhaps some kind of notice around the top but somewhere after the gdpr notice. Edit: Please do also add the link, either next to it or in the links at bottom. |
#60 I didn't add the link as it's already present in the references.
I've been trying without success to get the debug mode working, in order to view events as soon as they are generated in
debugView
(I have some events that google says are not correct and I would like to figure out why)https://analytics.google.com/analytics/web/#/a62992619p355170503/admin/debugview/overview
Do you know how to do it? I will be happy to submit a PR for the readme as I believe it will be useful for others.
Here's my sample code:
The text was updated successfully, but these errors were encountered: