I downloaded the application with firebase analytics, however the SELECT_CONTENT events do not display "Not Set" as the name, not the name specified during development.

here is one of the events that I set for the code:
Bundle bundle = new Bundle(); bundle.putString(FirebaseAnalytics.Param.ITEM_ID, "4"); bundle.putString(FirebaseAnalytics.Param.ITEM_NAME, "ClickedShareSocialMedia"); mFirebaseAnalytics.logEvent(FirebaseAnalytics.Event.SELECT_CONTENT, bundle);
Any help?
source share