Fix console error when conversionReporting
flag is enabled and analytics module is not connected
#10289
Closed
1 task done
Feature Description
When analytics is not setup and
conversionReporting
feature flag is enabled there is a console errorDo not alter or remove anything below. The following sections will be managed by moderators only.
Acceptance criteria
conversionReporting
feature flag is enabled, and Analytics module is not connected, there are no errors in the consoleImplementation Brief
assets/js/modules/analytics-4/datastore/conversion-reporting.js
site-kit-wp/assets/js/modules/analytics-4/datastore/conversion-reporting.js
Line 90 in 6515a2c
if( ! global._googlesitekitModulesData?.[ 'analytics-4' ] )
to return early.Test Coverage
QA Brief
conversionReporting
feature flagChangelog entry
conversionReporting
flag is enabled and the Analytics module is not connected.The text was updated successfully, but these errors were encountered: