Remove unused code from Analytics_4 class. #6834
Labels
Exp: SP
fixed
Module: Analytics
Google Analytics module related issues
Type: Enhancement
Improvement of an existing feature
Feature Description
In the PR #6790, the
GET:report
handling was extracted from theAnalytics_4
class. However in a subsequent merge, thevalidate_shared_report_metrics()
andvalidate_shared_report_dimensions()
methods have been restored to the class. These are unused and should be removed.Do not alter or remove anything below. The following sections will be managed by moderators only.
Acceptance criteria
validate_shared_report_metrics()
andvalidate_shared_report_dimensions()
methods should be removed from theAnalytics_4
class.Analytics_4
class should be reviewed for any other accidental merge results.Implementation Brief
Test Coverage
QA Brief
Changelog entry
The text was updated successfully, but these errors were encountered: