-
Notifications
You must be signed in to change notification settings - Fork 293
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
Partial data badges showing incorrectly when property is in partial data state #9474
Comments
IB ✅ |
QA Update ⚠Hi @techanvil , I tested this and the results are not as expected.
QUESTION: |
Hi @kelvinballoo, thanks for spotting this! We someone managed to miss that one. I've created a followup PR to address the issue: #9554 |
Thanks for the follow-up fix, @techanvil. Sending it back to you for another pass, @kelvinballoo. |
QA Update ✅Verified good as follows.
|
Bug Description
Reported during the bug bash. Asana ticket here
When the GA property is in the partial data state neither the audience or "Top content" partial data badge should display in the audience tiles.
However, the audience partial data badge briefly appears while the property partial data state is being determined, and the "Top content" partial data badge appears and stays in the tile.
Do not alter or remove anything below. The following sections will be managed by moderators only.
Acceptance criteria
googlesitekit_post_type
custom dimension have been determined.Implementation Brief
assets/js/modules/analytics-4/components/audience-segmentation/dashboard/AudienceTilesWidget/AudienceTile/index.js
isPropertyPartialData
isundefined
, returnfalse
withinuseInViewSelect
if it isundefined
ortrue
.isTopContentPartialData
, check ifisPropertyPartialData
isundefined
, returnfalse
withinuseInViewSelect
if it isundefined
ortrue
.Test Coverage
Partial Data
badge doesn't show for audience tile or top content when analytics property is in partial data state.QA Brief
Changelog entry
The text was updated successfully, but these errors were encountered: