Skip to content

Commit d2caa0f

Browse files
Daisuke Akatsukadakatsuka.birchill@mozilla.com
authored andcommitted
Bug 1994593: Remove quick_suggest_contextual_opt_in telemetry probe r=adw
Differential Revision: https://phabricator.services.mozilla.com/D270401
1 parent 1698007 commit d2caa0f

File tree

2 files changed

+0
-42
lines changed

2 files changed

+0
-42
lines changed

browser/components/urlbar/UrlbarProviderQuickSuggestContextualOptIn.sys.mjs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -282,8 +282,6 @@ export class UrlbarProviderQuickSuggestContextualOptIn extends UrlbarProvider {
282282
return;
283283
}
284284

285-
this._recordGlean(commandName);
286-
287285
// Remove the result if it shouldn't be active anymore due to above
288286
// actions.
289287
if (!this.#shouldDisplayContextualOptIn()) {
@@ -346,12 +344,6 @@ export class UrlbarProviderQuickSuggestContextualOptIn extends UrlbarProvider {
346344
},
347345
});
348346
addCallback(this, result);
349-
350-
this._recordGlean("impression");
351-
}
352-
353-
_recordGlean(interaction) {
354-
Glean.urlbar.quickSuggestContextualOptIn.record({ interaction });
355347
}
356348
}
357349

browser/components/urlbar/metrics.yaml

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -763,40 +763,6 @@ urlbar:
763763
send_in_pings:
764764
- urlbar-keyword-exposure
765765

766-
quick_suggest_contextual_opt_in:
767-
type: event
768-
description: >
769-
Recorded when the contextual opt-in UI is shown or interacted with.
770-
extra_keys:
771-
interaction:
772-
description: >
773-
The type of interaction. Possible values: `impression`, `dismiss`,
774-
`allow`, `learn_more`.
775-
type: string
776-
top_position:
777-
description: >
778-
Whether the opt-in result appeared at the very top of results or at
779-
the bottom, after one-off buttons.
780-
type: boolean
781-
say_hello:
782-
description: >
783-
Whether the alternative copy was used for the opt-in result.
784-
type: boolean
785-
bugs:
786-
- https://bugzilla.mozilla.org/show_bug.cgi?id=1852058
787-
- https://bugzilla.mozilla.org/show_bug.cgi?id=1958147
788-
data_reviews:
789-
- https://bugzilla.mozilla.org/show_bug.cgi?id=1852058#c2
790-
- https://bugzilla.mozilla.org/show_bug.cgi?id=1866204#c8
791-
- https://bugzilla.mozilla.org/show_bug.cgi?id=1892377#c2
792-
- https://bugzilla.mozilla.org/show_bug.cgi?id=1912174#c8
793-
- https://bugzilla.mozilla.org/show_bug.cgi?id=1933863#c5
794-
data_sensitivity:
795-
- interaction
796-
notification_emails:
797-
- fx-search-telemetry@mozilla.com
798-
expires: 147
799-
800766
pref_max_results:
801767
lifetime: application
802768
type: quantity

0 commit comments

Comments
 (0)