Classify engagements for requests that match an ad but didn't have a corresponding component as `ad_uncategorized` instead of `non_ads_link`
Categories
(Firefox :: Search, task, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox129 | --- | fixed |
People
(Reporter: jteow, Assigned: jteow)
References
Details
(Whiteboard: [sng])
Attachments
(1 file, 3 obsolete files)
Currently, when we observe a URL in the network process, we categorize an engagement with no matching ad_impression component type as non_ads_link
.
One issue is if ads are loaded after ad_impressions
are recorded, such as from infinite scrolling, we categorize the engagement as non_ads_link
while Legacy telemetry by way of using regular expressions on the URL would consider it an ad click.
To help reach parity between Legacy Telemetry and Glean Telemetry, we should still consider the click an ad.
The component
name should be something descriptive to indicate we weren't able to categorize it. I propose we use ad_uncategorized
.
Updated•1 year ago
|
Assignee | ||
Comment 1•1 year ago
|
||
Assignee | ||
Comment 2•1 year ago
|
||
Assignee | ||
Comment 3•1 year ago
|
||
Assignee | ||
Comment 4•1 year ago
|
||
Updated•1 year ago
|
Updated•1 year ago
|
Updated•1 year ago
|
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Comment 5•1 year ago
|
||
The reason why there are so many attachments is because locally, the messages I received were that the Phabricator submissions failed.
Comment 7•1 year ago
|
||
bugherder |
Description
•