Google Analytics API in Javascript

被刻印的时光 ゝ 提交于 2019-12-06 04:33:01

You can use Google Analytics superProxy to share data with users who are not authenticated.
You can create queries to Analytics with superProxy and then use the data stored with superProxy to construct your charts. I ran into the same problem, and this was the only solution I could find.

https://developers.google.com/analytics/solutions/google-analytics-super-proxy

Can you share more information about how you access Google Analytics?

Check out http://code.google.com/p/google-api-javascript-client/wiki/Authentication on how to set authentication. Note that your credentials are visible in JavaScript, so make sure you create a user with just the minimal permissions you need

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!