Source code
Revision control
Copy as Markdown
Other Tools
# This Source Code Form is subject to the terms of the Mozilla Public↩
# License, v. 2.0. If a copy of the MPL was not distributed with this↩
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
# Adding a new metric? We have docs for that!
---
$schema: moz://mozilla.org/schemas/glean/metrics/2-0-0
smart_window:
chat_submit:
type: event
description: |
Recorded when the user submits a chat entry
bugs:
- https://bugzilla.mozilla.org/show_bug.cgi?id=2015626
data_reviews:
- https://phabricator.services.mozilla.com/D282482
data_sensitivity:
- interaction
notification_emails:
- npodgurski@mozilla.com
extra_keys:
chat_id: &chat_id
type: string
description: >
UUID for this smart window session. Unique identifier for each chat conversation
expires: never
memories_toggle:
type: event
description: |
Recorded when the user clicks the toggle to turn memories on or off for that chat
bugs:
- https://bugzilla.mozilla.org/show_bug.cgi?id=2015626
data_reviews:
- https://phabricator.services.mozilla.com/D282482
data_sensitivity:
- interaction
notification_emails:
- npodgurski@mozilla.com
extra_keys:
chat_id: *chat_id
toggle:
type: boolean
description: >
Whether the memories feature is enabled or not. True for turning on and false for turning off
expires: never
quick_prompt_clicked:
type: event
description: |
Recorded when the user selects a prompt suggestion in smart window mode
bugs:
- https://bugzilla.mozilla.org/show_bug.cgi?id=2015626
data_reviews:
- https://phabricator.services.mozilla.com/D282482
data_sensitivity:
- interaction
notification_emails:
- npodgurski@mozilla.com
extra_keys:
chat_id: *chat_id
expires: never