File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ These samples show how to use the
9
9
[ Google Analytics Admin API] ( https://developers.google.com/analytics/devguides/config/admin/v1 ) from Node.js.
10
10
11
11
## Build and Run
12
+
12
13
1 . ** Enable APIs** - [ Enable the Analytics Admin API] ( https://console.cloud.google.com/flows/enableapi?apiid=analyticsadmin.googleapis.com )
13
14
and create a new project or select an existing project.
14
15
2 . ** Download The Credentials** - Configure your project using [ Application Default Credentials] [ adc ] .
@@ -34,3 +35,4 @@ These samples show how to use the
34
35
node quickstart.js
35
36
` ` `
36
37
38
+ [adc]: https://cloud.google.com/docs/authentication#adc
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ These samples show how to use the
9
9
[ Google Analytics Data API] ( https://developers.google.com/analytics/devguides/reporting/data/v1 ) from Node.js.
10
10
11
11
## Build and Run
12
+
12
13
1 . ** Enable APIs** - [ Enable the Analytics Data API] ( https://console.cloud.google.com/flows/enableapi?apiid=analyticsdata.googleapis.com )
13
14
and create a new project or select an existing project.
14
15
2 . ** Download The Credentials** - Configure your project using [ Application Default Credentials] [ adc ] .
@@ -34,3 +35,4 @@ These samples show how to use the
34
35
node quickstart.js
35
36
` ` `
36
37
38
+ [adc]: https://cloud.google.com/docs/authentication#adc
You can’t perform that action at this time.
0 commit comments