Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
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
GH-1969 Plus In App Promo & GH-1970 Telemetry #509
Changes from 1 commit
d7a2d6d95280ff887f445c14cf556301df3bedad1004a976031121c12b5497270c9fa156d07164f187afea8f83fe3140f5121cafb406fec5e6771a416ed0d1File filter
Jump to
Refactor X button out to PromoModal.jsx. Move Insights and Plus Promo…
wlycdgrApr 13, 2020
Member
@Eden12345 @benstrumeyer It would be very good if we could avoid hardcoding a specific campaign into this generic promo modal rendering code. As is, we'll have to do a whole release if we want to end this campaign or run a different one. We should be fetching the campaign identifier(s) from a remote url that Teresa & co can update independently. If we think that's outside the scope of this release, I think we should make a ticket for it and try to get it into the next release.
benstrumeyerApr 15, 2020
Author
Contributor
I pushed for this idea in the extension sprint meeting and it's my understanding that there's a Firefox clause preventing us from hooking up the extension to a remote URL that updates UTM params on the fly. We can sidebar this with chris since teresa was very interested in the idea.
wlycdgrApr 20, 2020
•
edited
Member
Ah, dang. Sounds like that Firefox policy would be a dealbreaker :(
wlycdgrApr 13, 2020
Member
Should first arg be
PREMIUM?benstrumeyerApr 15, 2020
Author
Contributor
I think the handleGetPlusClick on the premium promo modal should lead to the checkout page for plus if I'm not mistaken? I wound up reusing the
_handlePromoTryProductClick()function because it doesn't send UTM paramswlycdgrApr 20, 2020
Member
My bad, I forgot that the Premium modal has an option to get Plus instead. Looks good.