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

Hotfix/remove initial plus promo pings #474

Merged
merged 4 commits into from Nov 15, 2019
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

Remove unused pings from Metrics#ping

  • Loading branch information
wlycdgr committed Nov 15, 2019
commit 6844e213fb8d392552acc28571cea801792863e4
@@ -285,14 +285,8 @@ class Metrics {
// Promo Modals - Ghostery 8.4.4+
case 'promo_modals_insights_upgrade_cta':
case 'promo_modals_plus_upgrade_cta':
case 'promo_modals_select_plus_panel':
case 'promo_modals_select_basic_panel':
case 'promo_modals_select_plus_hub':
case 'promo_modals_select_basic_hub':
case 'promo_modals_decline_insights_upgrade':
case 'promo_modals_decline_plus_upgrade':
case 'promo_modals_show_plus_choice_hub':
case 'promo_modals_show_plus_choice_panel':
case 'promo_modals_show_upgrade_plus':
case 'promo_modals_show_insights':
this._sendReq(type, ['all']);
ProTip! Use n and p to navigate between commits in a pull request.