Implement telemetry event for shopping ad clicks
Categories
(Firefox Graveyard :: Shopping, task, P2)
Tracking
(firefox119 wontfix, firefox120 verified)
People
(Reporter: jhirsch, Assigned: jhirsch)
References
Details
(Whiteboard: [fidefe-shopping])
Attachments
(1 file)
|
48 bytes,
text/x-phabricator-request
|
travis_
:
data-review+
|
Details | Review |
Implement the shopping.surfaceAdsClicked probe as described in https://docs.google.com/spreadsheets/d/1o80xY2ssMs8sxEpfyo54YaOScWlonX62tcqDf90YkU8/edit#gid=0
| Assignee | ||
Updated•2 years ago
|
Updated•2 years ago
|
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
| Assignee | ||
Comment 2•2 years ago
|
||
Comment on attachment 9358362 [details]
Bug 1855812 - Implement telemetry event for shopping ad clicks. r?perry.mcmanis
DATA REVIEW REQUEST
- What questions will you answer with this data?
How often do users click on any ad shown in the shopping sidebar.
- Why does Mozilla need to answer these questions? Are there benefits for users?
Do we need this information to address product or business requirements?
Product wants to understand how often ads are clicked. Note that this does not tell us which ad is clicked, just that an ad was clicked.
- What alternative methods did you consider to answer these questions?
Why were they not sufficient?
We want to be able to correlate ad interactions with user retention/churn. There's no other way to tie these things together.
- Can current instrumentation answer these questions?
No.
- List all proposed measurements and indicate the category of data collection for each
measurement, using the Firefox data collection categories found on the Mozilla wiki.
| Measurement Name | Measurement Description | Data Collection Category | Tracking Bug |
|---|---|---|---|
shopping.surface_ads_clicked |
An ad shown in the sidebar was clicked. | interaction | https://bugzilla.mozilla.org/show_bug.cgi?id=1855812 |
- Please provide a link to the documentation for this data collection which
describes the ultimate data set in a public, complete, and accurate way.
This collection is Glean so is documented in the Glean Dictionary.
- How long will this data be collected?
This collection has expiry '122'.
- What populations will you measure?
All channels, countries, and locales. No filters.
- If this data collection is default on, what is the opt-out mechanism for users?
These collections are Glean. The opt-out can be found in the product's preferences.
- Please provide a general description of how you will analyze this data.
Data Science will build dashboards.
- Where do you intend to share the results of your analysis?
Internally.
- Is there a third-party tool (i.e. not Glean or Telemetry) that you
are proposing to use for this data collection?
No.
Comment 3•2 years ago
|
||
Comment on attachment 9358362 [details]
Bug 1855812 - Implement telemetry event for shopping ad clicks. r?perry.mcmanis
Data Review
- Is there or will there be documentation that describes the schema for the ultimate data set in a public, complete, and accurate way?
Yes, through the metrics.yaml file and the Glean Dictionary.
- Is there a control mechanism that allows the user to turn the data collection on and off?
Yes, through the data preferences in the application settings.
- If the request is for permanent data collection, is there someone who will monitor the data over time?
N/A, collection to end or be renewed by version 122
- 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
Result
data-review+
Comment 5•2 years ago
|
||
| bugherder | ||
Updated•1 year ago
|
Description
•