-
Notifications
You must be signed in to change notification settings - Fork 293
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conditionally render GA4 metrics on SK dashboards #6220
Labels
Comments
aaemnnosttv
added
P1
Medium priority
Type: Enhancement
Improvement of an existing feature
labels
Nov 29, 2022
IB ✅ |
18 tasks
@kuasha420, could you, please, add QAB? |
QA Update: ✅Verified:
For additional testing, I tested the view only dashboard to ensure that the same GA4 metrics were appearing with the feature flag enabled.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Feature Description
Do not alter or remove anything below. The following sections will be managed by moderators only.
Acceptance criteria
ga4Reporting
feature flag is enabled, the widgets on the SK dashboard should display their GA4 variants (created in previous issues) instead of UA componentsImplementation Brief
assets/js/modules/analytics/index.js
,ga4Reporting
feature flag is enabled via theisFeatureEnabled
function.DashboardAllTrafficWidgetGA4
instead ofDashboardAllTrafficWidget
.DashboardOverallPageMetricsWidgetGA4
instead ofDashboardOverallPageMetricsWidget
.ModulePopularPagesWidgetGA4
instead ofModulePopularPagesWidget
.assets/js/modules/search-console/index.js
,SearchFunnelWidgetGA
instead ofSearchFunnelWidget
ifga4Reporting
feature flag is enabled.Test Coverage
QA Brief
Changelog entry
The text was updated successfully, but these errors were encountered: