You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The GA events fired when viewing, clicking on the CTA and dismissing the RRM Setup Success Subtle Notification has an event category mainDashboard_rrm-setup-success-notification. This is slightly different to the notification events that we have created already for Ads and PAX which are mainDashboard_setup-success-notification-pax and mainDashboard_setup-success-notification-ads.
Steps to reproduce
Complete RRM setup and see the setup success subtle notification.
The GA events for view, CTA click and dismiss button click are mainDashboard_rrm-setup-success-notification. They should be mainDashboard_setup-success-notification-rrm just to maintain consistency with other modules.
Do not alter or remove anything below. The following sections will be managed by moderators only.
Acceptance criteria
The GA event categories for the View, CTA Click and Dismiss button click should be modified for the RRM Setup Success Subtle Notification from <view-context>_rrm-setup-success-notification to <view-context>_setup-success-notification-rrm.
Implementation Brief
In assets/js/modules/reader-revenue-manager/components/dashboard/RRMSetupSuccessSubtleNotification.js, replace the event category as per the AC.
Test Coverage
No new tests required but update existing tests.
QA Brief
Ensure user analytics for Site Kit usage are enabled.
Complete RRM setup and test all the three GA events being fired on view, dismiss and CTA click.
Changelog entry
Update RRM notification event names in Analytics.
The text was updated successfully, but these errors were encountered:
Verified the GA event categories for the View, CTA Click and Dismiss button click now modified for the RRM Setup Success Subtle Notification from _rrm-setup-success-notification to _setup-success-notification-rrm.
Verified view_notifcation, dismiss_notification and confirm_notification (CTA click) events.
Verified when RRM setup get complete and status is onboard complete.
Verified when RRM setup get complete and status is pending verification.
Bug Description
The GA events fired when viewing, clicking on the CTA and dismissing the RRM Setup Success Subtle Notification has an event category
mainDashboard_rrm-setup-success-notification
. This is slightly different to the notification events that we have created already for Ads and PAX which aremainDashboard_setup-success-notification-pax
andmainDashboard_setup-success-notification-ads
.Steps to reproduce
mainDashboard_rrm-setup-success-notification
. They should bemainDashboard_setup-success-notification-rrm
just to maintain consistency with other modules.Do not alter or remove anything below. The following sections will be managed by moderators only.
Acceptance criteria
<view-context>_rrm-setup-success-notification
to<view-context>_setup-success-notification-rrm
.Implementation Brief
assets/js/modules/reader-revenue-manager/components/dashboard/RRMSetupSuccessSubtleNotification.js
, replace the event category as per the AC.Test Coverage
QA Brief
Changelog entry
The text was updated successfully, but these errors were encountered: