okgrow / analytics

UNMAINTAINED! - Complete Google Analytics, Mixpanel, KISSmetrics (and more) integration for Meteor
https://atmospherejs.com/okgrow/analytics
MIT License
213 stars 61 forks source link

No data sent to Google Analytics #189

Closed znat closed 7 years ago

znat commented 7 years ago

Hi, I don't see any data on Google Analytics, but events are sent to Amplitude. Do you have any idea of what the problem could be?

{
  "public": {
    "analyticsSettings": {
      "Amplitude"        : {"apiKey": "..."},
      "Google Analytics" : {"trackingId": "UA-...-3", "sendUserId":true},
      "autorun"  : false
    }
  }
}
cfnelson commented 7 years ago

@znat Are you still having issues with Google Analytics? What happens if you remove the "autorun": false? Does GA work for you then? Are you potentially able to provide a minimal reproduction?