feat(json): updated API descriptions

This commit is contained in:
Sebastian Thiel
2016-01-30 14:05:22 +01:00
parent a2c6b58d5b
commit 8f01e8e918
145 changed files with 50073 additions and 3975 deletions

View File

@@ -1,11 +1,11 @@
{
"kind": "discovery#restDescription",
"etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/OclhsNOjF0lU_ihk67TMjGu69LE\"",
"etag": "\"bRFOOrZKfO9LweMbPqu0kcu6De8/lHNAwypdAUhY4WpPN2HmEBAFuZs\"",
"discoveryVersion": "v1",
"id": "analytics:v2.4",
"name": "analytics",
"version": "v2.4",
"revision": "20150901",
"revision": "20151215",
"title": "Google Analytics API",
"description": "View and manage your Google Analytics data",
"ownerDomain": "google.com",

View File

@@ -1,11 +1,11 @@
{
"kind": "discovery#restDescription",
"etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/zd-dA3tVxT-ybd-lzTeggwUiTGg\"",
"etag": "\"bRFOOrZKfO9LweMbPqu0kcu6De8/yipUxJ3MQM_fDvErB1j4hLbOCkw\"",
"discoveryVersion": "v1",
"id": "analytics:v3",
"name": "analytics",
"version": "v3",
"revision": "20150901",
"revision": "20151215",
"title": "Google Analytics API",
"description": "View and manage your Google Analytics data",
"ownerDomain": "google.com",
@@ -2242,6 +2242,10 @@
"type": "string",
"description": "Account ID to which this view (profile) belongs."
},
"botFilteringEnabled": {
"type": "boolean",
"description": "Indicates whether bot filtering is enabled for this view (profile)."
},
"childLink": {
"type": "object",
"description": "Child link for this view (profile). Points to the list of goals for this view (profile).",
@@ -3334,6 +3338,11 @@
"pattern": "ga:[0-9]+",
"location": "query"
},
"include-empty-rows": {
"type": "boolean",
"description": "The response will include empty rows if this parameter is set to true, the default is true",
"location": "query"
},
"max-results": {
"type": "integer",
"description": "The maximum number of entries to include in this feed.",
@@ -5711,6 +5720,47 @@
},
"unsampledReports": {
"methods": {
"delete": {
"id": "analytics.management.unsampledReports.delete",
"path": "management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/unsampledReports/{unsampledReportId}",
"httpMethod": "DELETE",
"description": "Deletes an unsampled report.",
"parameters": {
"accountId": {
"type": "string",
"description": "Account ID to delete the unsampled report for.",
"required": true,
"location": "path"
},
"profileId": {
"type": "string",
"description": "View (Profile) ID to delete the unsampled report for.",
"required": true,
"location": "path"
},
"unsampledReportId": {
"type": "string",
"description": "ID of the unsampled report to be deleted.",
"required": true,
"location": "path"
},
"webPropertyId": {
"type": "string",
"description": "Web property ID to delete the unsampled reports for.",
"required": true,
"location": "path"
}
},
"parameterOrder": [
"accountId",
"webPropertyId",
"profileId",
"unsampledReportId"
],
"scopes": [
"https://www.googleapis.com/auth/analytics.edit"
]
},
"get": {
"id": "analytics.management.unsampledReports.get",
"path": "management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/unsampledReports/{unsampledReportId}",