OLD | NEW |
1 { | 1 { |
2 "auth": { | 2 "auth": { |
3 "oauth2": { | 3 "oauth2": { |
4 "scopes": { | 4 "scopes": { |
5 "https://www.googleapis.com/auth/analytics.readonly": { | 5 "https://www.googleapis.com/auth/analytics.readonly": { |
6 "description": "View your Google Analytics data" | 6 "description": "View your Google Analytics data" |
7 }, | 7 }, |
8 "https://www.googleapis.com/auth/analytics": { | 8 "https://www.googleapis.com/auth/analytics": { |
9 "description": "View and manage your Google Analytics data" | 9 "description": "View and manage your Google Analytics data" |
10 } | 10 } |
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
133 "$ref": "GetReportsResponse" | 133 "$ref": "GetReportsResponse" |
134 }, | 134 }, |
135 "scopes": [ | 135 "scopes": [ |
136 "https://www.googleapis.com/auth/analytics", | 136 "https://www.googleapis.com/auth/analytics", |
137 "https://www.googleapis.com/auth/analytics.readonly" | 137 "https://www.googleapis.com/auth/analytics.readonly" |
138 ] | 138 ] |
139 } | 139 } |
140 } | 140 } |
141 } | 141 } |
142 }, | 142 }, |
143 "revision": "20161011", | 143 "revision": "20161129", |
144 "rootUrl": "https://analyticsreporting.googleapis.com/", | 144 "rootUrl": "https://analyticsreporting.googleapis.com/", |
145 "schemas": { | 145 "schemas": { |
146 "PivotHeader": { | 146 "PivotHeader": { |
147 "description": "The headers for each of the pivot sections defined i
n the request.", | 147 "description": "The headers for each of the pivot sections defined i
n the request.", |
148 "id": "PivotHeader", | 148 "id": "PivotHeader", |
149 "properties": { | 149 "properties": { |
150 "totalPivotGroupsCount": { | 150 "totalPivotGroupsCount": { |
151 "description": "The total number of groups for this pivot.", | 151 "description": "The total number of groups for this pivot.", |
152 "format": "int32", | 152 "format": "int32", |
153 "type": "integer" | 153 "type": "integer" |
(...skipping 485 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
639 }, | 639 }, |
640 "type": "array" | 640 "type": "array" |
641 }, | 641 }, |
642 "rows": { | 642 "rows": { |
643 "description": "There's one ReportRow for every unique combi
nation of dimensions.", | 643 "description": "There's one ReportRow for every unique combi
nation of dimensions.", |
644 "items": { | 644 "items": { |
645 "$ref": "ReportRow" | 645 "$ref": "ReportRow" |
646 }, | 646 }, |
647 "type": "array" | 647 "type": "array" |
648 }, | 648 }, |
| 649 "dataLastRefreshed": { |
| 650 "description": "The last time the data in the report was ref
reshed. All the hits received\nbefore this timestamp are included in the calcula
tion of the report.", |
| 651 "format": "google-datetime", |
| 652 "type": "string" |
| 653 }, |
649 "totals": { | 654 "totals": { |
650 "description": "For each requested date range, for the set o
f all rows that match\nthe query, every requested value format gets a total. The
total\nfor a value format is computed by first totaling the metrics\nmentioned
in the value format and then evaluating the value\nformat as a scalar expression
. E.g., The \"totals\" for\n`3 / (ga:sessions + 2)` we compute\n`3 / ((sum of a
ll relevant ga:sessions) + 2)`.\nTotals are computed before pagination.", | 655 "description": "For each requested date range, for the set o
f all rows that match\nthe query, every requested value format gets a total. The
total\nfor a value format is computed by first totaling the metrics\nmentioned
in the value format and then evaluating the value\nformat as a scalar expression
. E.g., The \"totals\" for\n`3 / (ga:sessions + 2)` we compute\n`3 / ((sum of a
ll relevant ga:sessions) + 2)`.\nTotals are computed before pagination.", |
651 "items": { | 656 "items": { |
652 "$ref": "DateRangeValues" | 657 "$ref": "DateRangeValues" |
653 }, | 658 }, |
654 "type": "array" | 659 "type": "array" |
655 }, | 660 }, |
656 "isDataGolden": { | 661 "isDataGolden": { |
657 "description": "Indicates if response to this request is gol
den or not. Data is\ngolden when the exact same request will not produce any new
results if\nasked at a later point in time.", | 662 "description": "Indicates if response to this request is gol
den or not. Data is\ngolden when the exact same request will not produce any new
results if\nasked at a later point in time.", |
658 "type": "boolean" | 663 "type": "boolean" |
(...skipping 488 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1147 "type": "array" | 1152 "type": "array" |
1148 } | 1153 } |
1149 }, | 1154 }, |
1150 "type": "object" | 1155 "type": "object" |
1151 } | 1156 } |
1152 }, | 1157 }, |
1153 "servicePath": "", | 1158 "servicePath": "", |
1154 "title": "Google Analytics Reporting API", | 1159 "title": "Google Analytics Reporting API", |
1155 "version": "v4" | 1160 "version": "v4" |
1156 } | 1161 } |
OLD | NEW |