Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions google-analytics-admin/quickstart.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down