Skip to content

Commit f8869e6

Browse files
authored
docs: improve PHP docs for client configuration (#26)
1 parent ccd8b31 commit f8869e6

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

google-analytics-admin/quickstart.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,9 @@
4545

4646
// Using a default constructor instructs the client to use the credentials
4747
// specified in GOOGLE_APPLICATION_CREDENTIALS environment variable.
48-
// See https://cloud.google.com/docs/authentication/production for more information
49-
// about managing credentials.
48+
// See https://cloud.google.com/docs/authentication#principal for more information
49+
// about managing credentials. For client configuration options, see
50+
// https://docs.cloud.google.com/php/docs/reference/analytics-admin/latest.
5051
$client = new AnalyticsAdminServiceClient();
5152

5253
// Calls listAccounts() method of the Google Analytics Admin API and prints

0 commit comments

Comments
 (0)