panakour / google-analytics

Get data from google analytics (API v4) using PHP
MIT License
26 stars 10 forks source link

How use search How do you do an excluded search #4

Open ma684351 opened 5 years ago

ma684351 commented 5 years ago

How do you do an excluded search with Analytics :: setDimensionFilter? Analytics::setDimensionFilter('ga:source', 'REGEXP', "organic"); //I hope excluded search

panakour commented 5 years ago

Hi @ma684351 needs to implement this https://github.com/googleapis/google-api-php-client-services/blob/5dd6076433fa3222aa1971ecdeb99a38a2297280/src/Google/Service/AnalyticsReporting/DimensionFilter.php#L51 https://developers.google.com/analytics/devguides/reporting/core/v4/rest/v4/reports/batchGet#dimensionfilter I will do it when I have time.