Change dynamically the path from service_account_credentials_json #441
paleomariomm
started this conversation in
General
Replies: 2 comments
-
Hi, any idea on the question I sent some days ago? I would appreciate an answer. Best |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'm having the same problem. Is there any solution for this? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are using the
spatie/laravel-analytics
Github Package to get data from Google Analytics and create graphs.We need to know if in the package file
spatie/laravel-analytics/config/analytics.php
, the variableservice_account_credentials_json
can only be the path to a single file or can it be changed dynamically per account.We would like to be able to update this parameter so that it is not fixed in the same way as the
view_id field
can be updated using theSetViewId()
function.Would this be possible? If so, how could we do it?
Beta Was this translation helpful? Give feedback.
All reactions