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

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

Issue 1078053002: Roll of googleapis as of 4/7/2015. (Closed) Base URL: https://github.com/dart-lang/googleapis.git@master
Patch Set: Created 5 years, 8 months 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 },
(...skipping 11 matching lines...) Expand all
22 } 22 }
23 } 23 }
24 } 24 }
25 }, 25 },
26 "basePath": "/analytics/v3/", 26 "basePath": "/analytics/v3/",
27 "baseUrl": "https://www.googleapis.com/analytics/v3/", 27 "baseUrl": "https://www.googleapis.com/analytics/v3/",
28 "batchPath": "batch", 28 "batchPath": "batch",
29 "description": "View and manage your Google Analytics data", 29 "description": "View and manage your Google Analytics data",
30 "discoveryVersion": "v1", 30 "discoveryVersion": "v1",
31 "documentationLink": "https://developers.google.com/analytics/", 31 "documentationLink": "https://developers.google.com/analytics/",
32 "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/nUC94EULkGtP_87573JbcAx06B0\"", 32 "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/6NlFUYEBMf81bxiwpXwPhu5e1RQ\"",
33 "icons": { 33 "icons": {
34 "x16": "https://www.google.com/images/icons/product/analytics-16.png", 34 "x16": "https://www.google.com/images/icons/product/analytics-16.png",
35 "x32": "https://www.google.com/images/icons/product/analytics-32.png" 35 "x32": "https://www.google.com/images/icons/product/analytics-32.png"
36 }, 36 },
37 "id": "analytics:v3", 37 "id": "analytics:v3",
38 "kind": "discovery#restDescription", 38 "kind": "discovery#restDescription",
39 "name": "analytics", 39 "name": "analytics",
40 "ownerDomain": "google.com", 40 "ownerDomain": "google.com",
41 "ownerName": "Google", 41 "ownerName": "Google",
42 "parameters": { 42 "parameters": {
(...skipping 985 matching lines...) Expand 10 before | Expand all | Expand 10 after
1028 }, 1028 },
1029 "response": { 1029 "response": {
1030 "$ref": "CustomMetric" 1030 "$ref": "CustomMetric"
1031 }, 1031 },
1032 "scopes": [ 1032 "scopes": [
1033 "https://www.googleapis.com/auth/analytics.edit" 1033 "https://www.googleapis.com/auth/analytics.edit"
1034 ] 1034 ]
1035 } 1035 }
1036 } 1036 }
1037 }, 1037 },
1038 "dailyUploads": {
1039 "methods": {
1040 "delete": {
1041 "description": "Delete uploaded data for the given d ate.",
1042 "httpMethod": "DELETE",
1043 "id": "analytics.management.dailyUploads.delete",
1044 "parameterOrder": [
1045 "accountId",
1046 "webPropertyId",
1047 "customDataSourceId",
1048 "date",
1049 "type"
1050 ],
1051 "parameters": {
1052 "accountId": {
1053 "description": "Account Id associated with d aily upload delete.",
1054 "location": "path",
1055 "pattern": "[0-9]+",
1056 "required": true,
1057 "type": "string"
1058 },
1059 "customDataSourceId": {
1060 "description": "Custom data source Id associ ated with daily upload delete.",
1061 "location": "path",
1062 "required": true,
1063 "type": "string"
1064 },
1065 "date": {
1066 "description": "Date for which data is to be deleted. Date should be formatted as YYYY-MM-DD.",
1067 "location": "path",
1068 "pattern": "[0-9]{4}-[0-9]{2}-[0-9]{2}",
1069 "required": true,
1070 "type": "string"
1071 },
1072 "type": {
1073 "description": "Type of data for this delete .",
1074 "enum": [
1075 "cost"
1076 ],
1077 "enumDescriptions": [
1078 "Value for specifying cost data upload."
1079 ],
1080 "location": "query",
1081 "required": true,
1082 "type": "string"
1083 },
1084 "webPropertyId": {
1085 "description": "Web property Id associated w ith daily upload delete.",
1086 "location": "path",
1087 "pattern": "UA-[0-9]+-[0-9]+",
1088 "required": true,
1089 "type": "string"
1090 }
1091 },
1092 "path": "management/accounts/{accountId}/webproperti es/{webPropertyId}/customDataSources/{customDataSourceId}/dailyUploads/{date}",
1093 "scopes": [
1094 "https://www.googleapis.com/auth/analytics",
1095 "https://www.googleapis.com/auth/analytics.edit"
1096 ]
1097 },
1098 "list": {
1099 "description": "List daily uploads to which the user has access.",
1100 "httpMethod": "GET",
1101 "id": "analytics.management.dailyUploads.list",
1102 "parameterOrder": [
1103 "accountId",
1104 "webPropertyId",
1105 "customDataSourceId",
1106 "start-date",
1107 "end-date"
1108 ],
1109 "parameters": {
1110 "accountId": {
1111 "description": "Account Id for the daily upl oads to retrieve.",
1112 "location": "path",
1113 "pattern": "\\d+",
1114 "required": true,
1115 "type": "string"
1116 },
1117 "customDataSourceId": {
1118 "description": "Custom data source Id for da ily uploads to retrieve.",
1119 "location": "path",
1120 "pattern": ".{22}",
1121 "required": true,
1122 "type": "string"
1123 },
1124 "end-date": {
1125 "description": "End date of the form YYYY-MM -DD.",
1126 "location": "query",
1127 "pattern": "[0-9]{4}-[0-9]{2}-[0-9]{2}",
1128 "required": true,
1129 "type": "string"
1130 },
1131 "max-results": {
1132 "description": "The maximum number of custom data sources to include in this response.",
1133 "format": "int32",
1134 "location": "query",
1135 "minimum": "1",
1136 "type": "integer"
1137 },
1138 "start-date": {
1139 "description": "Start date of the form YYYY- MM-DD.",
1140 "location": "query",
1141 "pattern": "[0-9]{4}-[0-9]{2}-[0-9]{2}",
1142 "required": true,
1143 "type": "string"
1144 },
1145 "start-index": {
1146 "description": "A 1-based index of the first daily upload to retrieve. Use this parameter as a pagination mechanism along wi th the max-results parameter.",
1147 "format": "int32",
1148 "location": "query",
1149 "minimum": "1",
1150 "type": "integer"
1151 },
1152 "webPropertyId": {
1153 "description": "Web property Id for the dail y uploads to retrieve.",
1154 "location": "path",
1155 "pattern": "UA-(\\d+)-(\\d+)",
1156 "required": true,
1157 "type": "string"
1158 }
1159 },
1160 "path": "management/accounts/{accountId}/webproperti es/{webPropertyId}/customDataSources/{customDataSourceId}/dailyUploads",
1161 "response": {
1162 "$ref": "DailyUploads"
1163 },
1164 "scopes": [
1165 "https://www.googleapis.com/auth/analytics",
1166 "https://www.googleapis.com/auth/analytics.reado nly"
1167 ]
1168 },
1169 "upload": {
1170 "description": "Update/Overwrite data for a custom d ata source.",
1171 "httpMethod": "POST",
1172 "id": "analytics.management.dailyUploads.upload",
1173 "mediaUpload": {
1174 "accept": [
1175 "application/octet-stream"
1176 ],
1177 "maxSize": "5MB",
1178 "protocols": {
1179 "resumable": {
1180 "multipart": true,
1181 "path": "/resumable/upload/analytics/v3/ management/accounts/{accountId}/webproperties/{webPropertyId}/customDataSources/ {customDataSourceId}/dailyUploads/{date}/uploads"
1182 },
1183 "simple": {
1184 "multipart": true,
1185 "path": "/upload/analytics/v3/management /accounts/{accountId}/webproperties/{webPropertyId}/customDataSources/{customDat aSourceId}/dailyUploads/{date}/uploads"
1186 }
1187 }
1188 },
1189 "parameterOrder": [
1190 "accountId",
1191 "webPropertyId",
1192 "customDataSourceId",
1193 "date",
1194 "appendNumber",
1195 "type"
1196 ],
1197 "parameters": {
1198 "accountId": {
1199 "description": "Account Id associated with d aily upload.",
1200 "location": "path",
1201 "pattern": "\\d+",
1202 "required": true,
1203 "type": "string"
1204 },
1205 "appendNumber": {
1206 "description": "Append number for this uploa d indexed from 1.",
1207 "format": "int32",
1208 "location": "query",
1209 "maximum": "20",
1210 "minimum": "1",
1211 "required": true,
1212 "type": "integer"
1213 },
1214 "customDataSourceId": {
1215 "description": "Custom data source Id to whi ch the data being uploaded belongs.",
1216 "location": "path",
1217 "required": true,
1218 "type": "string"
1219 },
1220 "date": {
1221 "description": "Date for which data is uploa ded. Date should be formatted as YYYY-MM-DD.",
1222 "location": "path",
1223 "pattern": "[0-9]{4}-[0-9]{2}-[0-9]{2}",
1224 "required": true,
1225 "type": "string"
1226 },
1227 "reset": {
1228 "default": "false",
1229 "description": "Reset/Overwrite all previous appends for this date and start over with this file as the first upload.",
1230 "location": "query",
1231 "type": "boolean"
1232 },
1233 "type": {
1234 "description": "Type of data for this upload .",
1235 "enum": [
1236 "cost"
1237 ],
1238 "enumDescriptions": [
1239 "Value for specifying cost data upload."
1240 ],
1241 "location": "query",
1242 "required": true,
1243 "type": "string"
1244 },
1245 "webPropertyId": {
1246 "description": "Web property Id associated w ith daily upload.",
1247 "location": "path",
1248 "pattern": "UA-\\d+-\\d+",
1249 "required": true,
1250 "type": "string"
1251 }
1252 },
1253 "path": "management/accounts/{accountId}/webproperti es/{webPropertyId}/customDataSources/{customDataSourceId}/dailyUploads/{date}/up loads",
1254 "response": {
1255 "$ref": "DailyUploadAppend"
1256 },
1257 "scopes": [
1258 "https://www.googleapis.com/auth/analytics",
1259 "https://www.googleapis.com/auth/analytics.edit"
1260 ],
1261 "supportsMediaUpload": true
1262 }
1263 }
1264 },
1265 "experiments": { 1038 "experiments": {
1266 "methods": { 1039 "methods": {
1267 "delete": { 1040 "delete": {
1268 "description": "Delete an experiment.", 1041 "description": "Delete an experiment.",
1269 "httpMethod": "DELETE", 1042 "httpMethod": "DELETE",
1270 "id": "analytics.management.experiments.delete", 1043 "id": "analytics.management.experiments.delete",
1271 "parameterOrder": [ 1044 "parameterOrder": [
1272 "accountId", 1045 "accountId",
1273 "webPropertyId", 1046 "webPropertyId",
1274 "profileId", 1047 "profileId",
(...skipping 1734 matching lines...) Expand 10 before | Expand all | Expand 10 after
3009 "path": "management/accounts/{accountId}/webproperti es/{webPropertyId}/customDataSources/{customDataSourceId}/uploads", 2782 "path": "management/accounts/{accountId}/webproperti es/{webPropertyId}/customDataSources/{customDataSourceId}/uploads",
3010 "response": { 2783 "response": {
3011 "$ref": "Uploads" 2784 "$ref": "Uploads"
3012 }, 2785 },
3013 "scopes": [ 2786 "scopes": [
3014 "https://www.googleapis.com/auth/analytics", 2787 "https://www.googleapis.com/auth/analytics",
3015 "https://www.googleapis.com/auth/analytics.edit" , 2788 "https://www.googleapis.com/auth/analytics.edit" ,
3016 "https://www.googleapis.com/auth/analytics.reado nly" 2789 "https://www.googleapis.com/auth/analytics.reado nly"
3017 ] 2790 ]
3018 }, 2791 },
3019 "migrateDataImport": {
3020 "description": "Migrate custom data source and data imports to latest version.",
3021 "httpMethod": "POST",
3022 "id": "analytics.management.uploads.migrateDataImpor t",
3023 "parameterOrder": [
3024 "accountId",
3025 "webPropertyId",
3026 "customDataSourceId"
3027 ],
3028 "parameters": {
3029 "accountId": {
3030 "description": "Account Id for migration.",
3031 "location": "path",
3032 "pattern": "\\d+",
3033 "required": true,
3034 "type": "string"
3035 },
3036 "customDataSourceId": {
3037 "description": "Custom data source Id for mi gration.",
3038 "location": "path",
3039 "pattern": ".{22}",
3040 "required": true,
3041 "type": "string"
3042 },
3043 "webPropertyId": {
3044 "description": "Web property Id for migratio n.",
3045 "location": "path",
3046 "pattern": "UA-(\\d+)-(\\d+)",
3047 "required": true,
3048 "type": "string"
3049 }
3050 },
3051 "path": "management/accounts/{accountId}/webproperti es/{webPropertyId}/customDataSources/{customDataSourceId}/migrateDataImport",
3052 "scopes": [
3053 "https://www.googleapis.com/auth/analytics",
3054 "https://www.googleapis.com/auth/analytics.edit"
3055 ]
3056 },
3057 "uploadData": { 2792 "uploadData": {
3058 "description": "Upload data for a custom data source .", 2793 "description": "Upload data for a custom data source .",
3059 "httpMethod": "POST", 2794 "httpMethod": "POST",
3060 "id": "analytics.management.uploads.uploadData", 2795 "id": "analytics.management.uploads.uploadData",
3061 "mediaUpload": { 2796 "mediaUpload": {
3062 "accept": [ 2797 "accept": [
3063 "application/octet-stream" 2798 "application/octet-stream"
3064 ], 2799 ],
3065 "maxSize": "1GB", 2800 "maxSize": "1GB",
3066 "protocols": { 2801 "protocols": {
(...skipping 651 matching lines...) Expand 10 before | Expand all | Expand 10 after
3718 "response": { 3453 "response": {
3719 "$ref": "AccountTicket" 3454 "$ref": "AccountTicket"
3720 }, 3455 },
3721 "scopes": [ 3456 "scopes": [
3722 "https://www.googleapis.com/auth/analytics.provision" 3457 "https://www.googleapis.com/auth/analytics.provision"
3723 ] 3458 ]
3724 } 3459 }
3725 } 3460 }
3726 } 3461 }
3727 }, 3462 },
3728 "revision": "20141226", 3463 "revision": "20150308",
3729 "rootUrl": "https://www.googleapis.com/", 3464 "rootUrl": "https://www.googleapis.com/",
3730 "schemas": { 3465 "schemas": {
3731 "Account": { 3466 "Account": {
3732 "description": "JSON template for Analytics account entry.", 3467 "description": "JSON template for Analytics account entry.",
3733 "id": "Account", 3468 "id": "Account",
3734 "properties": { 3469 "properties": {
3735 "childLink": { 3470 "childLink": {
3736 "description": "Child link for an account entry. Points to t he list of web properties for this account.", 3471 "description": "Child link for an account entry. Points to t he list of web properties for this account.",
3737 "properties": { 3472 "properties": {
3738 "href": { 3473 "href": {
(...skipping 710 matching lines...) Expand 10 before | Expand all | Expand 10 after
4449 "format": "int32", 4184 "format": "int32",
4450 "type": "integer" 4185 "type": "integer"
4451 }, 4186 },
4452 "username": { 4187 "username": {
4453 "description": "Email ID of the authenticated user", 4188 "description": "Email ID of the authenticated user",
4454 "type": "string" 4189 "type": "string"
4455 } 4190 }
4456 }, 4191 },
4457 "type": "object" 4192 "type": "object"
4458 }, 4193 },
4459 "DailyUpload": {
4460 "description": "Metadata for daily upload entity.",
4461 "id": "DailyUpload",
4462 "properties": {
4463 "accountId": {
4464 "description": "Account ID to which this daily upload belong s.",
4465 "type": "string"
4466 },
4467 "appendCount": {
4468 "description": "Number of appends for this date.",
4469 "format": "int32",
4470 "type": "integer"
4471 },
4472 "createdTime": {
4473 "description": "Time this daily upload was created.",
4474 "format": "date-time",
4475 "type": "string"
4476 },
4477 "customDataSourceId": {
4478 "description": "Custom data source ID to which this daily up load belongs.",
4479 "type": "string"
4480 },
4481 "date": {
4482 "description": "Date associated with daily upload.",
4483 "type": "string"
4484 },
4485 "kind": {
4486 "default": "analytics#dailyUpload",
4487 "description": "Resource type for Analytics daily upload.",
4488 "type": "string"
4489 },
4490 "modifiedTime": {
4491 "description": "Time this daily upload was last modified.",
4492 "format": "date-time",
4493 "type": "string"
4494 },
4495 "parentLink": {
4496 "description": "Parent link for a daily upload. Points to th e custom data source to which this daily upload belongs.",
4497 "properties": {
4498 "href": {
4499 "description": "Link to the custom data source to wh ich this daily upload belongs.",
4500 "type": "string"
4501 },
4502 "type": {
4503 "default": "analytics#customDataSource",
4504 "description": "Value is \"analytics#customDataSourc e\".",
4505 "type": "string"
4506 }
4507 },
4508 "type": "object"
4509 },
4510 "recentChanges": {
4511 "description": "Change log for last 10 changes in chronologi cal order.",
4512 "items": {
4513 "properties": {
4514 "change": {
4515 "description": "The type of change: APPEND, RESE T, or DELETE.",
4516 "type": "string"
4517 },
4518 "time": {
4519 "description": "The time when the change occurre d.",
4520 "format": "date-time",
4521 "type": "string"
4522 }
4523 },
4524 "type": "object"
4525 },
4526 "type": "array"
4527 },
4528 "selfLink": {
4529 "description": "Link for this daily upload.",
4530 "type": "string"
4531 },
4532 "webPropertyId": {
4533 "description": "Web property ID of the form UA-XXXXX-YY to w hich this daily upload belongs.",
4534 "type": "string"
4535 }
4536 },
4537 "type": "object"
4538 },
4539 "DailyUploadAppend": {
4540 "description": "Metadata returned for a successful append operation. ",
4541 "id": "DailyUploadAppend",
4542 "properties": {
4543 "accountId": {
4544 "description": "Account Id to which this daily upload append belongs.",
4545 "type": "string"
4546 },
4547 "appendNumber": {
4548 "description": "Append number.",
4549 "format": "int32",
4550 "type": "integer"
4551 },
4552 "customDataSourceId": {
4553 "description": "Custom data source Id to which this daily up load append belongs.",
4554 "type": "string"
4555 },
4556 "date": {
4557 "description": "Date associated with daily upload append.",
4558 "type": "string"
4559 },
4560 "kind": {
4561 "default": "analytics#dailyUploadAppend",
4562 "description": "Resource type for Analytics daily upload app end.",
4563 "type": "string"
4564 },
4565 "nextAppendLink": {
4566 "type": "string"
4567 },
4568 "webPropertyId": {
4569 "description": "Web property Id of the form UA-XXXXX-YY to w hich this daily upload append belongs.",
4570 "type": "string"
4571 }
4572 },
4573 "type": "object"
4574 },
4575 "DailyUploads": {
4576 "description": "A daily upload collection lists Analytics daily uplo ads to which the user has access. Each resource in the collection corresponds to a single Analytics daily upload.",
4577 "id": "DailyUploads",
4578 "properties": {
4579 "items": {
4580 "description": "A collection of daily uploads.",
4581 "items": {
4582 "$ref": "DailyUpload"
4583 },
4584 "type": "array"
4585 },
4586 "itemsPerPage": {
4587 "description": "The maximum number of resources the response can contain, regardless of the actual number of resources returned. Its value r anges from 1 to 1000 with a value of 1000 by default, or otherwise specified by the max-results query parameter.",
4588 "format": "int32",
4589 "type": "integer"
4590 },
4591 "kind": {
4592 "default": "analytics#dailyUploads",
4593 "description": "Collection type. Value is analytics#dailyUpl oads.",
4594 "type": "string"
4595 },
4596 "nextLink": {
4597 "description": "Link to next page for this daily upload coll ection.",
4598 "type": "string"
4599 },
4600 "previousLink": {
4601 "description": "Link to previous page for this daily upload collection.",
4602 "type": "string"
4603 },
4604 "startIndex": {
4605 "description": "The starting index of the resources, which i s 1 by default or otherwise specified by the start-index query parameter.",
4606 "format": "int32",
4607 "type": "integer"
4608 },
4609 "totalResults": {
4610 "description": "The total number of results for the query, r egardless of the number of results in the response.",
4611 "format": "int32",
4612 "type": "integer"
4613 },
4614 "username": {
4615 "description": "Email ID of the authenticated user",
4616 "type": "string"
4617 }
4618 },
4619 "type": "object"
4620 },
4621 "EntityAdWordsLink": { 4194 "EntityAdWordsLink": {
4622 "description": "JSON template for Analytics Entity AdWords Link.", 4195 "description": "JSON template for Analytics Entity AdWords Link.",
4623 "id": "EntityAdWordsLink", 4196 "id": "EntityAdWordsLink",
4624 "properties": { 4197 "properties": {
4625 "adWordsAccounts": { 4198 "adWordsAccounts": {
4626 "annotations": { 4199 "annotations": {
4627 "required": [ 4200 "required": [
4628 "analytics.management.webPropertyAdWordsLinks.insert ", 4201 "analytics.management.webPropertyAdWordsLinks.insert ",
4629 "analytics.management.webPropertyAdWordsLinks.update " 4202 "analytics.management.webPropertyAdWordsLinks.update "
4630 ] 4203 ]
(...skipping 2427 matching lines...) Expand 10 before | Expand all | Expand 10 after
7058 "type": "string" 6631 "type": "string"
7059 } 6632 }
7060 }, 6633 },
7061 "type": "object" 6634 "type": "object"
7062 } 6635 }
7063 }, 6636 },
7064 "servicePath": "analytics/v3/", 6637 "servicePath": "analytics/v3/",
7065 "title": "Google Analytics API", 6638 "title": "Google Analytics API",
7066 "version": "v3" 6639 "version": "v3"
7067 } 6640 }
OLDNEW
« no previous file with comments | « discovery/googleapis/adsensehost__v4.1.json ('k') | discovery/googleapis/androidenterprise__v1.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698