Bug 1693149 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

In Firefox 86 (bug 1664847) we have landed a change to which separates the `browser.search.with_ads` and `browser.search.ad_clicks` into multiple scalars, where the individual scalars reference the search access point (SAP).

For a breakdown of the new scalars please see here: https://firefox-source-docs.mozilla.org/browser/search/telemetry.html#search-probes-relevant-to-front-end-searches

The sum of the new scalars should be equal to the old scalars. Due to this, the intent is to remove the old scalars around Firefox 88 as that is effectively duplicate data.

We will need `search_clients_daily` and `search_aggregates` updated as appropriate to handle these changes. We may want to backfill to when the additions landed.
In Firefox 86 (bug 1664847) we have landed a change to which separates the `browser.search.with_ads` and `browser.search.ad_clicks` into multiple scalars, where the individual scalars reference the search access point (SAP).

For a breakdown of the new scalars please see here: https://firefox-source-docs.mozilla.org/browser/search/telemetry.html#searchserptelemetry-jsm

The sum of the new scalars should be equal to the old scalars. Due to this, the intent is to remove the old scalars around Firefox 88 as that is effectively duplicate data.

We will need `search_clients_daily` and `search_aggregates` updated as appropriate to handle these changes. We may want to backfill to when the additions landed.

Back to Bug 1693149 Comment 0