Skip to content

Commit f1e0922

Browse files
committed
Fix link to application default credentials in README files
1 parent f10885d commit f1e0922

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

google-analytics-admin/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ These samples show how to use the
99
[Google Analytics Admin API](https://developers.google.com/analytics/devguides/config/admin/v1) from Java.
1010

1111
## Build and Run
12+
1213
1. **Enable APIs** - [Enable the Analytics Admin API](https://console.cloud.google.com/flows/enableapi?apiid=analyticsadmin.googleapis.com)
1314
and create a new project or select an existing project.
1415
2. **Download The Credentials** - Configure your project using [Application Default Credentials][adc].
@@ -35,3 +36,4 @@ These samples show how to use the
3536
mvn -q compile exec:java -Dexec.mainClass='com.example.analytics.QuickstartSample'
3637
```
3738

39+
[adc]: https://cloud.google.com/docs/authentication#adc

google-analytics-data/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ These samples show how to use the
99
[Google Analytics Data API](https://developers.google.com/analytics/devguides/reporting/data/v1) from Java.
1010

1111
## Build and Run
12+
1213
1. **Enable APIs** - [Enable the Analytics Data API](https://console.cloud.google.com/flows/enableapi?apiid=analyticsdata.googleapis.com)
1314
and create a new project or select an existing project.
1415
2. **Download The Credentials** - Configure your project using [Application Default Credentials][adc].
@@ -39,3 +40,4 @@ These samples show how to use the
3940
[`src/main/java/com/example/analytics`](src/main/java/com/example/analytics)
4041
directory.
4142

43+
[adc]: https://cloud.google.com/docs/authentication#adc

0 commit comments

Comments
 (0)