Add awesomebar engagement and abandonment events
Categories
(Firefox for Android :: Search, task)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox124 | --- | fixed |
People
(Reporter: lina, Assigned: lina)
References
Details
(Whiteboard: [disco])
Attachments
(1 file)
As part of instrumenting Enhanced Cross-Platform Suggest telemetry on iOS, we added the awesomebar.engagement and awesomebar.abandonment events in https://github.com/mozilla-mobile/firefox-ios/pull/18452. These match Desktop's definitions, though they don't collect the same extra keys.
Fenix has the plumbing in place to be able to record these events, but doesn't currently do so. Instead, we infer engaged search sessions via the awesomebar.*_suggestion_clicked and entered_url and performed_search events, and we only record abandonments for AMP and Wikipedia suggestions.
This ticket tracks:
- Recording
awesomebar.{engagement, abandonment}events for the same interactions as iOS. - Removing the
engagement_abandonedextra key forawesomebar.{sponsored, non_sponsored}_suggestion_impressedevents, since it's now redundant.
Updated•2 years ago
|
Comment 1•2 years ago
|
||
Comment 2•2 years ago
|
||
Authored by https://github.com/linabutler
https://github.com/mozilla-mobile/firefox-android/commit/6cf415808d84c11117ffc2aca6035e779945fede
[main] Bug 1878434 - Record an awesomebar abandonment for cancelled toolbar edits.
Authored by https://github.com/linabutler
https://github.com/mozilla-mobile/firefox-android/commit/89dca41708afabcf25b3e7a737238001183c280c
[main] Bug 1878434 - Add the awesomebar.{engagement, abandonment} events.
Description
•