diff --git a/src/classes/Metrics.js b/src/classes/Metrics.js index 0578ddfc0..9b43ef305 100644 --- a/src/classes/Metrics.js +++ b/src/classes/Metrics.js @@ -368,11 +368,13 @@ class Metrics { // Theme `&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())}`; + `&subscription_interval=${encodeURIComponent(Metrics._getSubscriptionInterval().toString())}` + + // Product ID Parameter + `&pi=${encodeURIComponent('gbe')}`; if (CAMPAIGN_METRICS.includes(type)) { // only send campaign attribution when necessary