For SERP telemetry, change requirements for the form parameter when cookies are also set
Categories
(Firefox :: Search, task, P2)
Tracking
()
People
(Reporter: standard8, Assigned: standard8)
References
(Blocks 1 open bug)
Details
(Whiteboard: [sng])
Attachments
(1 file)
Currently for SERP pages where cookies are used to detect follow-on searches, we need to change how the algorithm works.
We should drop the reliance on the extraCodeParamName
. Then:
- If the
codeParamName
is present, use the value to determine tagged vs organic - Otherwise, if the cookie is present, use the value from there to determine tagged vs organic.
- Otherwise, it is an organic search.
Updated•21 days ago
|
Assignee | ||
Updated•16 days ago
|
Assignee | ||
Comment 1•16 days ago
|
||
Assignee | ||
Comment 2•16 days ago
|
||
Due to the way the code is written, we can make extraCodeParamName
an empty string, and we'll end up doing the right thing.
The Android code isn't doing the same checks here, but I'll file a separate bug to get that fixed - their telemetry is slightly broken anyway due to other issues.
Assignee | ||
Comment 3•14 days ago
|
||
This is now on remote settings stage (approved). Please can QA give it a test?
Comment 4•10 days ago
|
||
Testing is on hold until uplifts from bug 1962757 land on beta and esr.
Comment 5•8 days ago
|
||
Verification is complete using RS - Stage as specified. The "tagged-follow-on:MOZI" value is now displayed whenever cookies are saved for bing and "organic:none" value whenever no cookies are existent or the pc is different.
The results can be viewed here.
Please note that RC builds were not covered because of bug 1962757.
Fix is ready for PROD push from QA perspective.
Assignee | ||
Comment 6•8 days ago
|
||
This has now shipped to production as of about 14:10 UTC today.
Description
•