|
15 | 15 | * [Quickstart](#quickstart)
|
16 | 16 | * [Quickstart_json_credentials](#quickstart_json_credentials)
|
17 | 17 | * [Quickstart_oauth2](#quickstart_oauth2)
|
18 |
| - * [Realtime](#realtime) |
| 18 | + * [Run Realtime Report](#run-realtime-report) |
| 19 | + * [Run Realtime Report With Multiple Dimensions](#run-realtime-report-with-multiple-dimensions) |
| 20 | + * [Run Realtime Report With Multiple Metrics](#run-realtime-report-with-multiple-metrics) |
19 | 21 | * [Run Report](#run-report)
|
20 | 22 | * [Run Report With Aggregations](#run-report-with-aggregations)
|
21 | 23 | * [Run Report With Cohorts](#run-report-with-cohorts)
|
@@ -90,16 +92,50 @@ __Usage:__
|
90 | 92 |
|
91 | 93 |
|
92 | 94 |
|
93 |
| -### Realtime |
| 95 | +### Run Realtime Report |
94 | 96 |
|
95 |
| -View the [source code](https://github.com/googleapis/nodejs-analytics-data/blob/main/samples/realtime.js). |
| 97 | +View the [source code](https://github.com/googleapis/nodejs-analytics-data/blob/main/samples/runRealtimeReport.js). |
96 | 98 |
|
97 |
| -[![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/realtime.js,samples/README.md) |
| 99 | +[![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) |
98 | 100 |
|
99 | 101 | __Usage:__
|
100 | 102 |
|
101 | 103 |
|
102 |
| -`node samples/realtime.js` |
| 104 | +`node samples/runRealtimeReport.js` |
| 105 | + |
| 106 | + |
| 107 | +----- |
| 108 | + |
| 109 | + |
| 110 | + |
| 111 | + |
| 112 | +### Run Realtime Report With Multiple Dimensions |
| 113 | + |
| 114 | +View the [source code](https://github.com/googleapis/nodejs-analytics-data/blob/main/samples/runRealtimeReportWithMultipleDimensions.js). |
| 115 | + |
| 116 | +[![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) |
| 117 | + |
| 118 | +__Usage:__ |
| 119 | + |
| 120 | + |
| 121 | +`node samples/runRealtimeReportWithMultipleDimensions.js` |
| 122 | + |
| 123 | + |
| 124 | +----- |
| 125 | + |
| 126 | + |
| 127 | + |
| 128 | + |
| 129 | +### Run Realtime Report With Multiple Metrics |
| 130 | + |
| 131 | +View the [source code](https://github.com/googleapis/nodejs-analytics-data/blob/main/samples/runRealtimeReportWithMultipleMetrics.js). |
| 132 | + |
| 133 | +[![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) |
| 134 | + |
| 135 | +__Usage:__ |
| 136 | + |
| 137 | + |
| 138 | +`node samples/runRealtimeReportWithMultipleMetrics.js` |
103 | 139 |
|
104 | 140 |
|
105 | 141 | -----
|
|
0 commit comments