Closed
Bug 1948178
Opened 1 month ago
Closed 1 month ago
Add service to use install referer response to determine if marketing onboarding should be shown
Categories
(Firefox for Android :: Onboarding, enhancement)
Tracking
()
RESOLVED
FIXED
137 Branch
People
(Reporter: royang, Assigned: royang)
References
Details
(Whiteboard: [fxdroid][group3][tos])
Attachments
(1 file)
48 bytes,
text/x-phabricator-request
|
dmeehan
:
approval-mozilla-release+
|
Details | Review |
Currently onboarding cards are shown to all users. However, for marketing onboarding, we don't need to show the marketing card unless the user installed Firefox Android from marketing campaigns. Use install referrer to determine if marketing onboarding card is needed.
Assignee | ||
Updated•1 month ago
|
Whiteboard: [fxdroid][group3]
Updated•1 month ago
|
Assignee | ||
Comment 1•1 month ago
|
||
Pushed by royang@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d1ba962c210b
Implement a marketing attribution service to determine whether the marketing onboarding should be displayed. r=android-reviewers,twhite
Comment 3•1 month ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 1 month ago
status-firefox137:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 137 Branch
Comment 4•23 days ago
|
||
We'll want to uplift this fix to a 136.x dot release.
status-firefox136:
--- → affected
Summary: Add service to use install refererr resposne to determine if marketing onboarding should be shown → Add service to use install referer response to determine if marketing onboarding should be shown
Whiteboard: [fxdroid][group3] → [fxdroid][group3][tos]
Assignee | ||
Comment 5•23 days ago
|
||
Comment on attachment 9466099 [details]
Bug 1948178 - Implement a marketing attribution service to determine whether the marketing onboarding should be displayed.
Beta/Release Uplift Approval Request
- User impact if declined/Reason for urgency: We want to decline marketing data for the user if user did not install through a marketing campaign.
- Is this code covered by automated tests?: Yes
- Has the fix been verified in Nightly?: Yes
- Needs manual test from QE?: No
- If yes, steps to reproduce:
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): This change only adds the mechanism for us to know locally if the user installed our app through a marketing campaign.
- String changes made/needed: None
- Is Android affected?: Yes
Attachment #9466099 -
Flags: approval-mozilla-release?
Comment 6•20 days ago
|
||
Comment on attachment 9466099 [details]
Bug 1948178 - Implement a marketing attribution service to determine whether the marketing onboarding should be displayed.
Approved for 136.0.1
Attachment #9466099 -
Flags: approval-mozilla-release? → approval-mozilla-release+
Updated•20 days ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•