PHP网站中的谷歌分析API

发布于 2024-09-14 10:15:45 字数 229 浏览 5 评论 0原文

我正在创建一个自定义报告网站,我想在其中显示来自谷歌分析的实时数据,因此我网站中的数据将会发生变化。我希望它是自动化和动态的,就像每当 GA 中的数据发生变化时,我希望它在我们的网站中自动更改,这将显示给我们的客户以显示我们网站的性能。

我猜测这可以通过从 php、xml 返回值调用一些 api 并将这些数据与图像一起显示在我们的网站上来实现。

如果有人能给我更多关于如何开始这方面的工作的信息,我将不胜感激。

I am creating a custom reporting website, where I want to show live data from google analytics and accordingly the data in my website will change. I want it to be automated and dynamic, like whenever the data changes in GA, i want it to be automatically changed in our website, which will be shown to our clients to show the performance of our websites.

I am guessing this can be achieved by some api calling from php, xml returned values and showing those data on our website along with images.

i would appreciate if anyone could give me more info on how to start working on this.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

北陌 2024-09-21 10:15:45

Google Analytics(分析)有一个官方 API。他们似乎没有现成的 PHP 示例,但 XML 源应该很容易查询。不过,不确定 GA 的数据有多“实时”——可能无法对访客进行实时跟踪。

Google Analytics has an official API. They don't seem to have ready-made PHP examples, but the XML sources should be easy to query. Not sure how "live" GA's data is, though - it could be that it is not possible to do stuff live tracking of visitors.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文