Skip to content

Commit c3606e0

Browse files
committed
Fix link to application default credentials in README files
1 parent 7ce282d commit c3606e0

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

google-analytics-admin/README.md

+2
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 Node.js.
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].
@@ -34,3 +35,4 @@ These samples show how to use the
3435
node quickstart.js
3536
```
3637

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

google-analytics-data/README.md

+2
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 Node.js.
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].
@@ -34,3 +35,4 @@ These samples show how to use the
3435
node quickstart.js
3536
```
3637

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

0 commit comments

Comments
 (0)