Skip to content

Commit

Permalink
Fix another typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
jradcliff committed Nov 8, 2023
1 parent 15dbeab commit 42e9e0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions google-analytics-admin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
[shell_link]: https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleanalytics/java-docs-samples&page=editor&open_in_editor=/google-analytics-admin/README.md

These samples show how to use the
[Google Analytics Data API](https://developers.google.com/analytics/devguides/reporting/data/v1) from Java.
[Google Analytics Admin API](https://developers.google.com/analytics/devguides/config/admin/v1) from Java.

## Build and Run
1. **Enable APIs** - [Enable the Analytics Data API](https://console.cloud.google.com/flows/enableapi?apiid=analyticsdata.googleapis.com)
1. **Enable APIs** - [Enable the Analytics Admin API](https://console.cloud.google.com/flows/enableapi?apiid=analyticsadmin.googleapis.com)
and create a new project or select an existing project.
2. **Download The Credentials** - Configure your project using [Application Default Credentials][adc].
Click "Go to credentials" after enabling the APIs. Click "Create Credentials"
Expand Down

0 comments on commit 42e9e0c

Please sign in to comment.