Skip to content
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

Refactor filtering of (not set) values in reports for compatibility with Data API updates #10059

Open
1 task
aaemnnosttv opened this issue Jan 17, 2025 · 0 comments
Labels
Module: Analytics Google Analytics module related issues P0 High priority Type: Infrastructure Engineering infrastructure & tooling

Comments

@aaemnnosttv
Copy link
Collaborator

Feature Description

From a recent notice about upcoming changes to the Data API

The Google Analytics Data API is changing the way empty fields are treated in reports.

Today, for fields where Google Analytics doesn’t receive any data, the value (not set) is returned in a report. The Google Analytics Data API will return blank values instead of (not set), beginning in March 2025.

Action Required:

Google Analytics Data API users that are pulling reporting data with filters comparing against the (not set) value will need to update their filtering conditions to compare against a blank value using the EmptyFilter filter type.
If you don’t take action, your reports may show incorrect or empty results.


Do not alter or remove anything below. The following sections will be managed by moderators only.

Acceptance criteria

  • All reports that deal with empty values should be updated for compatibility with the changes outlined above
    • Reports that filter/exclude empty values should use the new filter expression
    • Components for displaying reports that do not exclude empty values should be updated to provide a similar display value in preparation for blank values in the future

Implementation Brief

Test Coverage

QA Brief

Changelog entry

@aaemnnosttv aaemnnosttv added Module: Analytics Google Analytics module related issues P0 High priority Type: Infrastructure Engineering infrastructure & tooling labels Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Module: Analytics Google Analytics module related issues P0 High priority Type: Infrastructure Engineering infrastructure & tooling
Projects
None yet
Development

No branches or pull requests

1 participant