Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to develop Google Analytics Reporting API v4 using GOlang

I'm developing APIs to get a report data of GA using Golang and Google Analytics Reporting API v4. However, even though there are libraries for Java, Python, and PHP, there is no library for Golang. Could you recommend me helpful reference or example? Or does anyone know library for Golang?

like image 732
SangHwan Jun Avatar asked Jun 22 '26 08:06

SangHwan Jun


2 Answers

I had authored an example repo for this some time back. Take a look - https://github.com/sudo-suhas/example-analyticsreporting

like image 129
Suhas K Avatar answered Jun 23 '26 23:06

Suhas K


I guess you can consider this as a reference, but for v4 it's still in alpha

like image 38
CristianCurteanu Avatar answered Jun 23 '26 23:06

CristianCurteanu