Closed
Bug 1905095
Opened 11 months ago
Closed 10 months ago
Loosen the heuristic for detecting visibility of ads to at least 50% of its height and/or width
Categories
(Firefox :: Search, task, P2)
Firefox
Search
Tracking
()
RESOLVED
FIXED
130 Branch
People
(Reporter: jteow, Assigned: jteow)
References
Details
(Whiteboard: [sng])
Attachments
(1 file)
48 bytes,
text/x-phabricator-request
|
dmeehan
:
approval-mozilla-beta+
|
Details | Review |
If the an ad is not 100% visible, SERP Telemetry v1 does not add it ads_visible
. This can lead to confusing results where an ad mostly shows up but is slightly below the fold and thus doesn't get counted.
Additionally, ads far to the left could be carousel elements that were viewed. A carousel can also partially obscure the last viewable element on the right so we could apply the threshold in that case to include that as a viewed element.
Updated•11 months ago
|
Assignee | ||
Updated•11 months ago
|
Summary: Loosen the heuristic for detecting visibility of ads to at least 50% of its height → Loosen the heuristic for detecting visibility of ads to at least 50% of its height and/or width
Assignee | ||
Comment 1•11 months ago
|
||
Updated•11 months ago
|
Assignee: nobody → jteow
Status: NEW → ASSIGNED
Pushed by jteow@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/27d8d901feca
Loosen the heuristic for ads_visible - r=Standard8
Comment 3•10 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 10 months ago
status-firefox130:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 130 Branch
Assignee | ||
Comment 4•10 months ago
|
||
Comment on attachment 9410317 [details]
Bug 1905095 - Loosen the heuristic for ads_visible - r?standard8!
Beta/Release Uplift Approval Request
- User impact if declined: Data Science won't see changes to recorded search telemetry (namely, whether an ad was viewed when the search telemetry impression was recorded) until 130.
- Is this code covered by automated tests?: Yes
- Has the fix been verified in Nightly?: No
- 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): The changes only affect search telemetry.
- String changes made/needed:
- Is Android affected?: No
Attachment #9410317 -
Flags: approval-mozilla-beta?
Comment 5•10 months ago
|
||
Comment on attachment 9410317 [details]
Bug 1905095 - Loosen the heuristic for ads_visible - r?standard8!
Approved for 129.0b3
Attachment #9410317 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Updated•10 months ago
|
status-firefox129:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•