-
Notifications
You must be signed in to change notification settings - Fork 295
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
Remove legacy search_console_error
event
#5116
Comments
IB ✔️ |
QA Update
|
QA Update:
|
QA Update:
|
@wpdarren I have updated the QAB. I had mistakenly forgotten to include that in order to see these events being tracked in the Site Kit Dashboard, the Could you check if the feature flag is checked in your test setup, uncheck it and see if you can see the event being tracked? I should also mention that:
|
QA Update: ✅Nice work @nfmohit - that worked perfectly. Thank you for your help. Verified: I can confirm on the WP Dashboard and Site Kit Dashboard, the GA event category and action can be found on 1.75.0 and when I switch to develop branch, it does not appear in the log |
Feature Description
There are a few uses in the codebase of an old tracked event that are no longer relevant and should be removed.
Do not alter or remove anything below. The following sections will be managed by moderators only.
Acceptance criteria
site-kit-wp/assets/js/modules/search-console/components/dashboard/DashboardImpressionsWidget.js
Line 116 in 955f12b
Implementation Brief
trackEvent
calls withsearch_console_error
as the second argument, eg. from:assets/js/components/wp-dashboard/WPDashboardClicks.js
assets/js/components/wp-dashboard/WPDashboardImpressions.js
assets/js/modules/search-console/components/dashboard/DashboardClicksWidget.js
assets/js/modules/search-console/components/dashboard/DashboardImpressionsWidget.js
Test Coverage
QA Brief
plugin_setup
category andsearch_console_error
action:unifiedDashboard
feature flag must be unchecked in the tester plugin.Changelog entry
The text was updated successfully, but these errors were encountered: