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

GH-2086, GH-2084, GH-2040: Update intro hub Get Plus, Midnight & Insights Modal CTA link #595

Merged
merged 8 commits into from Aug 14, 2020
Next

Update Intro Hub Get Plus to link to plus description page, and Ghost…

…ery Midnight Modal CTA to link to landing page
  • Loading branch information
benstrumeyer committed Aug 12, 2020
commit e08587fe6faac205ec8c39e8e7124f442d73845f
@@ -69,10 +69,10 @@ class PromoModal extends React.Component {
let url;
switch (product) {
case PLUS:
url = `https://checkout.${DOMAIN}.com/plus?utm_source=gbe&utm_campaign=${utm_campaign}`;
url = `https://www.ghostery.com/products/plus?utm_source=gbe&utm_campaign=${utm_campaign}`;
break;
case PREMIUM:
url = `https://ghostery.com/thanks-for-downloading-midnight?utm_source=gbe&utm_campaign=${utm_campaign}`;
url = `https://www.ghostery.com/midnight?utm_source=gbe&utm_campaign=${utm_campaign}`;
break;
case INSIGHTS:
sendMessage('ping', 'promo_modals_insights_upgrade_cta');
ProTip! Use n and p to navigate between commits in a pull request.