blackcowmoo / grafana-google-analytics-datasource

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

GA-API pagination #26

Closed lcc3108 closed 3 years ago

lcc3108 commented 3 years ago

QueryModel add PageSize, PageToken, UseNextPage getReport function param change []QueryModel -> QueryModel GetAccounts function change cachekey close #13 use nextlink GA APIs


QueryModel 에 PageSize, PageToken, UseNextPage 추가 getReport함수 파라미터 변경 []QueryModel -> QueryModel GetAccounts 캐시키 변경(여러개의 데이터소스 사용시 구분이 안되는 문제) GA API에서 넥스트 링크 사용