简体   繁体   English

Firebase AB 测试和远程配置有没有办法让“子集测试”适用于现有测试的子集?

[英]Is there a way with Firebase AB Testing and Remote Config to have “subset testing” where it applies to subsets of an existing test?

Say using Firebase AB Testing I'm testing if a layout built with columns performs better for keeping users in the app than a layout built with rows.假设使用 Firebase AB 测试我正在测试用列构建的布局是否比用行构建的布局更能将用户留在应用程序中。 Is it possible to ALSO test just for the users in the "rows layout" test whether users stay longer if there's 3 rows versus 4?如果有 3 行而不是 4 行,是否可以仅针对“行布局”测试中的用户测试用户是否停留更长时间?

In other words, can I perform an AB Test, and also perform an additional AB Test on a subset of the users from the original AB Test?换句话说,我可以在执行 AB 测试的同时,对原始 AB 测试中的一部分用户执行额外的 AB 测试吗?

If I understand your use case correctly, what you want is multivariant test, which Todd describes nicely in this answer.如果我正确理解了您的用例,那么您想要的是多变量测试,托德在这个答案中很好地描述了这一点。

If you want to have separate tests with overlapping users, this is not a built-in feature.如果您想对重叠的用户进行单独的测试,这不是内置功能。 Alternatively, you could do some workarounds like building audience of users in one variant - this is not something available in UI, your users would need to send some identifying event or set user property and then you can build audience based no that.或者,您可以采取一些变通方法,例如在一个变体中构建用户的受众- 这在 UI 中不可用,您的用户需要发送一些识别事件或设置用户属性,然后您可以基于此构建受众。 Once you have audience ready, in the next test you can target only that audience.准备好受众后,在下一个测试中,您可以仅针对该受众。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM