-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Basic Google Analytics setup does not seem to work #192
Comments
@drone1 Have you been able to resolve your issue? From what you have stated you have done it should be working. The fact that you have it logging page views with If I had to guess it is most likely something wrong with your setup on the Google Analytics side of things. |
Like what though? The GA side simply requires that you use the correct
tracking ID and your package takes care of the rest, no?
…On Mon, Oct 2, 2017 at 2:48 PM Charles Nelson ***@***.***> wrote:
@drone1 <https://github.com/drone1> Have you been able to resolve your
issue? From what you have stated you have done it should be working. The
fact that you have it logging page views with analytics.debug() means
that the analytics package is working and tracking your page changes.
If I had to guess it is most likely something wrong with your setup on the
Google Analytics side of things.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#192 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGCCPExhuc5_Pex9BZkCQ-7u5oXUrHEjks5soVoTgaJpZM4Ppffn>
.
|
@drone1 I would have to see the setup myself to give any insight. If you are seeing |
Giving it a bit of time seemed to fix the issue, by the way. After a day or so, data started showing up. Thanks for your time. |
@drone1 Really glad to hear that! It might be worth adding a line to the README about this, for others. Would you be interested in helping PR that? |
Yeah, will do that. Good call.
…On Mon, Oct 9, 2017 at 5:12 PM Richard Littauer ***@***.***> wrote:
@drone1 <https://github.com/drone1> Really glad to hear that! It might be
worth adding a line to the README about this, for others. Would you be
interested in helping PR that?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#192 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGCCPBj76kaXgf0RNqRs0PJ0CVZ4PO85ks5sqrZqgaJpZM4Ppffn>
.
|
… data showing up on the dashboard. See okgrow#192 (comment)
Hello.
I installed with:
meteor add okgrow:analytics
My settings-prod.json looks like this:
Console on prod shows events being fired off, e.g.:
analytics:integration:google-analytics page with Array(1) 4ms
But on the GA realtime page, I can't get my test session to show up. It just says "0", and no data appears to have been collected (realtime and elsewhere).
I've verified that my tracking ID is correct, and I copy/pasted the rest of the settings JSON directly from the example.
I definitely deployed with the expected settings.
No ad blocker running.
Did I miss a step?
Thanks a lot!
The text was updated successfully, but these errors were encountered: