google-analytics-api-symfony icon indicating copy to clipboard operation
google-analytics-api-symfony copied to clipboard

Filter expression or more than one filter, is possible?

Open Glifaus opened this issue 6 years ago • 1 comments

Hi! Thanks for all the work.

Im using this Bundle and i don't know how to filter like the web query builder. I want to filter url's by the word '/articulo/' and whitout the "#" symbol.

In the web query builder i can use a filter expression like this = "ga:pagePath=@/articulo/;ga:pagePath!@#"

Is possible to represent this with this bundle? or any tip on how to introduce this option in GoogleAnalyticsService?

Thanks, David.

Glifaus avatar Jan 14 '19 15:01 Glifaus

Hi @Glifaus,

I'm facing a similar issue trying to filter dimensions by multiple values. Like I want to get only Android and iOS from the OperatingSystem dimension.

Please let me know if you've found a way to solve this.

With kind regards, Kevin

KevinSleegers avatar Jul 07 '20 13:07 KevinSleegers