-
Notifications
You must be signed in to change notification settings - Fork 40
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
Match OBA Android Firebase Analytics events and user properties #457
Comments
I just finished and merged the OBA Android Firebase Analytics implementation: (plus one tweak in OneBusAway/onebusaway-android@bd3ad14) We'd like to align iOS and Android because they share a Firebase account and it will make reporting across both apps simpler. I've implemented support for the following events in OBA Android using the pre-defined Firebase EVENT and PARAM constants (which allows us to analyze these events within the Firebase console without having to dump data out to BigQuery, which can cost extra):
I've implemented support for the following custom user properties in OBA Android:
The easiest way to view the implementation, including the strings logged for each parameter, is to look at the In many cases I've kept the same strings for the parameters that we used in Google Analytics to facilitate tracking the events across both datasets. In other cases I've changed the text when the original wasn't clear. @aaronbrethorst Please let me know if you have any questions about the above! |
this is finally done! |
Google announced the expansion of the Firebase platform yesterday:
https://firebase.googleblog.com/2016/05/firebase-expands-to-become-unified-app-platform.html
We should take a close look at analytics:
https://firebase.google.com/docs/analytics/
This could potentially help us with our major Google Analytics problem, which is the limit on reported events - we've been around 10x over the limit for some time, and I'm not sure if/how that is affecting our data.
Looks like you can implement Google Analytics and Firebase Analytics side-by-side:
https://support.google.com/analytics/answer/2587086#firebase-ga
We'll probably want to do this and confirm that Firebase seems to work before changing anything with Google Analytics.
We're going to look at this on Android as well - OneBusAway/onebusaway-android#501. We will keep everyone posted when we make progress there.
The text was updated successfully, but these errors were encountered: