简体   繁体   English

A/B 测试(使用谷歌优化)是否会在实验期间为特定用户提供相同的结果?

[英]Will A/B testing(using google optimize) give the same result for a specific user during the experiment?

I am setting up A/B testing for one of my angular single page application.我正在为我的 angular 单页应用程序之一设置 A/B 测试。 During the experiment, if a user clears the cookies, will he/she view the original website or the different version of the website?在实验过程中,如果用户清除cookies,他/她会查看原网站还是不同版本的网站?

In short, will the user see the same experience if he/she clears the cookies and refreshes the page?简而言之,如果用户清除 cookies 并刷新页面,用户是否会看到相同的体验?

if a user clears the cookies Optimize will reassign them a variant, it may be the original or not.如果用户清除了 cookies Optimize 将重新分配给他们一个变体,它可能是原始的也可能不是。 Optimize relies on the _gaexp cookie to know if the user has already been in the experiment before and assign the same version to him/her, if the cookie is deleted Optimize cannot know.优化依靠 _gaexp cookie 知道用户之前是否已经在实验中并分配相同的版本给他/她,如果 cookie 被删除优化无法知道。

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

相关问题 所有测试都给出相同的失败结果,但是为什么呢? - All tests give same failed result but why? 当我使用谷歌你管 API 得到搜索结果它是给 403 错误 - when I used google you tube API get search result it is give 403 error 在不使用 GTM 数据层的情况下触发自定义事件以激活 Google 优化工具 - Fire custom events without using GTM dataLayer in order to activate Google Optimize 角度2+,使用Promise不会给出我想要的结果 - angular 2+, using Promise doesn't give the result I am looking for 在 angular 单元测试期间,使用插值为 html 标记分配一个值会引发错误 - Assigning html tag a value using interpolation throws error during unit testing in angular Angular 9:使用相同的组件进行用户创建和用户编辑 - Angular 9: Using same component for user creation and user editing 在将结果作为输入参数之前等待承诺 - await for promise before give the result as input parameter 在ngOninit期间是否调用组件方法的角度测试? - Angular testing if component method is called during ngOninit? 在测试过程中,弹出“组件清理期间的错误”错误 - During testing 'Error during cleanup of component' error pops up Angular 测试期间 Karma 的反向代理配置 - Reverse proxy configuration for Karma during Angular testing
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM