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-2072: Add subscription interval to ping params and change UpgradePlan CTA link params #586

Merged
merged 8 commits into from Jul 27, 2020

Fix linter

  • Loading branch information
benstrumeyer committed Jul 27, 2020
commit 6f72d1b3bc2883c3c602d8186a28c386082ba0ab
@@ -370,7 +370,7 @@ class Metrics {

// New parameter for Ghostery 8.5.2
// Hub Promo variant
`&hp=${encodeURIComponent(Metrics._getHubPromoVariant().toString())}`;
`&hp=${encodeURIComponent(Metrics._getHubPromoVariant().toString())}` +
// Subscription Interval
`&si=${encodeURIComponent(Metrics._getSubscriptionInterval().toString())}`;
This conversation was marked as resolved by wlycdgr

This comment has been minimized.

@wlycdgr

wlycdgr Jul 27, 2020
Member

There's a matching param on the metrics-server side or a PR to add one, yah?

This comment has been minimized.

@benstrumeyer

benstrumeyer Jul 27, 2020
Author Contributor

Yup, the PR is here. https://github.com/ghostery/metrics_server/pull/25. Good catch, I think we need to update the param name to subscription_interval. Let's do that here to get 8.5.2 out the door quicker

This comment has been minimized.

@wlycdgr

wlycdgr Jul 27, 2020
Member

Good idea


ProTip! Use n and p to navigate between commits in a pull request.