koopjs / koop-provider-google-analytics

Provider to connect to Google Analytics V4 API
Other
2 stars 0 forks source link

install next to existing provider #2

Open keithfraley opened 6 years ago

keithfraley commented 6 years ago

I am interested in installing this provider along side my existing provider. Is that possible, if so, how?

rgwozdz commented 6 years ago

Yes, it can be used in a koop instance that already has other providers. Just register the provider as you do all others. Then make the noted additions to your config file and environment variables. You'll have to have a Google Analytics account to get the required config setting from Google Analytics. You would also need to have telemetry set up on whatever application you'd like to report analytics for. This provider only moves analytics reports from Google to Koop. It doesn't send data to Google.