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-1969 Plus In App Promo & GH-1970 Telemetry #509

Merged
merged 18 commits into from Apr 20, 2020

Conversation

@benstrumeyer
Copy link
Contributor

@benstrumeyer benstrumeyer commented Mar 9, 2020

  • [*] Have you followed the guidelines in CONTRIBUTING.md?
  • [*] Have you checked to ensure there aren't other open Pull Requests for the same update/change?
  • [*] Have you added an explanation of what your changes do?
  • [*] Does your submission pass tests?
  • [*] Did you lint your code prior to submission?
  • Makes spring in app promo for plus
  • Replaces old midnight promo (same logic, appears once per month)
  • "Upgrade to Plus" has a UTM parameter attached
  • GBE pings are updated to include spring/leaf themes

Tickets: https://cliqztix.atlassian.net/browse/GH-1969, https://cliqztix.atlassian.net/browse/GH-1970

@benstrumeyer benstrumeyer requested a review from christophertino Mar 9, 2020
@benstrumeyer benstrumeyer requested review from zarembsky and ghostery/ghostery as code owners Mar 9, 2020
@benstrumeyer benstrumeyer requested a review from jsignanini as a code owner Mar 9, 2020
@christophertino christophertino added this to the 8.4.8 milestone Mar 9, 2020
@benstrumeyer benstrumeyer requested a review from Eden12345 Mar 16, 2020
app/panel/components/Panel.jsx Outdated Show resolved Hide resolved
app/panel/components/Panel.jsx Outdated Show resolved Hide resolved
app/panel/components/PlusPromoModal.jsx Outdated Show resolved Hide resolved
src/classes/PromoModals.js Show resolved Hide resolved
@christophertino christophertino modified the milestones: 8.4.8, 8.5.0 Mar 25, 2020
@benstrumeyer benstrumeyer requested a review from wlycdgr as a code owner Apr 7, 2020
@wlycdgr
Copy link
Member

@wlycdgr wlycdgr commented Apr 13, 2020

"No thanks, continue with Basic" does not dismiss the Midnight promo modal in the Hub

@wlycdgr
Copy link
Member

@wlycdgr wlycdgr commented Apr 13, 2020

(Come to think of it, is the user even still supposed to see the Midnight promo modal in the Hub?)

app/panel/containers/PlusPromoModalContainer.js Outdated Show resolved Hide resolved
app/shared-components/PromoModal/PromoModal.jsx Outdated Show resolved Hide resolved
app/shared-components/PromoModal/PromoModal.jsx Outdated Show resolved Hide resolved
// Should we send a plus ping here?
// sendMessage('ping', 'promo_modals_plus_upgrade_cta');
url = `https://checkout.${DOMAIN}.com/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}`;
break;
Comment on lines 79 to 85

This comment has been minimized.

@wlycdgr

wlycdgr Apr 13, 2020
Member

Should we send promo_modals_[modal_type]_upgrade_cta pings for plus and for premium like we do for insights?

This comment has been minimized.

@benstrumeyer

benstrumeyer Apr 15, 2020
Author Contributor

Holding off on adding extra pings for now per teresa

src/classes/Metrics.js Show resolved Hide resolved
@benstrumeyer benstrumeyer requested a review from wlycdgr Apr 15, 2020
@benstrumeyer benstrumeyer requested a review from Eden12345 Apr 15, 2020
Copy link
Member

@wlycdgr wlycdgr left a comment

LGTM

@christophertino christophertino merged commit 64fbd12 into develop Apr 20, 2020
2 checks passed
2 checks passed
continuous-integration/travis-ci/pr The Travis CI build passed
Details
continuous-integration/travis-ci/push The Travis CI build passed
Details
@christophertino christophertino deleted the GH-1969/plus-in-app-promo branch Apr 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

4 participants