From 30a8d03576c16a4144fba4d45f6d9762a3966803 Mon Sep 17 00:00:00 2001 From: Brent Shaffer Date: Wed, 22 Apr 2026 07:32:34 -0700 Subject: [PATCH] docs: improve PHP docs for client configuration --- google-analytics-admin/quickstart.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/google-analytics-admin/quickstart.php b/google-analytics-admin/quickstart.php index 6914722..24f797a 100644 --- a/google-analytics-admin/quickstart.php +++ b/google-analytics-admin/quickstart.php @@ -45,8 +45,9 @@ // Using a default constructor instructs the client to use the credentials // specified in GOOGLE_APPLICATION_CREDENTIALS environment variable. -// See https://cloud.google.com/docs/authentication/production for more information -// about managing credentials. +// See https://cloud.google.com/docs/authentication#principal for more information +// about managing credentials. For client configuration options, see +// https://docs.cloud.google.com/php/docs/reference/analytics-admin/latest. $client = new AnalyticsAdminServiceClient(); // Calls listAccounts() method of the Google Analytics Admin API and prints