从Google Analytics获取client_id和service_email

时间:2014-11-12 18:52:52

标签: laravel-4 google-analytics

我开发了网络应用程序,我需要允许用户嵌入他们的Google分析仪表板。要访问分析仪表板,我需要client_idservice_email

有没有办法使用client_id抓取service_emailOAuth,我不想强​​迫用户手动创建client_id,以便他们可以整合信息中心。< / p>

提到我正在使用Laravel 4

1 个答案:

答案 0 :(得分:2)

我在这里得到了什么问题。

您实际上必须在https://console.developers.google.com中设置一个新项目。这是您实际启用OAuth以访问Google AnalyticsAPI的位置。您所指的client_idservice_email实际上是开发者的,可以在项目&gt;下访问。 API&amp; auth &gt; 信息中心中的凭据

可以接受很多。我可以为你澄清概念。


参考文献:

https://developers.google.com/accounts/docs/OAuth2

https://developers.google.com/console/help/new/