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": "20160809", | 143 "revision": "20161011", |
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 993 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1147 "type": "array" | 1147 "type": "array" |
1148 } | 1148 } |
1149 }, | 1149 }, |
1150 "type": "object" | 1150 "type": "object" |
1151 } | 1151 } |
1152 }, | 1152 }, |
1153 "servicePath": "", | 1153 "servicePath": "", |
1154 "title": "Google Analytics Reporting API", | 1154 "title": "Google Analytics Reporting API", |
1155 "version": "v4" | 1155 "version": "v4" |
1156 } | 1156 } |
OLD | NEW |