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

Unified Diff: discovery/googleapis/analytics__v3.json

Issue 1797933002: Api-roll 33: 2016-03-14 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Added resources/*/CHANGELOG.md, addresssed comments Created 4 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « discovery/googleapis/adsensehost__v4.1.json ('k') | discovery/googleapis/androidenterprise__v1.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« 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