You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/google-analytics-data/README.md
+2
Original file line number
Diff line number
Diff line change
@@ -114,6 +114,8 @@ Samples are in the [`samples/`](https://github.com/googleapis/nodejs-analytics-d
114
114
| Quickstart |[source code](https://github.com/googleapis/nodejs-analytics-data/blob/main/samples/quickstart.js)|[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-analytics-data&page=editor&open_in_editor=samples/quickstart.js,samples/README.md)|
115
115
| Quickstart_json_credentials |[source code](https://github.com/googleapis/nodejs-analytics-data/blob/main/samples/quickstart_json_credentials.js)|[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-analytics-data&page=editor&open_in_editor=samples/quickstart_json_credentials.js,samples/README.md)|
116
116
| Quickstart_oauth2 |[source code](https://github.com/googleapis/nodejs-analytics-data/blob/main/samples/quickstart_oauth2.js)|[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-analytics-data&page=editor&open_in_editor=samples/quickstart_oauth2.js,samples/README.md)|
117
+
| Run Batch Report |[source code](https://github.com/googleapis/nodejs-analytics-data/blob/main/samples/runBatchReport.js)|[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-analytics-data&page=editor&open_in_editor=samples/runBatchReport.js,samples/README.md)|
118
+
| Run Pivot Report |[source code](https://github.com/googleapis/nodejs-analytics-data/blob/main/samples/runPivotReport.js)|[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-analytics-data&page=editor&open_in_editor=samples/runPivotReport.js,samples/README.md)|
117
119
| Run Realtime Report |[source code](https://github.com/googleapis/nodejs-analytics-data/blob/main/samples/runRealtimeReport.js)|[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-analytics-data&page=editor&open_in_editor=samples/runRealtimeReport.js,samples/README.md)|
118
120
| Run Realtime Report With Multiple Dimensions |[source code](https://github.com/googleapis/nodejs-analytics-data/blob/main/samples/runRealtimeReportWithMultipleDimensions.js)|[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-analytics-data&page=editor&open_in_editor=samples/runRealtimeReportWithMultipleDimensions.js,samples/README.md)|
119
121
| Run Realtime Report With Multiple Metrics |[source code](https://github.com/googleapis/nodejs-analytics-data/blob/main/samples/runRealtimeReportWithMultipleMetrics.js)|[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-analytics-data&page=editor&open_in_editor=samples/runRealtimeReportWithMultipleMetrics.js,samples/README.md)|
*[Run Realtime Report With Multiple Dimensions](#run-realtime-report-with-multiple-dimensions)
22
24
*[Run Realtime Report With Multiple Metrics](#run-realtime-report-with-multiple-metrics)
@@ -130,6 +132,40 @@ __Usage:__
130
132
131
133
132
134
135
+
### Run Batch Report
136
+
137
+
View the [source code](https://github.com/googleapis/nodejs-analytics-data/blob/main/samples/runBatchReport.js).
138
+
139
+
[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-analytics-data&page=editor&open_in_editor=samples/runBatchReport.js,samples/README.md)
140
+
141
+
__Usage:__
142
+
143
+
144
+
`node samples/runBatchReport.js`
145
+
146
+
147
+
-----
148
+
149
+
150
+
151
+
152
+
### Run Pivot Report
153
+
154
+
View the [source code](https://github.com/googleapis/nodejs-analytics-data/blob/main/samples/runPivotReport.js).
155
+
156
+
[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-analytics-data&page=editor&open_in_editor=samples/runPivotReport.js,samples/README.md)
157
+
158
+
__Usage:__
159
+
160
+
161
+
`node samples/runPivotReport.js`
162
+
163
+
164
+
-----
165
+
166
+
167
+
168
+
133
169
### Run Realtime Report
134
170
135
171
View the [source code](https://github.com/googleapis/nodejs-analytics-data/blob/main/samples/runRealtimeReport.js).
0 commit comments