-
Notifications
You must be signed in to change notification settings - Fork 224
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4899 from mozilla/mntor-3469
Add additional CSAT telemetry (MNTOR-3469)
- Loading branch information
Showing
4 changed files
with
81 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -495,6 +495,68 @@ cta_button: | |
type: string | ||
|
||
csat_survey: | ||
view: | ||
type: event | ||
description: | | ||
A CSAT survey entered the viewport. | ||
bugs: | ||
- https://bugzilla.mozilla.org/show_bug.cgi?id=1823766 | ||
data_reviews: | ||
- https://bugzilla.mozilla.org/show_bug.cgi?id=1823766 | ||
data_sensitivity: | ||
- interaction | ||
notification_emails: | ||
- [email protected] | ||
expires: never | ||
extra_keys: | ||
path: | ||
description: The path of the page. | ||
type: string | ||
survey_id: | ||
description: The ID of the survey, or some way to identify which survey entered the viewport. | ||
plan_tier: | ||
description: Which tier of plan the user is on [Free, Plus] | ||
type: string | ||
experiment_branch: | ||
description: The experiment branch the user is on. [control, treatment] | ||
type: string | ||
last_scan_date: | ||
description: The date on which the user had their last data broker scan. [YYYYMMDD] | ||
type: string | ||
automated_removal_period: | ||
description: The time period since the first automated removal for the user. [initial, 3-months, 6-months, 12-months] | ||
type: string | ||
dismiss: | ||
type: event | ||
description: | | ||
A CSAT survey has been dismissed by a user. | ||
bugs: | ||
- https://bugzilla.mozilla.org/show_bug.cgi?id=1823766 | ||
data_reviews: | ||
- https://bugzilla.mozilla.org/show_bug.cgi?id=1823766 | ||
data_sensitivity: | ||
- interaction | ||
notification_emails: | ||
- [email protected] | ||
expires: never | ||
extra_keys: | ||
path: | ||
description: The path of the page. | ||
type: string | ||
survey_id: | ||
description: The ID of the survey, or some way to identify which survey that has been dismissed by a user. | ||
plan_tier: | ||
description: Which tier of plan the user is on [Free, Plus] | ||
type: string | ||
experiment_branch: | ||
description: The experiment branch the user is on. [control, treatment] | ||
type: string | ||
last_scan_date: | ||
description: The date on which the user had their last data broker scan. [YYYYMMDD] | ||
type: string | ||
automated_removal_period: | ||
description: The time period since the first automated removal for the user. [initial, 3-months, 6-months, 12-months] | ||
type: string | ||
click: | ||
type: event | ||
description: | | ||
|