Firebase A/B 测试在一次测试中同时运行 Android 和 iOS

Firebase A/B testing runs concurrently for Android and iOS in one testing

我有在 Android 和 iOS 中运行的应用程序。我想在一个测试中同时在这两个平台上进行 Firebase A/B 测试。但是我需要在 运行 A/B 测试之前在 A/B 测试的设置中选择平台(Android 或 iOS)。

我想知道是否可以在一个测试中同时为 Android 和 iOS 设置 A/B 测试,而不是两个分开的测试?谢谢

目前不可以。我想这是因为不同系统上的应用程序通常不会有完全相同的行为和用户。因此在一个平台上的测试可能会给你一个非常积极的结果,但你不会注意到,因为结果被另一个平台所抵消。

一种实现您想要的方法是(显然)创建两个测试或创建 RemoteConfig 并将其推广给 X% 的随机用户(参见 "User in random percentile"), then set userProperty / send Event and based on that information in which group is the user, analyze the data in BigQuery