下载 Google 分析数据 Client_id

Downloading Google Analytics Data By Client_id

为了透明起见,我允许我网站的用户自由下载他们的 google 分析数据,我不想自己处理 CCPA 的数据请求。

我正在使用 Node.js 作为我的后端,想知道是否可以通过 client_id 下载 google 分析。我正在使用服务帐户访问 google 控制台。

如果有一些记录在案的 api 我没有看到的端点,那会有很大帮助。

当然有,它就是为此目的而来的

The User Activity API allows a Google Analytics property owner to retrieve all analytics measurement data associated with a single user. Specifically, the API retrieves all of the measurement data associated with a particular User ID or Client ID.

https://developers.google.com/analytics/devguides/reporting/core/v4/user-reporting