From cc281bab11a86417c6be195acdde6358a345bf57 Mon Sep 17 00:00:00 2001 From: Casey Oppenheim Date: Tue, 11 Aug 2020 12:48:50 -0400 Subject: [PATCH 1/3] changed link in PromoModal.jsx --- app/shared-components/PromoModal/PromoModal.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/shared-components/PromoModal/PromoModal.jsx b/app/shared-components/PromoModal/PromoModal.jsx index 45ac1bbc5..41f04f290 100644 --- a/app/shared-components/PromoModal/PromoModal.jsx +++ b/app/shared-components/PromoModal/PromoModal.jsx @@ -76,7 +76,7 @@ class PromoModal extends React.Component { break; case INSIGHTS: sendMessage('ping', 'promo_modals_insights_upgrade_cta'); - url = `https://checkout.${DOMAIN}.com/insights?utm_source=gbe&utm_campaign=${utm_campaign}`; + url = `https://www.ghostery.${DOMAIN}.com/insights/?utm_source=gbe&utm_campaign=in_app_upgrade=${utm_campaign}`; break; default: } From 9c9955ead2d7e502d6e7fe6fc9168aeed250d977 Mon Sep 17 00:00:00 2001 From: Casey Oppenheim Date: Tue, 11 Aug 2020 16:30:04 -0400 Subject: [PATCH 2/3] now it goes to the correct link --- app/shared-components/PromoModal/PromoModal.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/shared-components/PromoModal/PromoModal.jsx b/app/shared-components/PromoModal/PromoModal.jsx index 41f04f290..eadd13e1f 100644 --- a/app/shared-components/PromoModal/PromoModal.jsx +++ b/app/shared-components/PromoModal/PromoModal.jsx @@ -76,7 +76,7 @@ class PromoModal extends React.Component { break; case INSIGHTS: sendMessage('ping', 'promo_modals_insights_upgrade_cta'); - url = `https://www.ghostery.${DOMAIN}.com/insights/?utm_source=gbe&utm_campaign=in_app_upgrade=${utm_campaign}`; + url = `https://www.ghostery.com/insights/?utm_source=gbe&utm_campaign=in_app_upgrade=${utm_campaign}`; break; default: } From 1993002a1ee01e3de20642da5638de4bbeb1a2e7 Mon Sep 17 00:00:00 2001 From: Casey Oppenheim Date: Wed, 12 Aug 2020 10:43:13 -0400 Subject: [PATCH 3/3] changed the value of utm_campaign --- app/shared-components/PromoModal/PromoModal.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/shared-components/PromoModal/PromoModal.jsx b/app/shared-components/PromoModal/PromoModal.jsx index eadd13e1f..649d5803b 100644 --- a/app/shared-components/PromoModal/PromoModal.jsx +++ b/app/shared-components/PromoModal/PromoModal.jsx @@ -76,7 +76,7 @@ class PromoModal extends React.Component { break; case INSIGHTS: sendMessage('ping', 'promo_modals_insights_upgrade_cta'); - url = `https://www.ghostery.com/insights/?utm_source=gbe&utm_campaign=in_app_upgrade=${utm_campaign}`; + url = `https://www.ghostery.com/insights/?utm_source=gbe&utm_campaign=${utm_campaign}`; break; default: }