@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 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)