From 373915db09cf3e2721f2c3cda1e609a06d12fc86 Mon Sep 17 00:00:00 2001 From: Achilles Adams Date: Tue, 30 Jun 2020 14:39:05 -0400 Subject: [PATCH] Added a product_id parameter --- src/classes/Metrics.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/classes/Metrics.js b/src/classes/Metrics.js index 1ef073f08..f0086f51a 100644 --- a/src/classes/Metrics.js +++ b/src/classes/Metrics.js @@ -360,7 +360,11 @@ class Metrics { // Engaged Velocity `&ve=${encodeURIComponent(this._getVelocityEngaged(type).toString())}` + // Theme - `&th=${encodeURIComponent(this._getThemeValue().toString())}`; + `&th=${encodeURIComponent(this._getThemeValue().toString())}` + + + // New parameter for Ghostery 8.5.2 + // Product ID Parameter + `&pi=${encodeURIComponent('gbe')}`; if (CAMPAIGN_METRICS.includes(type)) { // only send campaign attribution when necessary