Skip to content
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

Analytics, event tracking value is empty #70

Open
tyohan opened this issue Jun 7, 2016 · 3 comments
Open

Analytics, event tracking value is empty #70

tyohan opened this issue Jun 7, 2016 · 3 comments

Comments

@tyohan
Copy link

tyohan commented Jun 7, 2016

@julianraj Thanks for updating the app with Firebase Analytics. I check the event tracking on Firebase but seems the value is empty. Are you passing the right params on logEvent method?

Based on this documentation https://developers.google.com/android/reference/com/google/firebase/analytics/FirebaseAnalytics.Event.html#constants

We can pass reserved params
ITEM_ID (String) => content id
ITEM_NAME (String) => content title
ITEM_CATEGORY (String) => content sub category (ex do/don't, passport, etc)

Custom param
ITEM_TYPE (String) => content type (video, audio, article, etc)

@julianraj
Copy link
Member

@tyohan The value field in the firebasse analytics is actually for some monetary value of the triggered event. (at least its what the tool-tip says)
selection_006

Also, I have used the same reserved params except for the ITEM_CATEGORY which I haven't included as of now. I'll look into what else we can do to get these data onto the dashboard. Do tell if you find some info too.

@tyohan
Copy link
Author

tyohan commented Jun 7, 2016

@julianraj thanks to clarify, let's wait the data collected so we can see how it looks like. Thanks

@tyohan
Copy link
Author

tyohan commented Nov 8, 2016

@julianraj i would like to remind to make sure we record the activity of users that we can track like content reading, share action, etc. Please make sure you track this in our new version. Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants