blackcowmoo / grafana-google-analytics-datasource

Grafana Google Analytics datasource
https://grafana.com/grafana/plugins/blackcowmoo-googleanalytics-datasource/
Apache License 2.0
35 stars 15 forks source link

[FEATURE] Real Time dashboard, It is possible? #74

Open yititofer opened 1 year ago

yititofer commented 1 year ago

Is your feature request related to a problem? Please describe. Request: It is possible to obtain the number of users in real time and be able to generate a board with several sites...

Describe the solution you'd like The Google Analytics plugin is using the runReport API to load data. Since there is a runRealtimeReport API, it could be used in some option to use that API.

Describe alternatives you've considered ...

Additional context ...

lcc3108 commented 8 months ago

According to the document, it is an api that allows data inquiry within the 30~60min

I don't know if I want to query in combination with existing functions or if I need to separate the Real-Time Query feature separately.

If you have any suggestions, please leave a comment

Thank you.

sorrentinoluca commented 8 months ago

Probably having it as a separate feature is better since with the real time reporting API could be easy to reach the daily quota limits. But it would be a nice enhancement to the plugin :)

lcc3108 commented 8 months ago

According to the document, runReport (currently in use) and runRealtimeReport (the feature requested in the issue) have different quotas.

So I think the quota problem will be separated.

I think it will proceed in a separate way from the previous one.