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

Unified Diff: discovery/googleapis/analytics__v3.json

Issue 2779563003: Api-roll 47: 2017-03-27 (Closed)
Patch Set: Created 3 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/analyticsreporting__v4.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 1f556f4d71df1ba9ea53a7cdfd29ccd48d3e55c1..f5fd94419946a4c57c3acc07d62f8f70b80e8505 100644
--- a/discovery/googleapis/analytics__v3.json
+++ b/discovery/googleapis/analytics__v3.json
@@ -29,7 +29,7 @@
"description": "Views and manages your Google Analytics data.",
"discoveryVersion": "v1",
"documentationLink": "https://developers.google.com/analytics/",
- "etag": "\"tbys6C40o18GZwyMen5GMkdK-3s/CEwIV9fdNgUw9Oy31M8HLJeTPyQ\"",
+ "etag": "\"tbys6C40o18GZwyMen5GMkdK-3s/kNCxeHzf8zHSdahaoD4fNF__mRA\"",
"icons": {
"x16": "https://www.google.com/images/icons/product/analytics-16.png",
"x32": "https://www.google.com/images/icons/product/analytics-32.png"
@@ -2471,6 +2471,40 @@
},
"remarketingAudience": {
"methods": {
+ "delete": {
+ "description": "Delete a remarketing audience.",
+ "httpMethod": "DELETE",
+ "id": "analytics.management.remarketingAudience.delete",
+ "parameterOrder": [
+ "accountId",
+ "webPropertyId",
+ "remarketingAudienceId"
+ ],
+ "parameters": {
+ "accountId": {
+ "description": "Account ID to which the remarketing audience belongs.",
+ "location": "path",
+ "required": true,
+ "type": "string"
+ },
+ "remarketingAudienceId": {
+ "description": "The ID of the remarketing audience to delete.",
+ "location": "path",
+ "required": true,
+ "type": "string"
+ },
+ "webPropertyId": {
+ "description": "Web property ID to which the remarketing audience belongs.",
+ "location": "path",
+ "required": true,
+ "type": "string"
+ }
+ },
+ "path": "management/accounts/{accountId}/webproperties/{webPropertyId}/remarketingAudiences/{remarketingAudienceId}",
+ "scopes": [
+ "https://www.googleapis.com/auth/analytics.edit"
+ ]
+ },
"get": {
"description": "Gets a remarketing audience to which the user has access.",
"httpMethod": "GET",
@@ -3710,7 +3744,7 @@
}
}
},
- "revision": "20161004",
+ "revision": "20170321",
"rootUrl": "https://www.googleapis.com/",
"schemas": {
"Account": {
« no previous file with comments | « discovery/googleapis/adsensehost__v4.1.json ('k') | discovery/googleapis/analyticsreporting__v4.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698