gpt4 book ai didi

php - spatie/laravel-analytics 中的 service_account_credentials_json

转载 作者:行者123 更新时间:2023-12-02 07:51:11 33 4
gpt4 key购买 nike

您好,我正在尝试在我的项目中获取谷歌分析,我设法在谷歌分析上显示它,但我无法在我的项目的管理面板上显示它。我总是收到此错误:

ErrorException in AnalyticsServiceProvider.php line 53:
Undefined index: service_account_credentials_json

那是我的 Controller :

$analytics= Analytics::fetchMostVisitedPages(
Period::create(Carbon::now()->subMonth(), Carbon::now())
);

dd($analytics);

但我不知道错误是什么,因为我按照教程中的方式做了所有事情,有人可以帮忙吗?

最佳答案

您缺少分析凭据文件。检查自述文件以获取说明。

https://github.com/spatie/laravel-analytics#how-to-obtain-the-credentials-to-communicate-with-google-analytics

然后您需要将文件放入。

storage/app/analytics/service-account-credentials.json

关于php - spatie/laravel-analytics 中的 service_account_credentials_json,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44049073/

33 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com