Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH-2100, GH-2097: Onboarding test 2 #603

Merged
merged 7 commits into from Sep 22, 2020

Change param for A/B test

  • Loading branch information
leuryr committed Sep 17, 2020
commit 848a650ee4e51b09d29702092983c035734b9e59
@@ -370,7 +370,7 @@ class Metrics {

// New parameters for Ghostery 8.5.2
// Hub Layout View
`&hp=${encodeURIComponent(Metrics._getHubLayoutView().toString())}` +
`&t2=${encodeURIComponent(Metrics._getHubLayoutView().toString())}` +
// Subscription Interval
`&si=${encodeURIComponent(Metrics._getSubscriptionInterval().toString())}` +
// Product ID Parameter
@@ -543,9 +543,9 @@ class Metrics {

switch (hub_layout) {
case 'default':
return 4;
return 1;
case 'alternate':
return 5;
return 2;
case 'not_yet_set':
default:
return 0;
ProTip! Use n and p to navigate between commits in a pull request.