- First commit to issue fork.
- ðºðžUnited States zenphp Norwood, NY
There are a couple of levels of Lambda functions contained within the GoogleAnalyticsQuery::query() method. They have all been defined as static lambdas, but buried within them is a call to $this->t().
- @zenphp opened merge request.
- Status changed to Needs review
almost 2 years ago 7:57am 7 June 2023 - ð®ð¹Italy marco.aresu Cagliari
Operator dimension filters are wrong.
I fixed operator as described in this article
I fixed these operators.- contains: =@
- not: !@
- regular_expression: =~
- not_regular_expression: !~
- Status changed to Needs work
5 months ago 3:40pm 19 December 2024 - ðšðŠCanada megan_m
I added this patch and I'm still having problems with a lot of filters. I have a view showing visitors by country and I can't apply most filters to those country fields.
Error is:
Error occurred! Google\ApiCore\ApiException: { "message": "Unsupported regular expression syntax in value. See https:\/\/github.com\/google\/re2\/wiki\/Syntax for supported syntax. invalid perl operator: (?!", "code": 3, "status": "INVALID_ARGUMENT", "details": [] }
(I actually need to filter out when the country is not set, but there's no not empty filter, so I'm trying to do this some other way. Any attempt to filter on "does not contain" or regular expressions throw this error).
I've played with other filters and others don't work either. For example, try filtering on Device, does not contain "Galaxy"