如何使用 php 客户端库从 Analytics 获取帐户列表

How do you get the list of accounts from Analytics using php client libarary

在使用 php 客户端时,我在寻找适用于 Google Analytics API 的文档时遇到了一系列问题,

我发现:https://developers.google.com/analytics/solutions/articles/hello-analytics-api#query_profile

但这是错误的...

$analytics = new \Google_Service_Analytics($cleint);
$analytics->management_accounts->listManagementAccounts();

结果为

PHP Fatal error: Call to undefined method Google_Service_Analytics_ManagementAccountSummaries_Resource::listManagementAccounts()

我不知道我到底是怎么得到登录用户有权访问的帐户列表的。

并且 Google 似乎提供了大量文档,但 none 是正确的。有人可以告诉我如何解决这个问题,甚至可以更好地隐藏正确的文档吗?

来自 github 的 Hello Analytics API docs have been recently updated. But it could be that you are using an out of date client library. You can get the latest client libraries

可以看到源码中定义的ListManagementAccountSummaries