Firebase - 如何为网络应用(非原生应用)创建 A/B 测试实验

标签 firebase firebase-remote-config firebase-ab-testing

我想对我们使用 Firebase 的网络应用程序的一项功能进行 A/B 测试。在设置 A/B 测试时,我注意到它要求我选择一个“应用程序”(我也有一个 native 应用程序),但我正在尝试 目标用户正在使用我的 网络应用程序 .
enter image description here
我能想到的一种解决方法是:

  • 创建远程配置 bool 变量
  • 为“随机百分位内的用户”变量添加条件
  • 当 Web 应用加载时获取远程配置值
  • 根据变量值显示/不显示特征

  • 变通方法的缺点是它不会跟踪改进或实验结果,例如:
    enter image description here
    enter image description here
    有没有办法运行 Firebase A/B 测试 实验 对于 Web 应用程序 ? (不是 native 应用程序)

    最佳答案

    Firebase A/B Testing目前可用于 Android 和 iOS 应用程序。您可以在 Firebase support 上提交功能请求门户网站。

    关于Firebase - 如何为网络应用(非原生应用)创建 A/B 测试实验,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64561092/

    相关文章:

    firebase - 错误 : Failed to resolve: com. google.firebase :firebase-messaging:16. 0.1

    android - Firebase A/B 实验是否支持在 Android 上发送 'data' 类型通知

    android - 我可以在不使用 google-services.json 的情况下初始化 Firebase 吗?

    firebase a/b 测试版本定位不起作用

    firebase - 错误 :flutter/lib/ui/ui_dart_state. cc(177) 未处理的异常:NoSuchMethodError:在 null 上调用了方法 'insert'

    node.js - 从 Firebase 函数访问 Google 网站验证 API

    javascript - 如何在 Clojurescript 中使用 firebase.push?我的数据正确吗?

    android - Firebase 中与远程配置相关的缓存是什么?

    ios - 如何在 Firebase RemoteConfig 中针对某些构建版本和更高版本使用包含正则表达式的条件定位应用程序版本?