Join Slack
Powered by
is it possible to use filters with <tap-google-ana...
# plugins-general
r
rick_smit
07/04/2022, 5:17 PM
is it possible to use filters with
tap-google-analytics
? I tried searching the docs but wasn't sure
e
edgar_ramirez_mondragon
07/04/2022, 7:28 PM
The best variant for that tap is probably
meltanolabs
, but even that one doesn’t support filters. It shouldn’t be hard to implement in the report generation method, though:
https://github.com/MeltanoLabs/tap-google-analytics/blob/36ca142dcc81554800556bc3e6dfdae6daea34b3/tap_google_analytics/client.py#L112
edgar_ramirez_mondragon
07/04/2022, 7:30 PM
I went ahead and created
https://github.com/MeltanoLabs/tap-google-analytics/issues/47
r
rick_smit
07/05/2022, 7:52 AM
I made a very naive attempt to implement this 😅
https://github.com/MeltanoLabs/tap-google-analytics/pull/48
Open in Slack
Previous
Next