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

Added a product_id parameter #574

Merged
merged 2 commits into from Aug 10, 2020
Merged
Changes from 1 commit
Commits
File filter
Filter file types
Jump to
Jump to file
Failed to load files.

Always

Just for now

Prev

fix merge conflicts

  • Loading branch information
christophertino committed Aug 10, 2020
commit 9a4ced280425750a8bd6f7cc18bebe4a30874473
@@ -366,9 +366,13 @@ class Metrics {
// Engaged Velocity
`&ve=${encodeURIComponent(Metrics._getVelocityEngaged(type).toString())}` +
// Theme
`&th=${encodeURIComponent(this._getThemeValue().toString())}` +
`&th=${encodeURIComponent(Metrics._getThemeValue().toString())}` +

// New parameter for Ghostery 8.5.2
// New parameters for Ghostery 8.5.2
// Hub Promo variant
`&hp=${encodeURIComponent(Metrics._getHubPromoVariant().toString())}` +
// Subscription Interval
`&subscription_interval=${encodeURIComponent(Metrics._getSubscriptionInterval().toString())}` +
// Product ID Parameter
`&pi=${encodeURIComponent('gbe')}`;

You are viewing a condensed version of this merge commit. You can view the full changes here.
ProTip! Use n and p to navigate between commits in a pull request.