File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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+
12131 . ** 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.
14152 . ** 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
Original file line number Diff line number Diff 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+
12131 . ** 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.
14152 . ** 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
You can’t perform that action at this time.
0 commit comments