site-kit-wp
site-kit-wp copied to clipboard
Handle the special case for “new visitors” and “returning visitors” to retrieve their metrics for the Selection Panel
Feature Description
Implement the special case for “new visitors” and “returning visitors” on the Selection Panel whereby their metrics are retrieved using the newVsReturning dimension instead of via the audience until the corresponding audiences are out of the "partial data" state.
See special case to avoid "partial data" state in the design doc.
Do not alter or remove anything below. The following sections will be managed by moderators only.
Acceptance criteria
- If the connected Analytics property is determined to be in the "partial data" state (see #8141):
- The Selection Panel user counts for “new visitors” and “returning visitors” should be retrieved via a report that uses the
newVsReturningdimension rather thanaudienceResourceName. - As a result, these user counts should reflect the full data available for the property rather than the limited data available for the corresponding audiences.
- The Selection Panel user counts for “new visitors” and “returning visitors” should be retrieved via a report that uses the
Implementation Brief
Note: This issue may have some implementation shared with the related issue #8144.
- [ ]