| Index: discovery/googleapis/analytics__v3.json
|
| diff --git a/discovery/googleapis/analytics__v3.json b/discovery/googleapis/analytics__v3.json
|
| index 0523c6883d55d650388f342edd8084ff84ee490a..2ffb4c1e500cfc6941395f5c2f29cf7356ec7a37 100644
|
| --- a/discovery/googleapis/analytics__v3.json
|
| +++ b/discovery/googleapis/analytics__v3.json
|
| @@ -29,7 +29,7 @@
|
| "description": "View and manage your Google Analytics data",
|
| "discoveryVersion": "v1",
|
| "documentationLink": "https://developers.google.com/analytics/",
|
| - "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/nUC94EULkGtP_87573JbcAx06B0\"",
|
| + "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/6NlFUYEBMf81bxiwpXwPhu5e1RQ\"",
|
| "icons": {
|
| "x16": "https://www.google.com/images/icons/product/analytics-16.png",
|
| "x32": "https://www.google.com/images/icons/product/analytics-32.png"
|
| @@ -1035,233 +1035,6 @@
|
| }
|
| }
|
| },
|
| - "dailyUploads": {
|
| - "methods": {
|
| - "delete": {
|
| - "description": "Delete uploaded data for the given date.",
|
| - "httpMethod": "DELETE",
|
| - "id": "analytics.management.dailyUploads.delete",
|
| - "parameterOrder": [
|
| - "accountId",
|
| - "webPropertyId",
|
| - "customDataSourceId",
|
| - "date",
|
| - "type"
|
| - ],
|
| - "parameters": {
|
| - "accountId": {
|
| - "description": "Account Id associated with daily upload delete.",
|
| - "location": "path",
|
| - "pattern": "[0-9]+",
|
| - "required": true,
|
| - "type": "string"
|
| - },
|
| - "customDataSourceId": {
|
| - "description": "Custom data source Id associated with daily upload delete.",
|
| - "location": "path",
|
| - "required": true,
|
| - "type": "string"
|
| - },
|
| - "date": {
|
| - "description": "Date for which data is to be deleted. Date should be formatted as YYYY-MM-DD.",
|
| - "location": "path",
|
| - "pattern": "[0-9]{4}-[0-9]{2}-[0-9]{2}",
|
| - "required": true,
|
| - "type": "string"
|
| - },
|
| - "type": {
|
| - "description": "Type of data for this delete.",
|
| - "enum": [
|
| - "cost"
|
| - ],
|
| - "enumDescriptions": [
|
| - "Value for specifying cost data upload."
|
| - ],
|
| - "location": "query",
|
| - "required": true,
|
| - "type": "string"
|
| - },
|
| - "webPropertyId": {
|
| - "description": "Web property Id associated with daily upload delete.",
|
| - "location": "path",
|
| - "pattern": "UA-[0-9]+-[0-9]+",
|
| - "required": true,
|
| - "type": "string"
|
| - }
|
| - },
|
| - "path": "management/accounts/{accountId}/webproperties/{webPropertyId}/customDataSources/{customDataSourceId}/dailyUploads/{date}",
|
| - "scopes": [
|
| - "https://www.googleapis.com/auth/analytics",
|
| - "https://www.googleapis.com/auth/analytics.edit"
|
| - ]
|
| - },
|
| - "list": {
|
| - "description": "List daily uploads to which the user has access.",
|
| - "httpMethod": "GET",
|
| - "id": "analytics.management.dailyUploads.list",
|
| - "parameterOrder": [
|
| - "accountId",
|
| - "webPropertyId",
|
| - "customDataSourceId",
|
| - "start-date",
|
| - "end-date"
|
| - ],
|
| - "parameters": {
|
| - "accountId": {
|
| - "description": "Account Id for the daily uploads to retrieve.",
|
| - "location": "path",
|
| - "pattern": "\\d+",
|
| - "required": true,
|
| - "type": "string"
|
| - },
|
| - "customDataSourceId": {
|
| - "description": "Custom data source Id for daily uploads to retrieve.",
|
| - "location": "path",
|
| - "pattern": ".{22}",
|
| - "required": true,
|
| - "type": "string"
|
| - },
|
| - "end-date": {
|
| - "description": "End date of the form YYYY-MM-DD.",
|
| - "location": "query",
|
| - "pattern": "[0-9]{4}-[0-9]{2}-[0-9]{2}",
|
| - "required": true,
|
| - "type": "string"
|
| - },
|
| - "max-results": {
|
| - "description": "The maximum number of custom data sources to include in this response.",
|
| - "format": "int32",
|
| - "location": "query",
|
| - "minimum": "1",
|
| - "type": "integer"
|
| - },
|
| - "start-date": {
|
| - "description": "Start date of the form YYYY-MM-DD.",
|
| - "location": "query",
|
| - "pattern": "[0-9]{4}-[0-9]{2}-[0-9]{2}",
|
| - "required": true,
|
| - "type": "string"
|
| - },
|
| - "start-index": {
|
| - "description": "A 1-based index of the first daily upload to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter.",
|
| - "format": "int32",
|
| - "location": "query",
|
| - "minimum": "1",
|
| - "type": "integer"
|
| - },
|
| - "webPropertyId": {
|
| - "description": "Web property Id for the daily uploads to retrieve.",
|
| - "location": "path",
|
| - "pattern": "UA-(\\d+)-(\\d+)",
|
| - "required": true,
|
| - "type": "string"
|
| - }
|
| - },
|
| - "path": "management/accounts/{accountId}/webproperties/{webPropertyId}/customDataSources/{customDataSourceId}/dailyUploads",
|
| - "response": {
|
| - "$ref": "DailyUploads"
|
| - },
|
| - "scopes": [
|
| - "https://www.googleapis.com/auth/analytics",
|
| - "https://www.googleapis.com/auth/analytics.readonly"
|
| - ]
|
| - },
|
| - "upload": {
|
| - "description": "Update/Overwrite data for a custom data source.",
|
| - "httpMethod": "POST",
|
| - "id": "analytics.management.dailyUploads.upload",
|
| - "mediaUpload": {
|
| - "accept": [
|
| - "application/octet-stream"
|
| - ],
|
| - "maxSize": "5MB",
|
| - "protocols": {
|
| - "resumable": {
|
| - "multipart": true,
|
| - "path": "/resumable/upload/analytics/v3/management/accounts/{accountId}/webproperties/{webPropertyId}/customDataSources/{customDataSourceId}/dailyUploads/{date}/uploads"
|
| - },
|
| - "simple": {
|
| - "multipart": true,
|
| - "path": "/upload/analytics/v3/management/accounts/{accountId}/webproperties/{webPropertyId}/customDataSources/{customDataSourceId}/dailyUploads/{date}/uploads"
|
| - }
|
| - }
|
| - },
|
| - "parameterOrder": [
|
| - "accountId",
|
| - "webPropertyId",
|
| - "customDataSourceId",
|
| - "date",
|
| - "appendNumber",
|
| - "type"
|
| - ],
|
| - "parameters": {
|
| - "accountId": {
|
| - "description": "Account Id associated with daily upload.",
|
| - "location": "path",
|
| - "pattern": "\\d+",
|
| - "required": true,
|
| - "type": "string"
|
| - },
|
| - "appendNumber": {
|
| - "description": "Append number for this upload indexed from 1.",
|
| - "format": "int32",
|
| - "location": "query",
|
| - "maximum": "20",
|
| - "minimum": "1",
|
| - "required": true,
|
| - "type": "integer"
|
| - },
|
| - "customDataSourceId": {
|
| - "description": "Custom data source Id to which the data being uploaded belongs.",
|
| - "location": "path",
|
| - "required": true,
|
| - "type": "string"
|
| - },
|
| - "date": {
|
| - "description": "Date for which data is uploaded. Date should be formatted as YYYY-MM-DD.",
|
| - "location": "path",
|
| - "pattern": "[0-9]{4}-[0-9]{2}-[0-9]{2}",
|
| - "required": true,
|
| - "type": "string"
|
| - },
|
| - "reset": {
|
| - "default": "false",
|
| - "description": "Reset/Overwrite all previous appends for this date and start over with this file as the first upload.",
|
| - "location": "query",
|
| - "type": "boolean"
|
| - },
|
| - "type": {
|
| - "description": "Type of data for this upload.",
|
| - "enum": [
|
| - "cost"
|
| - ],
|
| - "enumDescriptions": [
|
| - "Value for specifying cost data upload."
|
| - ],
|
| - "location": "query",
|
| - "required": true,
|
| - "type": "string"
|
| - },
|
| - "webPropertyId": {
|
| - "description": "Web property Id associated with daily upload.",
|
| - "location": "path",
|
| - "pattern": "UA-\\d+-\\d+",
|
| - "required": true,
|
| - "type": "string"
|
| - }
|
| - },
|
| - "path": "management/accounts/{accountId}/webproperties/{webPropertyId}/customDataSources/{customDataSourceId}/dailyUploads/{date}/uploads",
|
| - "response": {
|
| - "$ref": "DailyUploadAppend"
|
| - },
|
| - "scopes": [
|
| - "https://www.googleapis.com/auth/analytics",
|
| - "https://www.googleapis.com/auth/analytics.edit"
|
| - ],
|
| - "supportsMediaUpload": true
|
| - }
|
| - }
|
| - },
|
| "experiments": {
|
| "methods": {
|
| "delete": {
|
| @@ -3016,44 +2789,6 @@
|
| "https://www.googleapis.com/auth/analytics.readonly"
|
| ]
|
| },
|
| - "migrateDataImport": {
|
| - "description": "Migrate custom data source and data imports to latest version.",
|
| - "httpMethod": "POST",
|
| - "id": "analytics.management.uploads.migrateDataImport",
|
| - "parameterOrder": [
|
| - "accountId",
|
| - "webPropertyId",
|
| - "customDataSourceId"
|
| - ],
|
| - "parameters": {
|
| - "accountId": {
|
| - "description": "Account Id for migration.",
|
| - "location": "path",
|
| - "pattern": "\\d+",
|
| - "required": true,
|
| - "type": "string"
|
| - },
|
| - "customDataSourceId": {
|
| - "description": "Custom data source Id for migration.",
|
| - "location": "path",
|
| - "pattern": ".{22}",
|
| - "required": true,
|
| - "type": "string"
|
| - },
|
| - "webPropertyId": {
|
| - "description": "Web property Id for migration.",
|
| - "location": "path",
|
| - "pattern": "UA-(\\d+)-(\\d+)",
|
| - "required": true,
|
| - "type": "string"
|
| - }
|
| - },
|
| - "path": "management/accounts/{accountId}/webproperties/{webPropertyId}/customDataSources/{customDataSourceId}/migrateDataImport",
|
| - "scopes": [
|
| - "https://www.googleapis.com/auth/analytics",
|
| - "https://www.googleapis.com/auth/analytics.edit"
|
| - ]
|
| - },
|
| "uploadData": {
|
| "description": "Upload data for a custom data source.",
|
| "httpMethod": "POST",
|
| @@ -3725,7 +3460,7 @@
|
| }
|
| }
|
| },
|
| - "revision": "20141226",
|
| + "revision": "20150308",
|
| "rootUrl": "https://www.googleapis.com/",
|
| "schemas": {
|
| "Account": {
|
| @@ -4456,168 +4191,6 @@
|
| },
|
| "type": "object"
|
| },
|
| - "DailyUpload": {
|
| - "description": "Metadata for daily upload entity.",
|
| - "id": "DailyUpload",
|
| - "properties": {
|
| - "accountId": {
|
| - "description": "Account ID to which this daily upload belongs.",
|
| - "type": "string"
|
| - },
|
| - "appendCount": {
|
| - "description": "Number of appends for this date.",
|
| - "format": "int32",
|
| - "type": "integer"
|
| - },
|
| - "createdTime": {
|
| - "description": "Time this daily upload was created.",
|
| - "format": "date-time",
|
| - "type": "string"
|
| - },
|
| - "customDataSourceId": {
|
| - "description": "Custom data source ID to which this daily upload belongs.",
|
| - "type": "string"
|
| - },
|
| - "date": {
|
| - "description": "Date associated with daily upload.",
|
| - "type": "string"
|
| - },
|
| - "kind": {
|
| - "default": "analytics#dailyUpload",
|
| - "description": "Resource type for Analytics daily upload.",
|
| - "type": "string"
|
| - },
|
| - "modifiedTime": {
|
| - "description": "Time this daily upload was last modified.",
|
| - "format": "date-time",
|
| - "type": "string"
|
| - },
|
| - "parentLink": {
|
| - "description": "Parent link for a daily upload. Points to the custom data source to which this daily upload belongs.",
|
| - "properties": {
|
| - "href": {
|
| - "description": "Link to the custom data source to which this daily upload belongs.",
|
| - "type": "string"
|
| - },
|
| - "type": {
|
| - "default": "analytics#customDataSource",
|
| - "description": "Value is \"analytics#customDataSource\".",
|
| - "type": "string"
|
| - }
|
| - },
|
| - "type": "object"
|
| - },
|
| - "recentChanges": {
|
| - "description": "Change log for last 10 changes in chronological order.",
|
| - "items": {
|
| - "properties": {
|
| - "change": {
|
| - "description": "The type of change: APPEND, RESET, or DELETE.",
|
| - "type": "string"
|
| - },
|
| - "time": {
|
| - "description": "The time when the change occurred.",
|
| - "format": "date-time",
|
| - "type": "string"
|
| - }
|
| - },
|
| - "type": "object"
|
| - },
|
| - "type": "array"
|
| - },
|
| - "selfLink": {
|
| - "description": "Link for this daily upload.",
|
| - "type": "string"
|
| - },
|
| - "webPropertyId": {
|
| - "description": "Web property ID of the form UA-XXXXX-YY to which this daily upload belongs.",
|
| - "type": "string"
|
| - }
|
| - },
|
| - "type": "object"
|
| - },
|
| - "DailyUploadAppend": {
|
| - "description": "Metadata returned for a successful append operation.",
|
| - "id": "DailyUploadAppend",
|
| - "properties": {
|
| - "accountId": {
|
| - "description": "Account Id to which this daily upload append belongs.",
|
| - "type": "string"
|
| - },
|
| - "appendNumber": {
|
| - "description": "Append number.",
|
| - "format": "int32",
|
| - "type": "integer"
|
| - },
|
| - "customDataSourceId": {
|
| - "description": "Custom data source Id to which this daily upload append belongs.",
|
| - "type": "string"
|
| - },
|
| - "date": {
|
| - "description": "Date associated with daily upload append.",
|
| - "type": "string"
|
| - },
|
| - "kind": {
|
| - "default": "analytics#dailyUploadAppend",
|
| - "description": "Resource type for Analytics daily upload append.",
|
| - "type": "string"
|
| - },
|
| - "nextAppendLink": {
|
| - "type": "string"
|
| - },
|
| - "webPropertyId": {
|
| - "description": "Web property Id of the form UA-XXXXX-YY to which this daily upload append belongs.",
|
| - "type": "string"
|
| - }
|
| - },
|
| - "type": "object"
|
| - },
|
| - "DailyUploads": {
|
| - "description": "A daily upload collection lists Analytics daily uploads to which the user has access. Each resource in the collection corresponds to a single Analytics daily upload.",
|
| - "id": "DailyUploads",
|
| - "properties": {
|
| - "items": {
|
| - "description": "A collection of daily uploads.",
|
| - "items": {
|
| - "$ref": "DailyUpload"
|
| - },
|
| - "type": "array"
|
| - },
|
| - "itemsPerPage": {
|
| - "description": "The maximum number of resources the response can contain, regardless of the actual number of resources returned. Its value ranges from 1 to 1000 with a value of 1000 by default, or otherwise specified by the max-results query parameter.",
|
| - "format": "int32",
|
| - "type": "integer"
|
| - },
|
| - "kind": {
|
| - "default": "analytics#dailyUploads",
|
| - "description": "Collection type. Value is analytics#dailyUploads.",
|
| - "type": "string"
|
| - },
|
| - "nextLink": {
|
| - "description": "Link to next page for this daily upload collection.",
|
| - "type": "string"
|
| - },
|
| - "previousLink": {
|
| - "description": "Link to previous page for this daily upload collection.",
|
| - "type": "string"
|
| - },
|
| - "startIndex": {
|
| - "description": "The starting index of the resources, which is 1 by default or otherwise specified by the start-index query parameter.",
|
| - "format": "int32",
|
| - "type": "integer"
|
| - },
|
| - "totalResults": {
|
| - "description": "The total number of results for the query, regardless of the number of results in the response.",
|
| - "format": "int32",
|
| - "type": "integer"
|
| - },
|
| - "username": {
|
| - "description": "Email ID of the authenticated user",
|
| - "type": "string"
|
| - }
|
| - },
|
| - "type": "object"
|
| - },
|
| "EntityAdWordsLink": {
|
| "description": "JSON template for Analytics Entity AdWords Link.",
|
| "id": "EntityAdWordsLink",
|
|
|