Thank you David,
I gone through the links in the above post. I don't know where to place the below code in the Logevent client action.
Bundle bundle = new Bundle();
bundle.putString(FirebaseAnalytics.Param.ITEM_ID, id);
bundle.putString(FirebaseAnalytics.Param.ITEM_NAME, name);
bundle.putString(FirebaseAnalytics.Param.CONTENT_TYPE, "image");
mFirebaseAnalytics.logEvent(FirebaseAnalytics.Event.SELECT_CONTENT, bundle);
I just want to add one custom event like my favorite color as the key and the value for this as blue in the client action.
Can you please help me with the specified screen shot with custom log event and user property added.
Thank you.