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

Next

Added a product_id parameter

  • Loading branch information
hankyje committed Jun 30, 2020
commit 373915db09cf3e2721f2c3cda1e609a06d12fc86
@@ -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
ProTip! Use n and p to navigate between commits in a pull request.