| Index: discovery/googleapis/analytics__v3.json
|
| diff --git a/discovery/googleapis/analytics__v3.json b/discovery/googleapis/analytics__v3.json
|
| index 694c587423d2f92399fc4c5d1996b62fb3b339fc..60782f830bb5b6d89ab889898906c6dfc1d70a58 100644
|
| --- a/discovery/googleapis/analytics__v3.json
|
| +++ b/discovery/googleapis/analytics__v3.json
|
| @@ -26,10 +26,10 @@
|
| "basePath": "/analytics/v3/",
|
| "baseUrl": "https://www.googleapis.com/analytics/v3/",
|
| "batchPath": "batch",
|
| - "description": "View and manage your Google Analytics data",
|
| + "description": "Views and manages your Google Analytics data.",
|
| "discoveryVersion": "v1",
|
| "documentationLink": "https://developers.google.com/analytics/",
|
| - "etag": "\"bRFOOrZKfO9LweMbPqu0kcu6De8/yipUxJ3MQM_fDvErB1j4hLbOCkw\"",
|
| + "etag": "\"bRFOOrZKfO9LweMbPqu0kcu6De8/y7JmUhB0GIMusVTZY-o1OGZ6DZQ\"",
|
| "icons": {
|
| "x16": "https://www.google.com/images/icons/product/analytics-16.png",
|
| "x32": "https://www.google.com/images/icons/product/analytics-32.png"
|
| @@ -1659,7 +1659,7 @@
|
| ]
|
| },
|
| "patch": {
|
| - "description": "Updates an existing view (profile). This method supports patch semantics.",
|
| + "description": "Updates an existing goal. This method supports patch semantics.",
|
| "httpMethod": "PATCH",
|
| "id": "analytics.management.goals.patch",
|
| "parameterOrder": [
|
| @@ -1706,7 +1706,7 @@
|
| ]
|
| },
|
| "update": {
|
| - "description": "Updates an existing view (profile).",
|
| + "description": "Updates an existing goal.",
|
| "httpMethod": "PUT",
|
| "id": "analytics.management.goals.update",
|
| "parameterOrder": [
|
| @@ -2279,21 +2279,21 @@
|
| ],
|
| "parameters": {
|
| "accountId": {
|
| - "description": "Account ID to retrieve the goal for.",
|
| + "description": "Account ID to retrieve the view (profile) for.",
|
| "location": "path",
|
| "pattern": "[0-9]+",
|
| "required": true,
|
| "type": "string"
|
| },
|
| "profileId": {
|
| - "description": "View (Profile) ID to retrieve the goal for.",
|
| + "description": "View (Profile) ID to retrieve the view (profile) for.",
|
| "location": "path",
|
| "pattern": "[0-9]+",
|
| "required": true,
|
| "type": "string"
|
| },
|
| "webPropertyId": {
|
| - "description": "Web property ID to retrieve the goal for.",
|
| + "description": "Web property ID to retrieve the view (profile) for.",
|
| "location": "path",
|
| "pattern": "UA-[0-9]+-[0-9]+",
|
| "required": true,
|
| @@ -3506,7 +3506,7 @@
|
| }
|
| }
|
| },
|
| - "revision": "20151215",
|
| + "revision": "20160308",
|
| "rootUrl": "https://www.googleapis.com/",
|
| "schemas": {
|
| "Account": {
|
| @@ -3564,6 +3564,10 @@
|
| "description": "Link for this account.",
|
| "type": "string"
|
| },
|
| + "starred": {
|
| + "description": "Indicates whether this account is starred or not.",
|
| + "type": "boolean"
|
| + },
|
| "updated": {
|
| "description": "Time the account was last modified.",
|
| "format": "date-time",
|
| @@ -3659,6 +3663,10 @@
|
| "description": "Account name.",
|
| "type": "string"
|
| },
|
| + "starred": {
|
| + "description": "Indicates whether this account is starred or not.",
|
| + "type": "boolean"
|
| + },
|
| "webProperties": {
|
| "description": "List of web properties under this account.",
|
| "items": {
|
| @@ -5765,6 +5773,10 @@
|
| "description": "The site search query parameters for this view (profile).",
|
| "type": "string"
|
| },
|
| + "starred": {
|
| + "description": "Indicates whether this view (profile) is starred or not.",
|
| + "type": "boolean"
|
| + },
|
| "stripSiteSearchCategoryParameters": {
|
| "description": "Whether or not Analytics will strip search category parameters from the URLs in your reports.",
|
| "type": "boolean"
|
| @@ -5933,6 +5945,10 @@
|
| "description": "View (profile) name.",
|
| "type": "string"
|
| },
|
| + "starred": {
|
| + "description": "Indicates whether this view (profile) is starred or not.",
|
| + "type": "boolean"
|
| + },
|
| "type": {
|
| "description": "View (Profile) type. Supported types: WEB or APP.",
|
| "type": "string"
|
| @@ -6550,6 +6566,10 @@
|
| },
|
| "type": "array"
|
| },
|
| + "starred": {
|
| + "description": "Indicates whether this web property is starred or not.",
|
| + "type": "boolean"
|
| + },
|
| "websiteUrl": {
|
| "description": "Website url for this web property.",
|
| "type": "string"
|
| @@ -6705,6 +6725,10 @@
|
| "readOnly": true,
|
| "type": "string"
|
| },
|
| + "starred": {
|
| + "description": "Indicates whether this web property is starred or not.",
|
| + "type": "boolean"
|
| + },
|
| "updated": {
|
| "description": "Time this web property was last modified.",
|
| "format": "date-time",
|
|
|