| OLD | NEW |
| 1 { | 1 { |
| 2 "auth": { | 2 "auth": { |
| 3 "oauth2": { | 3 "oauth2": { |
| 4 "scopes": { | 4 "scopes": { |
| 5 "https://www.googleapis.com/auth/analytics": { | 5 "https://www.googleapis.com/auth/analytics": { |
| 6 "description": "View and manage your Google Analytics data" | 6 "description": "View and manage your Google Analytics data" |
| 7 }, | 7 }, |
| 8 "https://www.googleapis.com/auth/analytics.edit": { | 8 "https://www.googleapis.com/auth/analytics.edit": { |
| 9 "description": "Edit Google Analytics management entities" | 9 "description": "Edit Google Analytics management entities" |
| 10 }, | 10 }, |
| 11 "https://www.googleapis.com/auth/analytics.manage.users": { | 11 "https://www.googleapis.com/auth/analytics.manage.users": { |
| 12 "description": "Manage Google Analytics Account users by ema
il address" | 12 "description": "Manage Google Analytics Account users by ema
il address" |
| 13 }, | 13 }, |
| 14 "https://www.googleapis.com/auth/analytics.provision": { | 14 "https://www.googleapis.com/auth/analytics.provision": { |
| 15 "description": "Create a new Google Analytics account along
with its default property and view" | 15 "description": "Create a new Google Analytics account along
with its default property and view" |
| 16 }, | 16 }, |
| 17 "https://www.googleapis.com/auth/analytics.readonly": { | 17 "https://www.googleapis.com/auth/analytics.readonly": { |
| 18 "description": "View your Google Analytics data" | 18 "description": "View your Google Analytics data" |
| 19 } | 19 } |
| 20 } | 20 } |
| 21 } | 21 } |
| 22 }, | 22 }, |
| 23 "basePath": "/analytics/v3/", | 23 "basePath": "/analytics/v3/", |
| 24 "baseUrl": "https://www.googleapis.com/analytics/v3/", | 24 "baseUrl": "https://www.googleapis.com/analytics/v3/", |
| 25 "batchPath": "batch", | 25 "batchPath": "batch", |
| 26 "description": "View and manage your Google Analytics data", | 26 "description": "View and manage your Google Analytics data", |
| 27 "discoveryVersion": "v1", | 27 "discoveryVersion": "v1", |
| 28 "documentationLink": "https://developers.google.com/analytics/", | 28 "documentationLink": "https://developers.google.com/analytics/", |
| 29 "etag": "\"8MqRhZzx1kw0pwpjahVJEB3eI6w/SYGRjopRmK4Bczs5VKxKJQKTU8s\"", | 29 "etag": "\"l66ggWbucbkBw9Lpos72oziyefE/2bkMw2SQFkDhH1qCY3r_qXKtIUI\"", |
| 30 "icons": { | 30 "icons": { |
| 31 "x16": "http://www.google.com/images/icons/product/analytics-16.png", | 31 "x16": "https://www.google.com/images/icons/product/analytics-16.png", |
| 32 "x32": "http://www.google.com/images/icons/product/analytics-32.png" | 32 "x32": "https://www.google.com/images/icons/product/analytics-32.png" |
| 33 }, | 33 }, |
| 34 "id": "analytics:v3", | 34 "id": "analytics:v3", |
| 35 "kind": "discovery#restDescription", | 35 "kind": "discovery#restDescription", |
| 36 "name": "analytics", | 36 "name": "analytics", |
| 37 "ownerDomain": "google.com", | 37 "ownerDomain": "google.com", |
| 38 "ownerName": "Google", | 38 "ownerName": "Google", |
| 39 "parameters": { | 39 "parameters": { |
| 40 "alt": { | 40 "alt": { |
| 41 "default": "json", | 41 "default": "json", |
| 42 "description": "Data format for the response.", | 42 "description": "Data format for the response.", |
| (...skipping 324 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 367 "management": { | 367 "management": { |
| 368 "resources": { | 368 "resources": { |
| 369 "accountSummaries": { | 369 "accountSummaries": { |
| 370 "methods": { | 370 "methods": { |
| 371 "list": { | 371 "list": { |
| 372 "description": "Lists account summaries (lightweight
tree comprised of accounts/properties/profiles) to which the user has access.", | 372 "description": "Lists account summaries (lightweight
tree comprised of accounts/properties/profiles) to which the user has access.", |
| 373 "httpMethod": "GET", | 373 "httpMethod": "GET", |
| 374 "id": "analytics.management.accountSummaries.list", | 374 "id": "analytics.management.accountSummaries.list", |
| 375 "parameters": { | 375 "parameters": { |
| 376 "max-results": { | 376 "max-results": { |
| 377 "description": "The maximum number of filter
s to include in this response.", | 377 "description": "The maximum number of accoun
t summaries to include in this response, where the largest acceptable value is 1
000.", |
| 378 "format": "int32", | 378 "format": "int32", |
| 379 "location": "query", | 379 "location": "query", |
| 380 "type": "integer" | 380 "type": "integer" |
| 381 }, | 381 }, |
| 382 "start-index": { | 382 "start-index": { |
| 383 "description": "An index of the first entity
to retrieve. Use this parameter as a pagination mechanism along with the max-re
sults parameter.", | 383 "description": "An index of the first entity
to retrieve. Use this parameter as a pagination mechanism along with the max-re
sults parameter.", |
| 384 "format": "int32", | 384 "format": "int32", |
| 385 "location": "query", | 385 "location": "query", |
| 386 "minimum": "1", | 386 "minimum": "1", |
| 387 "type": "integer" | 387 "type": "integer" |
| (...skipping 2902 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3290 "response": { | 3290 "response": { |
| 3291 "$ref": "AccountTicket" | 3291 "$ref": "AccountTicket" |
| 3292 }, | 3292 }, |
| 3293 "scopes": [ | 3293 "scopes": [ |
| 3294 "https://www.googleapis.com/auth/analytics.provision" | 3294 "https://www.googleapis.com/auth/analytics.provision" |
| 3295 ] | 3295 ] |
| 3296 } | 3296 } |
| 3297 } | 3297 } |
| 3298 } | 3298 } |
| 3299 }, | 3299 }, |
| 3300 "revision": "20140723", | 3300 "revision": "20141013", |
| 3301 "rootUrl": "https://www.googleapis.com/", | 3301 "rootUrl": "https://www.googleapis.com/", |
| 3302 "schemas": { | 3302 "schemas": { |
| 3303 "Account": { | 3303 "Account": { |
| 3304 "description": "JSON template for Analytics account entry.", | 3304 "description": "JSON template for Analytics account entry.", |
| 3305 "id": "Account", | 3305 "id": "Account", |
| 3306 "properties": { | 3306 "properties": { |
| 3307 "childLink": { | 3307 "childLink": { |
| 3308 "description": "Child link for an account entry. Points to t
he list of web properties for this account.", | 3308 "description": "Child link for an account entry. Points to t
he list of web properties for this account.", |
| 3309 "properties": { | 3309 "properties": { |
| 3310 "href": { | 3310 "href": { |
| (...skipping 2038 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5349 "type": "string" | 5349 "type": "string" |
| 5350 }, | 5350 }, |
| 5351 "defaultPage": { | 5351 "defaultPage": { |
| 5352 "description": "Default page for this view (profile).", | 5352 "description": "Default page for this view (profile).", |
| 5353 "type": "string" | 5353 "type": "string" |
| 5354 }, | 5354 }, |
| 5355 "eCommerceTracking": { | 5355 "eCommerceTracking": { |
| 5356 "description": "Indicates whether ecommerce tracking is enab
led for this view (profile).", | 5356 "description": "Indicates whether ecommerce tracking is enab
led for this view (profile).", |
| 5357 "type": "boolean" | 5357 "type": "boolean" |
| 5358 }, | 5358 }, |
| 5359 "enhancedECommerceTracking": { |
| 5360 "description": "Indicates whether enhanced ecommerce trackin
g is enabled for this view (profile).", |
| 5361 "type": "boolean" |
| 5362 }, |
| 5359 "excludeQueryParameters": { | 5363 "excludeQueryParameters": { |
| 5360 "description": "The query parameters that are excluded from
this view (profile).", | 5364 "description": "The query parameters that are excluded from
this view (profile).", |
| 5361 "type": "string" | 5365 "type": "string" |
| 5362 }, | 5366 }, |
| 5363 "id": { | 5367 "id": { |
| 5364 "description": "View (Profile) ID.", | 5368 "description": "View (Profile) ID.", |
| 5365 "type": "string" | 5369 "type": "string" |
| 5366 }, | 5370 }, |
| 5367 "internalWebPropertyId": { | 5371 "internalWebPropertyId": { |
| 5368 "description": "Internal ID for the web property to which th
is view (profile) belongs.", | 5372 "description": "Internal ID for the web property to which th
is view (profile) belongs.", |
| (...skipping 1003 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6372 "type": "string" | 6376 "type": "string" |
| 6373 } | 6377 } |
| 6374 }, | 6378 }, |
| 6375 "type": "object" | 6379 "type": "object" |
| 6376 } | 6380 } |
| 6377 }, | 6381 }, |
| 6378 "servicePath": "analytics/v3/", | 6382 "servicePath": "analytics/v3/", |
| 6379 "title": "Google Analytics API", | 6383 "title": "Google Analytics API", |
| 6380 "version": "v3" | 6384 "version": "v3" |
| 6381 } | 6385 } |
| OLD | NEW |