Open
Description
Bug Description
This issue is created to track a temporary fix to #10890 which will require a more holistic solution.
Steps to reproduce
See issue #10890
Do not alter or remove anything below. The following sections will be managed by moderators only.
Acceptance criteria
- The Audience Segmentation Setup CTA Widget as well as the Enhanced Measurement Banner, that consist of a page reload (e.g. to take the user to oAuth) between multiple "steps" should always load its latter steps fully until that notification is actioned.
Implementation Brief
- Decrease the priority of the notifications in the AC to 210 and 220.
Test Coverage
- No new tests required.
QA Brief
- On a new or existing site, connect a GA4 property where Enhanced Measurement is disabled. Also, either use a property without Site Kit audiences or mock this using the option available in the tester plugin.
-
- Delete the
wp_googlesitekit_additional_auth_scopes
row in thewp_usermeta
table again. Now refresh the dashboard and the Audience Segmentation setup CTA will be displayed. Ensure it works normally now and AS is setup successfully after going through the oAuth flow.
- Delete the
- Delete the
wp_googlesitekit_additional_auth_scopes
row in thewp_usermeta
table again. - Refresh the dashboard, and the Enhanced Measurement Setup CTA should appear. Verify the Enhanced Measurement setup is done correctly.
Changelog entry
- Fix bug that could cause auth setup banners to be interrupted by another notification.