- Issue created by @imclean
- 🇦🇺Australia imclean Tasmania
Or not. Google's AI states:
The Filter.Empty filter in Google Analytics Data API v1beta is not a standard filter type and doesn't exist as a defined object or class within the API's documentation. It's likely a placeholder or a reference to a filter that does not apply any filtering logic, essentially representing an unfiltered view of the data.
Looking at the code, it doesn't look like it does anything.
- 🇦🇺Australia imclean Tasmania
This is actually possible. EmptyFilter() works as advertised, just need to work out how to negate it, presumably with a notExpression.
- 🇦🇺Australia imclean Tasmania
Adds support for filtering on empty and not empty. There may be a neater way to do this but it is functional.