lockwise-addon
lockwise-addon copied to clipboard
Ability to dismiss 'mobile promotion' banner
When I've already downloaded Lockbox on my mobile device, I no longer want to be reminded about it.
Right now the mobile promotion banner is persistent (see #14). I want to be able to dismiss this promotion.
Acceptance criteria
- If the user dismisses one view (the FxA promotion), the other (the mobile app) should still show. Let's treat these as 2 different "upsells"
- If a promotion is dismissed, but not complete, the promo should display again upon the next session (only persist for the current session)
It'll be good to know if someone has completed each of these 2 steps to make our dismiss functionality a bit more relevant (eg I already downloaded the mobile app, stop showing me this ad). Is there any way we can tell if someone completed a mobile app download?
It'll be good to know if someone has completed each of these 2 steps to make our dismiss functionality a bit more relevant (eg I already downloaded the mobile app, stop showing me this ad). Is there any way we can tell if someone completed a mobile app download?
There is no way for us to know from the extension whether the user has downloaded one of the mobile apps without directly asking them.
We can differentiate which is dismissed and display the other; e.g., if the user dismissed the FxA promo and is now signed in, we can display the mobile promo.
If a promotion is dismissed, but not complete, the promo should display again upon the next session (only persist for the current session)
(CC @sandysage ) We need some help on what "session" means here:
- next time the whole browser is (re) started (aka browser session)?
- next time the management interface is opened (aka content session)?
It's worth noting that this will be very annoying to users if we give them the impression that this is more permanently 'dismissable', but it shown again on every new session.