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

How use search How do you do an excluded search

Open ma684351 opened this issue 6 years ago • 1 comments

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

ma684351 avatar Jun 13 '19 10:06 ma684351

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.

panakour avatar Oct 24 '19 08:10 panakour