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": { |