Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(421)

Side by Side Diff: discovery/googleapis/analytics__v3.json

Issue 770773002: Api roll 7: 2014-12-01 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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.manage.users.readonly ": {
15 "description": "View Google Analytics user permissions"
16 },
14 "https://www.googleapis.com/auth/analytics.provision": { 17 "https://www.googleapis.com/auth/analytics.provision": {
15 "description": "Create a new Google Analytics account along with its default property and view" 18 "description": "Create a new Google Analytics account along with its default property and view"
16 }, 19 },
17 "https://www.googleapis.com/auth/analytics.readonly": { 20 "https://www.googleapis.com/auth/analytics.readonly": {
18 "description": "View your Google Analytics data" 21 "description": "View your Google Analytics data"
19 } 22 }
20 } 23 }
21 } 24 }
22 }, 25 },
23 "basePath": "/analytics/v3/", 26 "basePath": "/analytics/v3/",
24 "baseUrl": "https://www.googleapis.com/analytics/v3/", 27 "baseUrl": "https://www.googleapis.com/analytics/v3/",
25 "batchPath": "batch", 28 "batchPath": "batch",
26 "description": "View and manage your Google Analytics data", 29 "description": "View and manage your Google Analytics data",
27 "discoveryVersion": "v1", 30 "discoveryVersion": "v1",
28 "documentationLink": "https://developers.google.com/analytics/", 31 "documentationLink": "https://developers.google.com/analytics/",
29 "etag": "\"l66ggWbucbkBw9Lpos72oziyefE/FwAb1zUse29CS-ZohAWilr35TBA\"", 32 "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/RFkjN9VUkoQ_dosYBnbHNV8-g4c\"",
30 "icons": { 33 "icons": {
31 "x16": "https://www.google.com/images/icons/product/analytics-16.png", 34 "x16": "https://www.google.com/images/icons/product/analytics-16.png",
32 "x32": "https://www.google.com/images/icons/product/analytics-32.png" 35 "x32": "https://www.google.com/images/icons/product/analytics-32.png"
33 }, 36 },
34 "id": "analytics:v3", 37 "id": "analytics:v3",
35 "kind": "discovery#restDescription", 38 "kind": "discovery#restDescription",
36 "name": "analytics", 39 "name": "analytics",
37 "ownerDomain": "google.com", 40 "ownerDomain": "google.com",
38 "ownerName": "Google", 41 "ownerName": "Google",
39 "parameters": { 42 "parameters": {
(...skipping 439 matching lines...) Expand 10 before | Expand all | Expand 10 after
479 "location": "query", 482 "location": "query",
480 "minimum": "1", 483 "minimum": "1",
481 "type": "integer" 484 "type": "integer"
482 } 485 }
483 }, 486 },
484 "path": "management/accounts/{accountId}/entityUserL inks", 487 "path": "management/accounts/{accountId}/entityUserL inks",
485 "response": { 488 "response": {
486 "$ref": "EntityUserLinks" 489 "$ref": "EntityUserLinks"
487 }, 490 },
488 "scopes": [ 491 "scopes": [
489 "https://www.googleapis.com/auth/analytics.manag e.users" 492 "https://www.googleapis.com/auth/analytics.manag e.users",
493 "https://www.googleapis.com/auth/analytics.manag e.users.readonly"
490 ] 494 ]
491 }, 495 },
492 "update": { 496 "update": {
493 "description": "Updates permissions for an existing user on the given account.", 497 "description": "Updates permissions for an existing user on the given account.",
494 "httpMethod": "PUT", 498 "httpMethod": "PUT",
495 "id": "analytics.management.accountUserLinks.update" , 499 "id": "analytics.management.accountUserLinks.update" ,
496 "parameterOrder": [ 500 "parameterOrder": [
497 "accountId", 501 "accountId",
498 "linkId" 502 "linkId"
499 ], 503 ],
(...skipping 1468 matching lines...) Expand 10 before | Expand all | Expand 10 after
1968 "location": "path", 1972 "location": "path",
1969 "required": true, 1973 "required": true,
1970 "type": "string" 1974 "type": "string"
1971 } 1975 }
1972 }, 1976 },
1973 "path": "management/accounts/{accountId}/webproperti es/{webPropertyId}/profiles/{profileId}/entityUserLinks", 1977 "path": "management/accounts/{accountId}/webproperti es/{webPropertyId}/profiles/{profileId}/entityUserLinks",
1974 "response": { 1978 "response": {
1975 "$ref": "EntityUserLinks" 1979 "$ref": "EntityUserLinks"
1976 }, 1980 },
1977 "scopes": [ 1981 "scopes": [
1978 "https://www.googleapis.com/auth/analytics.manag e.users" 1982 "https://www.googleapis.com/auth/analytics.manag e.users",
1983 "https://www.googleapis.com/auth/analytics.manag e.users.readonly"
1979 ] 1984 ]
1980 }, 1985 },
1981 "update": { 1986 "update": {
1982 "description": "Updates permissions for an existing user on the given view (profile).", 1987 "description": "Updates permissions for an existing user on the given view (profile).",
1983 "httpMethod": "PUT", 1988 "httpMethod": "PUT",
1984 "id": "analytics.management.profileUserLinks.update" , 1989 "id": "analytics.management.profileUserLinks.update" ,
1985 "parameterOrder": [ 1990 "parameterOrder": [
1986 "accountId", 1991 "accountId",
1987 "webPropertyId", 1992 "webPropertyId",
1988 "profileId", 1993 "profileId",
(...skipping 1200 matching lines...) Expand 10 before | Expand all | Expand 10 after
3189 "location": "path", 3194 "location": "path",
3190 "required": true, 3195 "required": true,
3191 "type": "string" 3196 "type": "string"
3192 } 3197 }
3193 }, 3198 },
3194 "path": "management/accounts/{accountId}/webproperti es/{webPropertyId}/entityUserLinks", 3199 "path": "management/accounts/{accountId}/webproperti es/{webPropertyId}/entityUserLinks",
3195 "response": { 3200 "response": {
3196 "$ref": "EntityUserLinks" 3201 "$ref": "EntityUserLinks"
3197 }, 3202 },
3198 "scopes": [ 3203 "scopes": [
3199 "https://www.googleapis.com/auth/analytics.manag e.users" 3204 "https://www.googleapis.com/auth/analytics.manag e.users",
3205 "https://www.googleapis.com/auth/analytics.manag e.users.readonly"
3200 ] 3206 ]
3201 }, 3207 },
3202 "update": { 3208 "update": {
3203 "description": "Updates permissions for an existing user on the given web property.", 3209 "description": "Updates permissions for an existing user on the given web property.",
3204 "httpMethod": "PUT", 3210 "httpMethod": "PUT",
3205 "id": "analytics.management.webpropertyUserLinks.upd ate", 3211 "id": "analytics.management.webpropertyUserLinks.upd ate",
3206 "parameterOrder": [ 3212 "parameterOrder": [
3207 "accountId", 3213 "accountId",
3208 "webPropertyId", 3214 "webPropertyId",
3209 "linkId" 3215 "linkId"
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
3290 "response": { 3296 "response": {
3291 "$ref": "AccountTicket" 3297 "$ref": "AccountTicket"
3292 }, 3298 },
3293 "scopes": [ 3299 "scopes": [
3294 "https://www.googleapis.com/auth/analytics.provision" 3300 "https://www.googleapis.com/auth/analytics.provision"
3295 ] 3301 ]
3296 } 3302 }
3297 } 3303 }
3298 } 3304 }
3299 }, 3305 },
3300 "revision": "20141015", 3306 "revision": "20141113",
3301 "rootUrl": "https://www.googleapis.com/", 3307 "rootUrl": "https://www.googleapis.com/",
3302 "schemas": { 3308 "schemas": {
3303 "Account": { 3309 "Account": {
3304 "description": "JSON template for Analytics account entry.", 3310 "description": "JSON template for Analytics account entry.",
3305 "id": "Account", 3311 "id": "Account",
3306 "properties": { 3312 "properties": {
3307 "childLink": { 3313 "childLink": {
3308 "description": "Child link for an account entry. Points to t he list of web properties for this account.", 3314 "description": "Child link for an account entry. Points to t he list of web properties for this account.",
3309 "properties": { 3315 "properties": {
3310 "href": { 3316 "href": {
(...skipping 3065 matching lines...) Expand 10 before | Expand all | Expand 10 after
6376 "type": "string" 6382 "type": "string"
6377 } 6383 }
6378 }, 6384 },
6379 "type": "object" 6385 "type": "object"
6380 } 6386 }
6381 }, 6387 },
6382 "servicePath": "analytics/v3/", 6388 "servicePath": "analytics/v3/",
6383 "title": "Google Analytics API", 6389 "title": "Google Analytics API",
6384 "version": "v3" 6390 "version": "v3"
6385 } 6391 }
OLDNEW
« no previous file with comments | « discovery/googleapis/adsensehost__v4.1.json ('k') | discovery/googleapis/androidpublisher__v2.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698