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

Side by Side 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 unified diff | Download patch
OLDNEW
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 },
11 "https://www.googleapis.com/auth/analytics.manage.users": { 11 "https://www.googleapis.com/auth/analytics.manage.users": {
12 "description": "Manage Google Analytics Account users by ema il address" 12 "description": "Manage Google Analytics Account users by ema il address"
13 }, 13 },
14 "https://www.googleapis.com/auth/analytics.manage.users.readonly ": { 14 "https://www.googleapis.com/auth/analytics.manage.users.readonly ": {
15 "description": "View Google Analytics user permissions" 15 "description": "View Google Analytics user permissions"
16 }, 16 },
17 "https://www.googleapis.com/auth/analytics.provision": { 17 "https://www.googleapis.com/auth/analytics.provision": {
18 "description": "Create a new Google Analytics account along with its default property and view" 18 "description": "Create a new Google Analytics account along with its default property and view"
19 }, 19 },
20 "https://www.googleapis.com/auth/analytics.readonly": { 20 "https://www.googleapis.com/auth/analytics.readonly": {
21 "description": "View your Google Analytics data" 21 "description": "View your Google Analytics data"
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": "View and manage 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": "\"bRFOOrZKfO9LweMbPqu0kcu6De8/yipUxJ3MQM_fDvErB1j4hLbOCkw\"", 32 "etag": "\"bRFOOrZKfO9LweMbPqu0kcu6De8/y7JmUhB0GIMusVTZY-o1OGZ6DZQ\"",
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 1609 matching lines...) Expand 10 before | Expand all | Expand 10 after
1652 "response": { 1652 "response": {
1653 "$ref": "Goals" 1653 "$ref": "Goals"
1654 }, 1654 },
1655 "scopes": [ 1655 "scopes": [
1656 "https://www.googleapis.com/auth/analytics", 1656 "https://www.googleapis.com/auth/analytics",
1657 "https://www.googleapis.com/auth/analytics.edit" , 1657 "https://www.googleapis.com/auth/analytics.edit" ,
1658 "https://www.googleapis.com/auth/analytics.reado nly" 1658 "https://www.googleapis.com/auth/analytics.reado nly"
1659 ] 1659 ]
1660 }, 1660 },
1661 "patch": { 1661 "patch": {
1662 "description": "Updates an existing view (profile). This method supports patch semantics.", 1662 "description": "Updates an existing goal. This metho d supports patch semantics.",
1663 "httpMethod": "PATCH", 1663 "httpMethod": "PATCH",
1664 "id": "analytics.management.goals.patch", 1664 "id": "analytics.management.goals.patch",
1665 "parameterOrder": [ 1665 "parameterOrder": [
1666 "accountId", 1666 "accountId",
1667 "webPropertyId", 1667 "webPropertyId",
1668 "profileId", 1668 "profileId",
1669 "goalId" 1669 "goalId"
1670 ], 1670 ],
1671 "parameters": { 1671 "parameters": {
1672 "accountId": { 1672 "accountId": {
(...skipping 26 matching lines...) Expand all
1699 "$ref": "Goal" 1699 "$ref": "Goal"
1700 }, 1700 },
1701 "response": { 1701 "response": {
1702 "$ref": "Goal" 1702 "$ref": "Goal"
1703 }, 1703 },
1704 "scopes": [ 1704 "scopes": [
1705 "https://www.googleapis.com/auth/analytics.edit" 1705 "https://www.googleapis.com/auth/analytics.edit"
1706 ] 1706 ]
1707 }, 1707 },
1708 "update": { 1708 "update": {
1709 "description": "Updates an existing view (profile)." , 1709 "description": "Updates an existing goal.",
1710 "httpMethod": "PUT", 1710 "httpMethod": "PUT",
1711 "id": "analytics.management.goals.update", 1711 "id": "analytics.management.goals.update",
1712 "parameterOrder": [ 1712 "parameterOrder": [
1713 "accountId", 1713 "accountId",
1714 "webPropertyId", 1714 "webPropertyId",
1715 "profileId", 1715 "profileId",
1716 "goalId" 1716 "goalId"
1717 ], 1717 ],
1718 "parameters": { 1718 "parameters": {
1719 "accountId": { 1719 "accountId": {
(...skipping 552 matching lines...) Expand 10 before | Expand all | Expand 10 after
2272 "description": "Gets a view (profile) to which the u ser has access.", 2272 "description": "Gets a view (profile) to which the u ser has access.",
2273 "httpMethod": "GET", 2273 "httpMethod": "GET",
2274 "id": "analytics.management.profiles.get", 2274 "id": "analytics.management.profiles.get",
2275 "parameterOrder": [ 2275 "parameterOrder": [
2276 "accountId", 2276 "accountId",
2277 "webPropertyId", 2277 "webPropertyId",
2278 "profileId" 2278 "profileId"
2279 ], 2279 ],
2280 "parameters": { 2280 "parameters": {
2281 "accountId": { 2281 "accountId": {
2282 "description": "Account ID to retrieve the g oal for.", 2282 "description": "Account ID to retrieve the v iew (profile) for.",
2283 "location": "path", 2283 "location": "path",
2284 "pattern": "[0-9]+", 2284 "pattern": "[0-9]+",
2285 "required": true, 2285 "required": true,
2286 "type": "string" 2286 "type": "string"
2287 }, 2287 },
2288 "profileId": { 2288 "profileId": {
2289 "description": "View (Profile) ID to retriev e the goal for.", 2289 "description": "View (Profile) ID to retriev e the view (profile) for.",
2290 "location": "path", 2290 "location": "path",
2291 "pattern": "[0-9]+", 2291 "pattern": "[0-9]+",
2292 "required": true, 2292 "required": true,
2293 "type": "string" 2293 "type": "string"
2294 }, 2294 },
2295 "webPropertyId": { 2295 "webPropertyId": {
2296 "description": "Web property ID to retrieve the goal for.", 2296 "description": "Web property ID to retrieve the view (profile) for.",
2297 "location": "path", 2297 "location": "path",
2298 "pattern": "UA-[0-9]+-[0-9]+", 2298 "pattern": "UA-[0-9]+-[0-9]+",
2299 "required": true, 2299 "required": true,
2300 "type": "string" 2300 "type": "string"
2301 } 2301 }
2302 }, 2302 },
2303 "path": "management/accounts/{accountId}/webproperti es/{webPropertyId}/profiles/{profileId}", 2303 "path": "management/accounts/{accountId}/webproperti es/{webPropertyId}/profiles/{profileId}",
2304 "response": { 2304 "response": {
2305 "$ref": "Profile" 2305 "$ref": "Profile"
2306 }, 2306 },
(...skipping 1192 matching lines...) Expand 10 before | Expand all | Expand 10 after
3499 "response": { 3499 "response": {
3500 "$ref": "AccountTicket" 3500 "$ref": "AccountTicket"
3501 }, 3501 },
3502 "scopes": [ 3502 "scopes": [
3503 "https://www.googleapis.com/auth/analytics.provision" 3503 "https://www.googleapis.com/auth/analytics.provision"
3504 ] 3504 ]
3505 } 3505 }
3506 } 3506 }
3507 } 3507 }
3508 }, 3508 },
3509 "revision": "20151215", 3509 "revision": "20160308",
3510 "rootUrl": "https://www.googleapis.com/", 3510 "rootUrl": "https://www.googleapis.com/",
3511 "schemas": { 3511 "schemas": {
3512 "Account": { 3512 "Account": {
3513 "description": "JSON template for Analytics account entry.", 3513 "description": "JSON template for Analytics account entry.",
3514 "id": "Account", 3514 "id": "Account",
3515 "properties": { 3515 "properties": {
3516 "childLink": { 3516 "childLink": {
3517 "description": "Child link for an account entry. Points to t he list of web properties for this account.", 3517 "description": "Child link for an account entry. Points to t he list of web properties for this account.",
3518 "properties": { 3518 "properties": {
3519 "href": { 3519 "href": {
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
3557 "readOnly": true, 3557 "readOnly": true,
3558 "type": "array" 3558 "type": "array"
3559 } 3559 }
3560 }, 3560 },
3561 "type": "object" 3561 "type": "object"
3562 }, 3562 },
3563 "selfLink": { 3563 "selfLink": {
3564 "description": "Link for this account.", 3564 "description": "Link for this account.",
3565 "type": "string" 3565 "type": "string"
3566 }, 3566 },
3567 "starred": {
3568 "description": "Indicates whether this account is starred or not.",
3569 "type": "boolean"
3570 },
3567 "updated": { 3571 "updated": {
3568 "description": "Time the account was last modified.", 3572 "description": "Time the account was last modified.",
3569 "format": "date-time", 3573 "format": "date-time",
3570 "type": "string" 3574 "type": "string"
3571 } 3575 }
3572 }, 3576 },
3573 "type": "object" 3577 "type": "object"
3574 }, 3578 },
3575 "AccountRef": { 3579 "AccountRef": {
3576 "description": "JSON template for a linked account.", 3580 "description": "JSON template for a linked account.",
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
3652 }, 3656 },
3653 "kind": { 3657 "kind": {
3654 "default": "analytics#accountSummary", 3658 "default": "analytics#accountSummary",
3655 "description": "Resource type for Analytics AccountSummary." , 3659 "description": "Resource type for Analytics AccountSummary." ,
3656 "type": "string" 3660 "type": "string"
3657 }, 3661 },
3658 "name": { 3662 "name": {
3659 "description": "Account name.", 3663 "description": "Account name.",
3660 "type": "string" 3664 "type": "string"
3661 }, 3665 },
3666 "starred": {
3667 "description": "Indicates whether this account is starred or not.",
3668 "type": "boolean"
3669 },
3662 "webProperties": { 3670 "webProperties": {
3663 "description": "List of web properties under this account.", 3671 "description": "List of web properties under this account.",
3664 "items": { 3672 "items": {
3665 "$ref": "WebPropertySummary" 3673 "$ref": "WebPropertySummary"
3666 }, 3674 },
3667 "type": "array" 3675 "type": "array"
3668 } 3676 }
3669 }, 3677 },
3670 "type": "object" 3678 "type": "object"
3671 }, 3679 },
(...skipping 2086 matching lines...) Expand 10 before | Expand all | Expand 10 after
5758 "type": "string" 5766 "type": "string"
5759 }, 5767 },
5760 "siteSearchCategoryParameters": { 5768 "siteSearchCategoryParameters": {
5761 "description": "Site search category parameters for this vie w (profile).", 5769 "description": "Site search category parameters for this vie w (profile).",
5762 "type": "string" 5770 "type": "string"
5763 }, 5771 },
5764 "siteSearchQueryParameters": { 5772 "siteSearchQueryParameters": {
5765 "description": "The site search query parameters for this vi ew (profile).", 5773 "description": "The site search query parameters for this vi ew (profile).",
5766 "type": "string" 5774 "type": "string"
5767 }, 5775 },
5776 "starred": {
5777 "description": "Indicates whether this view (profile) is sta rred or not.",
5778 "type": "boolean"
5779 },
5768 "stripSiteSearchCategoryParameters": { 5780 "stripSiteSearchCategoryParameters": {
5769 "description": "Whether or not Analytics will strip search c ategory parameters from the URLs in your reports.", 5781 "description": "Whether or not Analytics will strip search c ategory parameters from the URLs in your reports.",
5770 "type": "boolean" 5782 "type": "boolean"
5771 }, 5783 },
5772 "stripSiteSearchQueryParameters": { 5784 "stripSiteSearchQueryParameters": {
5773 "description": "Whether or not Analytics will strip search q uery parameters from the URLs in your reports.", 5785 "description": "Whether or not Analytics will strip search q uery parameters from the URLs in your reports.",
5774 "type": "boolean" 5786 "type": "boolean"
5775 }, 5787 },
5776 "timezone": { 5788 "timezone": {
5777 "description": "Time zone for which this view (profile) has been configured. Time zones are identified by strings from the TZ database.", 5789 "description": "Time zone for which this view (profile) has been configured. Time zones are identified by strings from the TZ database.",
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
5926 }, 5938 },
5927 "kind": { 5939 "kind": {
5928 "default": "analytics#profileSummary", 5940 "default": "analytics#profileSummary",
5929 "description": "Resource type for Analytics ProfileSummary." , 5941 "description": "Resource type for Analytics ProfileSummary." ,
5930 "type": "string" 5942 "type": "string"
5931 }, 5943 },
5932 "name": { 5944 "name": {
5933 "description": "View (profile) name.", 5945 "description": "View (profile) name.",
5934 "type": "string" 5946 "type": "string"
5935 }, 5947 },
5948 "starred": {
5949 "description": "Indicates whether this view (profile) is sta rred or not.",
5950 "type": "boolean"
5951 },
5936 "type": { 5952 "type": {
5937 "description": "View (Profile) type. Supported types: WEB or APP.", 5953 "description": "View (Profile) type. Supported types: WEB or APP.",
5938 "type": "string" 5954 "type": "string"
5939 } 5955 }
5940 }, 5956 },
5941 "type": "object" 5957 "type": "object"
5942 }, 5958 },
5943 "Profiles": { 5959 "Profiles": {
5944 "description": "A view (profile) collection lists Analytics views (p rofiles) to which the user has access. Each resource in the collection correspon ds to a single Analytics view (profile).", 5960 "description": "A view (profile) collection lists Analytics views (p rofiles) to which the user has access. Each resource in the collection correspon ds to a single Analytics view (profile).",
5945 "id": "Profiles", 5961 "id": "Profiles",
(...skipping 597 matching lines...) Expand 10 before | Expand all | Expand 10 after
6543 "description": "Web property name.", 6559 "description": "Web property name.",
6544 "type": "string" 6560 "type": "string"
6545 }, 6561 },
6546 "profiles": { 6562 "profiles": {
6547 "description": "List of profiles under this web property.", 6563 "description": "List of profiles under this web property.",
6548 "items": { 6564 "items": {
6549 "$ref": "ProfileSummary" 6565 "$ref": "ProfileSummary"
6550 }, 6566 },
6551 "type": "array" 6567 "type": "array"
6552 }, 6568 },
6569 "starred": {
6570 "description": "Indicates whether this web property is starr ed or not.",
6571 "type": "boolean"
6572 },
6553 "websiteUrl": { 6573 "websiteUrl": {
6554 "description": "Website url for this web property.", 6574 "description": "Website url for this web property.",
6555 "type": "string" 6575 "type": "string"
6556 } 6576 }
6557 }, 6577 },
6558 "type": "object" 6578 "type": "object"
6559 }, 6579 },
6560 "Webproperties": { 6580 "Webproperties": {
6561 "description": "A web property collection lists Analytics web proper ties to which the user has access. Each resource in the collection corresponds t o a single Analytics web property.", 6581 "description": "A web property collection lists Analytics web proper ties to which the user has access. Each resource in the collection corresponds t o a single Analytics web property.",
6562 "id": "Webproperties", 6582 "id": "Webproperties",
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
6698 "description": "View (Profile) count for this web property." , 6718 "description": "View (Profile) count for this web property." ,
6699 "format": "int32", 6719 "format": "int32",
6700 "readOnly": true, 6720 "readOnly": true,
6701 "type": "integer" 6721 "type": "integer"
6702 }, 6722 },
6703 "selfLink": { 6723 "selfLink": {
6704 "description": "Link for this web property.", 6724 "description": "Link for this web property.",
6705 "readOnly": true, 6725 "readOnly": true,
6706 "type": "string" 6726 "type": "string"
6707 }, 6727 },
6728 "starred": {
6729 "description": "Indicates whether this web property is starr ed or not.",
6730 "type": "boolean"
6731 },
6708 "updated": { 6732 "updated": {
6709 "description": "Time this web property was last modified.", 6733 "description": "Time this web property was last modified.",
6710 "format": "date-time", 6734 "format": "date-time",
6711 "readOnly": true, 6735 "readOnly": true,
6712 "type": "string" 6736 "type": "string"
6713 }, 6737 },
6714 "websiteUrl": { 6738 "websiteUrl": {
6715 "description": "Website url for this web property.", 6739 "description": "Website url for this web property.",
6716 "type": "string" 6740 "type": "string"
6717 } 6741 }
6718 }, 6742 },
6719 "type": "object" 6743 "type": "object"
6720 } 6744 }
6721 }, 6745 },
6722 "servicePath": "analytics/v3/", 6746 "servicePath": "analytics/v3/",
6723 "title": "Google Analytics API", 6747 "title": "Google Analytics API",
6724 "version": "v3" 6748 "version": "v3"
6725 } 6749 }
OLDNEW
« 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