We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccd8b31 commit f8869e6Copy full SHA for f8869e6
1 file changed
google-analytics-admin/quickstart.php
@@ -45,8 +45,9 @@
45
46
// Using a default constructor instructs the client to use the credentials
47
// specified in GOOGLE_APPLICATION_CREDENTIALS environment variable.
48
-// See https://cloud.google.com/docs/authentication/production for more information
49
-// about managing credentials.
+// See https://cloud.google.com/docs/authentication#principal for more information
+// about managing credentials. For client configuration options, see
50
+// https://docs.cloud.google.com/php/docs/reference/analytics-admin/latest.
51
$client = new AnalyticsAdminServiceClient();
52
53
// Calls listAccounts() method of the Google Analytics Admin API and prints
0 commit comments