send whether the session is A or B. • You need to calculate conversion rate and probability that B is superior to A. // Adding custom parameter when sending events Bundle params = new Bundle(); params.putString(“test_pattern”, pattern); // add A or B FirebaseAnalytics.getInstance(context).logEvent(“button_tapped”, params);