Fix "position" field on Pocket story clicks in Discovery Stream variants
Categories
(Firefox :: New Tab Page, defect, P1)
Tracking
()
People
(Reporter: kdemtchouk, Assigned: thecount, Mentored)
References
Details
(Keywords: github-merged)
Attachments
(3 files)
In non-control variants of the pref-flip-study-activity-stream-pkt-newtab-beta66complexandperformance2-1529327 shield study, we are not recording the position of click events and impression events consistently.
This makes it impossible to calculate CTR and # of clicks for a given position in the new tab, which hinders Pocket's effort to add additional sponsored content to the Firefox New Tab page.
Impressions are currently assigned position in the following manner. Let us use the example of 2 rows of 4 Pocket stories:
0-1-2-3
4-5-6-7
Clicks are currently assigned position in the follow manner. Let us again use the same example of 2 rows of 4 Pocket stories:
0-1-2-3
0-1-2-3
Can you please change the "position" parameter on clicks to be consistent with impressions before 66 release?
Comment 1•6 years ago
|
||
[Tracking Requested - why for this release]: Correct numbers needed for experiment
Comment 3•6 years ago
|
||
Updated•6 years ago
|
Comment 4•6 years ago
|
||
Can you verify this once it lands in nightly? Thanks!
Updated•6 years ago
|
Comment 5•6 years ago
|
||
Comment 6•6 years ago
|
||
Assignee | ||
Comment 7•6 years ago
|
||
Assignee | ||
Comment 8•6 years ago
|
||
Comment on attachment 9048636 [details]
Bug 1531604 - Fixing impression pos
Beta/Release Uplift Approval Request
- Feature/Bug causing the regression: Bug 1522832
- User impact if declined: Experiment data issues not valuable.
- Is this code covered by automated tests?: Yes
- Has the fix been verified in Nightly?: No
- Needs manual test from QE?: Yes
- If yes, steps to reproduce: We need to verify this on the server, that the metrics position are coming in as expected in beta/nightly.
- List of other uplifts needed: None
- Risk to taking this patch: Medium
- Why is the change risky/not risky? (and alternatives if risky): Feature is preffed off, should be verified in nightly shortly.
- String changes made/needed: none
Reporter | ||
Comment 9•6 years ago
|
||
Verified! Position is coming in correctly for impressions and clicks in latest Nightly build.
Assignee | ||
Updated•6 years ago
|
Comment 10•6 years ago
|
||
Comment on attachment 9048636 [details]
Bug 1531604 - Fixing impression pos
Uplift all the things!
Updated•6 years ago
|
Comment 11•6 years ago
|
||
Based on the above comments this was verified in Nightly (Fx67) and waiting for the fix to hit Beta (Fx66). Changing the flags accordingly.
Updated•6 years ago
|
![]() |
||
Comment 12•6 years ago
|
||
bugherder uplift |
Comment 13•6 years ago
|
||
(In reply to Kirill Demtchouk from comment #9)
Verified! Position is coming in correctly for impressions and clicks in latest Nightly build.
Could you do the same verification for Beta if you don't mind?
Reporter | ||
Comment 14•6 years ago
|
||
Verified that this is working as expected in latest Beta!
Updated•6 years ago
|
Updated•6 years ago
|
Description
•