google-analytics-api-symfony
google-analytics-api-symfony copied to clipboard
Filter expression or more than one filter, is possible?
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.
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