diff --git a/app/hub/Views/HomeView/HomeViewContainer.jsx b/app/hub/Views/HomeView/HomeViewContainer.jsx index a69f9c03f..b9edcd753 100644 --- a/app/hub/Views/HomeView/HomeViewContainer.jsx +++ b/app/hub/Views/HomeView/HomeViewContainer.jsx @@ -70,8 +70,6 @@ class HomeViewContainer extends Component { this.props.actions.markPlusPromoModalShown(); sendMessage('SET_PLUS_PROMO_MODAL_SEEN', {}); - - sendMessage('ping', 'promo_modals_select_basic_hub'); } /** @@ -85,8 +83,6 @@ class HomeViewContainer extends Component { sendMessage('SET_PLUS_PROMO_MODAL_SEEN', {}); - sendMessage('ping', 'promo_modals_select_plus_hub'); - window.open(`https://checkout.${DOMAIN}.com/plus?utm_source=gbe&utm_campaign=intro_hub`, '_blank'); } @@ -111,9 +107,6 @@ class HomeViewContainer extends Component { }; const showPromoModal = !isPlus && !plus_promo_modal_shown; - if (showPromoModal) { - sendMessage('ping', 'promo_modals_show_plus_choice_hub'); - } return (
diff --git a/app/panel/components/Panel.jsx b/app/panel/components/Panel.jsx index 8cb6ed133..45f5de0e4 100644 --- a/app/panel/components/Panel.jsx +++ b/app/panel/components/Panel.jsx @@ -235,8 +235,6 @@ class Panel extends React.Component { // we do not mark the choice-required initial plus promo as 'seen' until // the user has clicked Select Basic or Select Plus sendMessage('promoModals.sawPlusPromo', {}); - - sendMessage('ping', 'promo_modals_select_basic_panel'); }; /** @@ -250,8 +248,6 @@ class Panel extends React.Component { // the user has clicked Select Basic or Select Plus sendMessage('promoModals.sawPlusPromo', {}); - sendMessage('ping', 'promo_modals_select_plus_panel'); - const url = `https://checkout.${DOMAIN}.com/plus?utm_source=gbe&utm_campaign=in_app`; sendMessage('openNewTab', { url, @@ -324,7 +320,6 @@ class Panel extends React.Component { } // promoModal === 'plus_initial' - sendMessage('ping', 'promo_modals_show_plus_choice_panel'); return (