文件名称:angular-google-abtesting:Google AB 测试在 AngularJS 中的实现
文件大小:3KB
文件格式:ZIP
更新时间:2024-07-10 14:03:37
JavaScript
角谷歌 A/B 测试 Google A/B 测试在 AngularJS 中的实现 如何使用 这主要是围绕 Google 自己的的包装。 确保将添加到页面。 您所在的哪个变体会随后续页面视图一起发送,因此您需要使用它进行记录。 是一个非常好的实现来帮助 Google Analytics。 从 Google 获取您的实验 ID 并像这样配置它: // Make sure googleAbTesting module is a dependency of your app. angular.module('myApp', ['googleAbTesting']) // Configure the Google experiment id .config(['googleAbTestingProvider', function(googleAbTestingProvider) { goo
【文件预览】:
angular-google-abtesting-master
----googleAbTesting.js(3KB)
----LICENSE(1KB)
----README.md(1KB)