Feature Description
We need to track GA events for the notices we're displaying when re-showing the Key Metrics and Audience Segmentation widgets to users who had previously hidden them (see #12872 and #12917).
Do not alter or remove anything below. The following sections will be managed by moderators only.
Acceptance criteria
The following GA events are tracked when their conditions are met:
| Event Name |
Category |
Trigger |
Condition |
view_notice |
{viewContext}-kmw-reshown |
element visibility |
user views the "Key metrics are back on your dashboard" notice when the Key Metrics widget area is re-shown for an existing user |
confirm_notice |
{viewContext}-kmw-reshown |
click |
user clicks "Select metrics" on the "Key metrics are back on your dashboard" notice |
dismiss_notice |
{viewContext}-kmw-reshown |
click |
user clicks "Got it" on the "Key metrics are back on your dashboard" notice |
view_notice |
{viewContext}-audiences-reshown |
element visibility |
user views the "Visitor groups are back on your dashboard" notice when the Audience Segmentation widget area is re-shown for an existing user |
confirm_notice |
{viewContext}-audiences-reshown |
click |
user clicks "Select groups" on the "Visitor groups are back on your dashboard" notice |
dismiss_notice |
{viewContext}-audiences-reshown |
click |
user clicks "Got it" on the "Visitor groups are back on your dashboard" notice |
Implementation Brief
Test Coverage
QA Brief
Changelog entry
Feature Description
We need to track GA events for the notices we're displaying when re-showing the Key Metrics and Audience Segmentation widgets to users who had previously hidden them (see #12872 and #12917).
Do not alter or remove anything below. The following sections will be managed by moderators only.
Acceptance criteria
The following GA events are tracked when their conditions are met:
view_notice{viewContext}-kmw-reshownconfirm_notice{viewContext}-kmw-reshowndismiss_notice{viewContext}-kmw-reshownview_notice{viewContext}-audiences-reshownconfirm_notice{viewContext}-audiences-reshowndismiss_notice{viewContext}-audiences-reshownImplementation Brief
Test Coverage
QA Brief
Changelog entry