OLD | NEW |
1 { | 1 { |
2 "auth": { | 2 "auth": { |
3 "oauth2": { | 3 "oauth2": { |
4 "scopes": { | 4 "scopes": { |
5 "https://www.googleapis.com/auth/analytics": { | 5 "https://www.googleapis.com/auth/analytics": { |
6 "description": "View and manage your Google Analytics data" | 6 "description": "View and manage your Google Analytics data" |
7 }, | 7 }, |
8 "https://www.googleapis.com/auth/analytics.edit": { | 8 "https://www.googleapis.com/auth/analytics.edit": { |
9 "description": "Edit Google Analytics management entities" | 9 "description": "Edit Google Analytics management entities" |
10 }, | 10 }, |
(...skipping 11 matching lines...) Expand all Loading... |
22 } | 22 } |
23 } | 23 } |
24 } | 24 } |
25 }, | 25 }, |
26 "basePath": "/analytics/v3/", | 26 "basePath": "/analytics/v3/", |
27 "baseUrl": "https://www.googleapis.com/analytics/v3/", | 27 "baseUrl": "https://www.googleapis.com/analytics/v3/", |
28 "batchPath": "batch", | 28 "batchPath": "batch", |
29 "description": "Views and manages your Google Analytics data.", | 29 "description": "Views and manages your Google Analytics data.", |
30 "discoveryVersion": "v1", | 30 "discoveryVersion": "v1", |
31 "documentationLink": "https://developers.google.com/analytics/", | 31 "documentationLink": "https://developers.google.com/analytics/", |
32 "etag": "\"tbys6C40o18GZwyMen5GMkdK-3s/CEwIV9fdNgUw9Oy31M8HLJeTPyQ\"", | 32 "etag": "\"tbys6C40o18GZwyMen5GMkdK-3s/kNCxeHzf8zHSdahaoD4fNF__mRA\"", |
33 "icons": { | 33 "icons": { |
34 "x16": "https://www.google.com/images/icons/product/analytics-16.png", | 34 "x16": "https://www.google.com/images/icons/product/analytics-16.png", |
35 "x32": "https://www.google.com/images/icons/product/analytics-32.png" | 35 "x32": "https://www.google.com/images/icons/product/analytics-32.png" |
36 }, | 36 }, |
37 "id": "analytics:v3", | 37 "id": "analytics:v3", |
38 "kind": "discovery#restDescription", | 38 "kind": "discovery#restDescription", |
39 "name": "analytics", | 39 "name": "analytics", |
40 "ownerDomain": "google.com", | 40 "ownerDomain": "google.com", |
41 "ownerName": "Google", | 41 "ownerName": "Google", |
42 "parameters": { | 42 "parameters": { |
(...skipping 2421 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2464 "$ref": "Profile" | 2464 "$ref": "Profile" |
2465 }, | 2465 }, |
2466 "scopes": [ | 2466 "scopes": [ |
2467 "https://www.googleapis.com/auth/analytics.edit" | 2467 "https://www.googleapis.com/auth/analytics.edit" |
2468 ] | 2468 ] |
2469 } | 2469 } |
2470 } | 2470 } |
2471 }, | 2471 }, |
2472 "remarketingAudience": { | 2472 "remarketingAudience": { |
2473 "methods": { | 2473 "methods": { |
| 2474 "delete": { |
| 2475 "description": "Delete a remarketing audience.", |
| 2476 "httpMethod": "DELETE", |
| 2477 "id": "analytics.management.remarketingAudience.dele
te", |
| 2478 "parameterOrder": [ |
| 2479 "accountId", |
| 2480 "webPropertyId", |
| 2481 "remarketingAudienceId" |
| 2482 ], |
| 2483 "parameters": { |
| 2484 "accountId": { |
| 2485 "description": "Account ID to which the rema
rketing audience belongs.", |
| 2486 "location": "path", |
| 2487 "required": true, |
| 2488 "type": "string" |
| 2489 }, |
| 2490 "remarketingAudienceId": { |
| 2491 "description": "The ID of the remarketing au
dience to delete.", |
| 2492 "location": "path", |
| 2493 "required": true, |
| 2494 "type": "string" |
| 2495 }, |
| 2496 "webPropertyId": { |
| 2497 "description": "Web property ID to which the
remarketing audience belongs.", |
| 2498 "location": "path", |
| 2499 "required": true, |
| 2500 "type": "string" |
| 2501 } |
| 2502 }, |
| 2503 "path": "management/accounts/{accountId}/webproperti
es/{webPropertyId}/remarketingAudiences/{remarketingAudienceId}", |
| 2504 "scopes": [ |
| 2505 "https://www.googleapis.com/auth/analytics.edit" |
| 2506 ] |
| 2507 }, |
2474 "get": { | 2508 "get": { |
2475 "description": "Gets a remarketing audience to which
the user has access.", | 2509 "description": "Gets a remarketing audience to which
the user has access.", |
2476 "httpMethod": "GET", | 2510 "httpMethod": "GET", |
2477 "id": "analytics.management.remarketingAudience.get"
, | 2511 "id": "analytics.management.remarketingAudience.get"
, |
2478 "parameterOrder": [ | 2512 "parameterOrder": [ |
2479 "accountId", | 2513 "accountId", |
2480 "webPropertyId", | 2514 "webPropertyId", |
2481 "remarketingAudienceId" | 2515 "remarketingAudienceId" |
2482 ], | 2516 ], |
2483 "parameters": { | 2517 "parameters": { |
(...skipping 1219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3703 "response": { | 3737 "response": { |
3704 "$ref": "AccountTicket" | 3738 "$ref": "AccountTicket" |
3705 }, | 3739 }, |
3706 "scopes": [ | 3740 "scopes": [ |
3707 "https://www.googleapis.com/auth/analytics.provision" | 3741 "https://www.googleapis.com/auth/analytics.provision" |
3708 ] | 3742 ] |
3709 } | 3743 } |
3710 } | 3744 } |
3711 } | 3745 } |
3712 }, | 3746 }, |
3713 "revision": "20161004", | 3747 "revision": "20170321", |
3714 "rootUrl": "https://www.googleapis.com/", | 3748 "rootUrl": "https://www.googleapis.com/", |
3715 "schemas": { | 3749 "schemas": { |
3716 "Account": { | 3750 "Account": { |
3717 "description": "JSON template for Analytics account entry.", | 3751 "description": "JSON template for Analytics account entry.", |
3718 "id": "Account", | 3752 "id": "Account", |
3719 "properties": { | 3753 "properties": { |
3720 "childLink": { | 3754 "childLink": { |
3721 "description": "Child link for an account entry. Points to t
he list of web properties for this account.", | 3755 "description": "Child link for an account entry. Points to t
he list of web properties for this account.", |
3722 "properties": { | 3756 "properties": { |
3723 "href": { | 3757 "href": { |
(...skipping 3453 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
7177 "type": "string" | 7211 "type": "string" |
7178 } | 7212 } |
7179 }, | 7213 }, |
7180 "type": "object" | 7214 "type": "object" |
7181 } | 7215 } |
7182 }, | 7216 }, |
7183 "servicePath": "analytics/v3/", | 7217 "servicePath": "analytics/v3/", |
7184 "title": "Google Analytics API", | 7218 "title": "Google Analytics API", |
7185 "version": "v3" | 7219 "version": "v3" |
7186 } | 7220 } |
OLD | NEW |