在我的网站上显示唯一/返回的用户数

时间:2021-03-19 15:50:42

I am working on the admin dashboard of my website and I was wondering if there is a way to display unique or returning user count. Can I link/fetch my google analytics return value in any way possible. This way the admin does not necessarily needs to go to Google Analytics, simply logon to the website and have the information readily available.

我正在我的网站的管理仪表板上工作,我想知道是否有办法显示唯一或返回用户数。我可以以任何可能的方式链接/获取我的Google Analytics分析返回值。这样管理员就不一定需要访问Google Analytics,只需登录网站即可随时获取相关信息。

1 个解决方案

#1


0  

If you need historical data i think that the easiest way to do that is using the embed api https://developers.google.com/analytics/devguides/reporting/embed/v1/

如果您需要历史数据我认为最简单的方法是使用embed api https://developers.google.com/analytics/devguides/reporting/embed/v1/

With that you can create easyly some chart to be embed on you html page, if yu can handle you can use the api.

有了这个你可以轻松创建一些图表嵌入你的html页面,如果你可以处理你可以使用api。

Now,If you want to do it with the realtime report( the analytics module), it's not possible, because that metric is not available on that plataform

现在,如果您想使用实时报告(分析模块)来实现,那么这是不可能的,因为该指标在该平台上不可用

#1


0  

If you need historical data i think that the easiest way to do that is using the embed api https://developers.google.com/analytics/devguides/reporting/embed/v1/

如果您需要历史数据我认为最简单的方法是使用embed api https://developers.google.com/analytics/devguides/reporting/embed/v1/

With that you can create easyly some chart to be embed on you html page, if yu can handle you can use the api.

有了这个你可以轻松创建一些图表嵌入你的html页面,如果你可以处理你可以使用api。

Now,If you want to do it with the realtime report( the analytics module), it's not possible, because that metric is not available on that plataform

现在,如果您想使用实时报告(分析模块)来实现,那么这是不可能的,因为该指标在该平台上不可用