Add shopping_tab_displayed and is_shopping_page to the Impression Event
Categories
(Firefox :: Search, task, P2)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox114 | --- | fixed |
People
(Reporter: jteow, Assigned: jteow)
References
Details
Attachments
(2 files)
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
3.46 KB,
text/plain
|
jhirsch
:
data-review+
|
Details |
Have to add the following the Impression Event:
- shopping_tab_displayed: boolean - Whether the shopping tab was displayed.
- is_shopping_page: Based on the page url, whether the current page is a shopping page.
| Assignee | ||
Comment 1•2 years ago
|
||
Since we rely on the child process to parse this information, we need to
wait until the child has reported the presence of the shopping page
before sending the Impression event.
Depends on D175546
| Assignee | ||
Comment 2•2 years ago
|
||
Hi :jhirsch, the difference between this data review request and the original one for the impression event is we're adding two additional properties:
- Whether the SERP contains a shopping tab
- Whether the page is actually a SERP shopping page
Updated•2 years ago
|
Comment 3•2 years ago
|
||
Comment on attachment 9328944 [details]
data-review-request-bug-1824543.md
data-review+
To clarify, the additions here are only two of the event properties described in the data-review request: shopping_tab_displayed and is_shopping_page.
- Is there or will there be documentation that describes the schema for the ultimate data set in a public, complete, and accurate way?
Yes, the usual Firefox desktop data documentation.
- Is there a control mechanism that allows the user to turn the data collection on and off?
Yes, the usual Firefox data collection opt-out in about:preferences.
- If the request is for permanent data collection, is there someone who will monitor the data over time?
Yes, the team will monitor via the email aliases x-search-telemetry@mozilla.com, rev-data@mozilla.com.
- Using the category system of data types on the Mozilla wiki, what collection type of data do the requested measurements fall under?
Category 2, interaction data.
- Is the data collection request for default-on or default-off?
Default on.
- Does the instrumentation include the addition of any new identifiers (whether anonymous or otherwise; e.g., username, random IDs, etc. See the appendix for more details)?
No.
- Is the data collection covered by the existing Firefox privacy notice?
Yes.
- Does the data collection use a third-party collection tool?
No.
Comment 5•2 years ago
|
||
| bugherder | ||
Description
•