blob: 6d77f24c09843465bd5d2339f2cd9febd1a1f88e [file] [log] [blame]
{
"auth": {
"oauth2": {
"scopes": {
"https://www.googleapis.com/auth/youtube": {
"description": "Manage your YouTube account"
},
"https://www.googleapis.com/auth/youtube.readonly": {
"description": "View your YouTube account"
},
"https://www.googleapis.com/auth/youtubepartner": {
"description": "View and manage your assets and associated content on YouTube"
},
"https://www.googleapis.com/auth/yt-analytics-monetary.readonly": {
"description": "View monetary and non-monetary YouTube Analytics reports for your YouTube content"
},
"https://www.googleapis.com/auth/yt-analytics.readonly": {
"description": "View YouTube Analytics reports for your YouTube content"
}
}
}
},
"basePath": "",
"baseUrl": "https://youtubeanalytics.googleapis.com/",
"batchPath": "batch",
"canonicalName": "YouTube Analytics",
"description": "Retrieves your YouTube Analytics data.",
"discoveryVersion": "v1",
"documentationLink": "https://developers.google.com/youtube/analytics",
"fullyEncodeReservedExpansion": true,
"icons": {
"x16": "http://www.google.com/images/icons/product/search-16.gif",
"x32": "http://www.google.com/images/icons/product/search-32.gif"
},
"id": "youtubeAnalytics:v2",
"kind": "discovery#restDescription",
"name": "youtubeAnalytics",
"ownerDomain": "google.com",
"ownerName": "Google",
"parameters": {
"$.xgafv": {
"description": "V1 error format.",
"enum": [
"1",
"2"
],
"enumDescriptions": [
"v1 error format",
"v2 error format"
],
"location": "query",
"type": "string"
},
"access_token": {
"description": "OAuth access token.",
"location": "query",
"type": "string"
},
"alt": {
"default": "json",
"description": "Data format for response.",
"enum": [
"json",
"media",
"proto"
],
"enumDescriptions": [
"Responses with Content-Type of application/json",
"Media download with context-dependent Content-Type",
"Responses with Content-Type of application/x-protobuf"
],
"location": "query",
"type": "string"
},
"callback": {
"description": "JSONP",
"location": "query",
"type": "string"
},
"fields": {
"description": "Selector specifying which fields to include in a partial response.",
"location": "query",
"type": "string"
},
"key": {
"description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.",
"location": "query",
"type": "string"
},
"oauth_token": {
"description": "OAuth 2.0 token for the current user.",
"location": "query",
"type": "string"
},
"prettyPrint": {
"default": "true",
"description": "Returns response with indentations and line breaks.",
"location": "query",
"type": "boolean"
},
"quotaUser": {
"description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.",
"location": "query",
"type": "string"
},
"uploadType": {
"description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").",
"location": "query",
"type": "string"
},
"upload_protocol": {
"description": "Upload protocol for media (e.g. \"raw\", \"multipart\").",
"location": "query",
"type": "string"
}
},
"protocol": "rest",
"resources": {
"groupItems": {
"methods": {
"delete": {
"description": "Removes an item from a group.",
"flatPath": "v2/groupItems",
"httpMethod": "DELETE",
"id": "youtubeAnalytics.groupItems.delete",
"parameterOrder": [],
"parameters": {
"id": {
"description": "The `id` parameter specifies the YouTube group item ID of the group item\nthat is being deleted.",
"location": "query",
"type": "string"
},
"onBehalfOfContentOwner": {
"description": "This parameter can only be used in a properly authorized request. **Note:**\nThis parameter is intended exclusively for YouTube content partners that\nown and manage many different YouTube channels.\n\nThe `onBehalfOfContentOwner` parameter indicates that the request's\nauthorization credentials identify a YouTube user who is acting on behalf\nof the content owner specified in the parameter value. It allows content\nowners to authenticate once and get access to all their video and channel\ndata, without having to provide authentication credentials for each\nindividual channel. The account that the user authenticates with must be\nlinked to the specified YouTube content owner.",
"location": "query",
"type": "string"
}
},
"path": "v2/groupItems",
"response": {
"$ref": "EmptyResponse"
},
"scopes": [
"https://www.googleapis.com/auth/youtube",
"https://www.googleapis.com/auth/youtube.readonly",
"https://www.googleapis.com/auth/youtubepartner",
"https://www.googleapis.com/auth/yt-analytics-monetary.readonly",
"https://www.googleapis.com/auth/yt-analytics.readonly"
]
},
"insert": {
"description": "Creates a group item.",
"flatPath": "v2/groupItems",
"httpMethod": "POST",
"id": "youtubeAnalytics.groupItems.insert",
"parameterOrder": [],
"parameters": {
"onBehalfOfContentOwner": {
"description": "This parameter can only be used in a properly authorized request. **Note:**\nThis parameter is intended exclusively for YouTube content partners that\nown and manage many different YouTube channels.\n\nThe `onBehalfOfContentOwner` parameter indicates that the request's\nauthorization credentials identify a YouTube user who is acting on behalf\nof the content owner specified in the parameter value. It allows content\nowners to authenticate once and get access to all their video and channel\ndata, without having to provide authentication credentials for each\nindividual channel. The account that the user authenticates with must be\nlinked to the specified YouTube content owner.",
"location": "query",
"type": "string"
}
},
"path": "v2/groupItems",
"request": {
"$ref": "GroupItem"
},
"response": {
"$ref": "GroupItem"
},
"scopes": [
"https://www.googleapis.com/auth/youtube",
"https://www.googleapis.com/auth/youtube.readonly",
"https://www.googleapis.com/auth/youtubepartner",
"https://www.googleapis.com/auth/yt-analytics-monetary.readonly",
"https://www.googleapis.com/auth/yt-analytics.readonly"
]
},
"list": {
"description": "Returns a collection of group items that match the API request parameters.",
"flatPath": "v2/groupItems",
"httpMethod": "GET",
"id": "youtubeAnalytics.groupItems.list",
"parameterOrder": [],
"parameters": {
"groupId": {
"description": "The `groupId` parameter specifies the unique ID of the group for which you\nwant to retrieve group items.",
"location": "query",
"type": "string"
},
"onBehalfOfContentOwner": {
"description": "This parameter can only be used in a properly authorized request. **Note:**\nThis parameter is intended exclusively for YouTube content partners that\nown and manage many different YouTube channels.\n\nThe `onBehalfOfContentOwner` parameter indicates that the request's\nauthorization credentials identify a YouTube user who is acting on behalf\nof the content owner specified in the parameter value. It allows content\nowners to authenticate once and get access to all their video and channel\ndata, without having to provide authentication credentials for each\nindividual channel. The account that the user authenticates with must be\nlinked to the specified YouTube content owner.",
"location": "query",
"type": "string"
}
},
"path": "v2/groupItems",
"response": {
"$ref": "ListGroupItemsResponse"
},
"scopes": [
"https://www.googleapis.com/auth/youtube",
"https://www.googleapis.com/auth/youtube.readonly",
"https://www.googleapis.com/auth/youtubepartner",
"https://www.googleapis.com/auth/yt-analytics-monetary.readonly",
"https://www.googleapis.com/auth/yt-analytics.readonly"
]
}
}
},
"groups": {
"methods": {
"delete": {
"description": "Deletes a group.",
"flatPath": "v2/groups",
"httpMethod": "DELETE",
"id": "youtubeAnalytics.groups.delete",
"parameterOrder": [],
"parameters": {
"id": {
"description": "The `id` parameter specifies the YouTube group ID of the group that is\nbeing deleted.",
"location": "query",
"type": "string"
},
"onBehalfOfContentOwner": {
"description": "This parameter can only be used in a properly authorized request. **Note:**\nThis parameter is intended exclusively for YouTube content partners that\nown and manage many different YouTube channels.\n\nThe `onBehalfOfContentOwner` parameter indicates that the request's\nauthorization credentials identify a YouTube user who is acting on behalf\nof the content owner specified in the parameter value. It allows content\nowners to authenticate once and get access to all their video and channel\ndata, without having to provide authentication credentials for each\nindividual channel. The account that the user authenticates with must be\nlinked to the specified YouTube content owner.",
"location": "query",
"type": "string"
}
},
"path": "v2/groups",
"response": {
"$ref": "EmptyResponse"
},
"scopes": [
"https://www.googleapis.com/auth/youtube",
"https://www.googleapis.com/auth/youtube.readonly",
"https://www.googleapis.com/auth/youtubepartner",
"https://www.googleapis.com/auth/yt-analytics-monetary.readonly",
"https://www.googleapis.com/auth/yt-analytics.readonly"
]
},
"insert": {
"description": "Creates a group.",
"flatPath": "v2/groups",
"httpMethod": "POST",
"id": "youtubeAnalytics.groups.insert",
"parameterOrder": [],
"parameters": {
"onBehalfOfContentOwner": {
"description": "This parameter can only be used in a properly authorized request. **Note:**\nThis parameter is intended exclusively for YouTube content partners that\nown and manage many different YouTube channels.\n\nThe `onBehalfOfContentOwner` parameter indicates that the request's\nauthorization credentials identify a YouTube user who is acting on behalf\nof the content owner specified in the parameter value. It allows content\nowners to authenticate once and get access to all their video and channel\ndata, without having to provide authentication credentials for each\nindividual channel. The account that the user authenticates with must be\nlinked to the specified YouTube content owner.",
"location": "query",
"type": "string"
}
},
"path": "v2/groups",
"request": {
"$ref": "Group"
},
"response": {
"$ref": "Group"
},
"scopes": [
"https://www.googleapis.com/auth/youtube",
"https://www.googleapis.com/auth/youtube.readonly",
"https://www.googleapis.com/auth/youtubepartner",
"https://www.googleapis.com/auth/yt-analytics-monetary.readonly",
"https://www.googleapis.com/auth/yt-analytics.readonly"
]
},
"list": {
"description": "Returns a collection of groups that match the API request parameters. For\nexample, you can retrieve all groups that the authenticated user owns,\nor you can retrieve one or more groups by their unique IDs.",
"flatPath": "v2/groups",
"httpMethod": "GET",
"id": "youtubeAnalytics.groups.list",
"parameterOrder": [],
"parameters": {
"id": {
"description": "The `id` parameter specifies a comma-separated list of the YouTube group\nID(s) for the resource(s) that are being retrieved. Each group must be\nowned by the authenticated user. In a `group` resource, the `id` property\nspecifies the group's YouTube group ID.\n\nNote that if you do not specify a value for the `id` parameter, then you\nmust set the `mine` parameter to `true`.",
"location": "query",
"type": "string"
},
"mine": {
"description": "This parameter can only be used in a properly authorized request. Set this\nparameter's value to true to retrieve all groups owned by the authenticated\nuser.",
"location": "query",
"type": "boolean"
},
"onBehalfOfContentOwner": {
"description": "This parameter can only be used in a properly authorized request. **Note:**\nThis parameter is intended exclusively for YouTube content partners that\nown and manage many different YouTube channels.\n\nThe `onBehalfOfContentOwner` parameter indicates that the request's\nauthorization credentials identify a YouTube user who is acting on behalf\nof the content owner specified in the parameter value. It allows content\nowners to authenticate once and get access to all their video and channel\ndata, without having to provide authentication credentials for each\nindividual channel. The account that the user authenticates with must be\nlinked to the specified YouTube content owner.",
"location": "query",
"type": "string"
},
"pageToken": {
"description": "The `pageToken` parameter identifies a specific page in the result set that\nshould be returned. In an API response, the `nextPageToken` property\nidentifies the next page that can be retrieved.",
"location": "query",
"type": "string"
}
},
"path": "v2/groups",
"response": {
"$ref": "ListGroupsResponse"
},
"scopes": [
"https://www.googleapis.com/auth/youtube",
"https://www.googleapis.com/auth/youtube.readonly",
"https://www.googleapis.com/auth/youtubepartner",
"https://www.googleapis.com/auth/yt-analytics-monetary.readonly",
"https://www.googleapis.com/auth/yt-analytics.readonly"
]
},
"update": {
"description": "Modifies a group. For example, you could change a group's title.",
"flatPath": "v2/groups",
"httpMethod": "PUT",
"id": "youtubeAnalytics.groups.update",
"parameterOrder": [],
"parameters": {
"onBehalfOfContentOwner": {
"description": "This parameter can only be used in a properly authorized request. **Note:**\nThis parameter is intended exclusively for YouTube content partners that\nown and manage many different YouTube channels.\n\nThe `onBehalfOfContentOwner` parameter indicates that the request's\nauthorization credentials identify a YouTube user who is acting on behalf\nof the content owner specified in the parameter value. It allows content\nowners to authenticate once and get access to all their video and channel\ndata, without having to provide authentication credentials for each\nindividual channel. The account that the user authenticates with must be\nlinked to the specified YouTube content owner.",
"location": "query",
"type": "string"
}
},
"path": "v2/groups",
"request": {
"$ref": "Group"
},
"response": {
"$ref": "Group"
},
"scopes": [
"https://www.googleapis.com/auth/youtube",
"https://www.googleapis.com/auth/youtube.readonly",
"https://www.googleapis.com/auth/youtubepartner",
"https://www.googleapis.com/auth/yt-analytics-monetary.readonly",
"https://www.googleapis.com/auth/yt-analytics.readonly"
]
}
}
},
"reports": {
"methods": {
"query": {
"description": "Retrieve your YouTube Analytics reports.",
"flatPath": "v2/reports",
"httpMethod": "GET",
"id": "youtubeAnalytics.reports.query",
"parameterOrder": [],
"parameters": {
"currency": {
"description": "The currency to which financial metrics should be converted. The default is\nUS Dollar (USD). If the result contains no financial metrics, this flag\nwill be ignored. Responds with an error if the specified currency is not\nrecognized.\",\npattern: [A-Z]{3}",
"location": "query",
"type": "string"
},
"dimensions": {
"description": "A comma-separated list of YouTube Analytics dimensions, such as `views` or\n`ageGroup,gender`. See the [Available\nReports](/youtube/analytics/v2/available_reports) document for a list of\nthe reports that you can retrieve and the dimensions used for those\nreports. Also see the [Dimensions](/youtube/analytics/v2/dimsmets/dims)\ndocument for definitions of those dimensions.\"\npattern: [0-9a-zA-Z,]+",
"location": "query",
"type": "string"
},
"endDate": {
"description": "The end date for fetching YouTube Analytics data. The value should be in\n`YYYY-MM-DD` format.\nrequired: true, pattern: [0-9]{4}-[0-9]{2}-[0-9]{2}",
"location": "query",
"type": "string"
},
"filters": {
"description": "A list of filters that should be applied when retrieving YouTube Analytics\ndata. The [Available Reports](/youtube/analytics/v2/available_reports)\ndocument identifies the dimensions that can be used to filter each report,\nand the [Dimensions](/youtube/analytics/v2/dimsmets/dims) document defines\nthose dimensions. If a request uses multiple filters, join them together\nwith a semicolon (`;`), and the returned result table will satisfy both\nfilters. For example, a filters parameter value of\n`video==dMH0bHeiRNg;country==IT` restricts the result set to include data\nfor the given video in Italy.\",",
"location": "query",
"type": "string"
},
"ids": {
"description": "Identifies the YouTube channel or content owner for which you are\nretrieving YouTube Analytics data.\n\n- To request data for a YouTube user, set the `ids` parameter value to\n `channel==CHANNEL_ID`, where `CHANNEL_ID` specifies the unique YouTube\n channel ID.\n- To request data for a YouTube CMS content owner, set the `ids` parameter\n value to `contentOwner==OWNER_NAME`, where `OWNER_NAME` is the CMS name\n of the content owner.\nrequired: true, pattern: [a-zA-Z]+==[a-zA-Z0-9_+-]+",
"location": "query",
"type": "string"
},
"includeHistoricalChannelData": {
"description": "If set to true historical data (i.e. channel data from before the linking\nof the channel to the content owner) will be retrieved.\",",
"location": "query",
"type": "boolean"
},
"maxResults": {
"description": "The maximum number of rows to include in the response.\",\nminValue: 1",
"format": "int32",
"location": "query",
"type": "integer"
},
"metrics": {
"description": "A comma-separated list of YouTube Analytics metrics, such as `views` or\n`likes,dislikes`. See the\n[Available Reports](/youtube/analytics/v2/available_reports) document for\na list of the reports that you can retrieve and the metrics\navailable in each report, and see the\n[Metrics](/youtube/analytics/v2/dimsmets/mets) document for definitions of\nthose metrics.\nrequired: true, pattern: [0-9a-zA-Z,]+",
"location": "query",
"type": "string"
},
"sort": {
"description": "A comma-separated list of dimensions or metrics that determine the sort\norder for YouTube Analytics data. By default the sort order is ascending.\nThe '`-`' prefix causes descending sort order.\",\npattern: [-0-9a-zA-Z,]+",
"location": "query",
"type": "string"
},
"startDate": {
"description": "The start date for fetching YouTube Analytics data. The value should be in\n`YYYY-MM-DD` format.\nrequired: true, pattern: \"[0-9]{4}-[0-9]{2}-[0-9]{2}",
"location": "query",
"type": "string"
},
"startIndex": {
"description": "An index of the first entity to retrieve. Use this parameter as a\npagination mechanism along with the max-results parameter (one-based,\ninclusive).\",\nminValue: 1",
"format": "int32",
"location": "query",
"type": "integer"
}
},
"path": "v2/reports",
"response": {
"$ref": "QueryResponse"
},
"scopes": [
"https://www.googleapis.com/auth/youtube",
"https://www.googleapis.com/auth/youtube.readonly",
"https://www.googleapis.com/auth/youtubepartner",
"https://www.googleapis.com/auth/yt-analytics-monetary.readonly",
"https://www.googleapis.com/auth/yt-analytics.readonly"
]
}
}
}
},
"revision": "20190531",
"rootUrl": "https://youtubeanalytics.googleapis.com/",
"schemas": {
"EmptyResponse": {
"description": "Empty response.",
"id": "EmptyResponse",
"properties": {
"errors": {
"$ref": "Errors",
"description": "Apiary error details"
}
},
"type": "object"
},
"ErrorProto": {
"description": "Describes one specific error.",
"id": "ErrorProto",
"properties": {
"argument": {
"description": "Error arguments, to be used when building user-friendly error messages\ngiven the error domain and code. Different error codes require different\narguments.",
"items": {
"type": "string"
},
"type": "array"
},
"code": {
"description": "Error code in the error domain. This should correspond to\na value of the enum type whose name is in domain. See\nthe core error domain in error_domain.proto.",
"type": "string"
},
"debugInfo": {
"description": "Debugging information, which should not be\nshared externally.",
"type": "string"
},
"domain": {
"description": "Error domain. RoSy services can define their own\ndomain and error codes. This should normally be\nthe name of an enum type, such as: gdata.CoreErrorDomain",
"type": "string"
},
"externalErrorMessage": {
"description": "A short explanation for the error, which can be shared outside Google.\n\nPlease set domain, code and arguments whenever possible instead of this\nerror message so that external APIs can build safe error messages\nthemselves.\n\nExternal messages built in a RoSy interface will most likely refer to\ninformation and concepts that are not available externally and should not\nbe exposed. It is safer if external APIs can understand the errors and\ndecide what the error message should look like.",
"type": "string"
},
"location": {
"description": "Location of the error, as specified by the location type.\n\nIf location_type is PATH, this should be a path to a field that's\nrelative to the request, using FieldPath notation\n(net/proto2/util/public/field_path.h).\n\nExamples:\n authenticated_user.gaia_id\n resource.address[2].country",
"type": "string"
},
"locationType": {
"enum": [
"PATH",
"OTHER",
"PARAMETER"
],
"enumDescriptions": [
"location is an xpath-like path pointing\nto the request field that caused the error.",
"other location type which can safely be shared\nexternally.",
"Location is request paramater. This maps to the {@link PARAMETERS} in\n{@link MessageLocation}."
],
"type": "string"
}
},
"type": "object"
},
"Errors": {
"description": "Request Error information.\n\nThe presence of an error field signals that the operation\nhas failed.",
"id": "Errors",
"properties": {
"code": {
"description": "Global error code. Deprecated and ignored.\nSet custom error codes in ErrorProto.domain and ErrorProto.code\ninstead.",
"enum": [
"BAD_REQUEST",
"FORBIDDEN",
"NOT_FOUND",
"CONFLICT",
"GONE",
"PRECONDITION_FAILED",
"INTERNAL_ERROR",
"SERVICE_UNAVAILABLE"
],
"enumDescriptions": [
"",
"",
"",
"",
"",
"",
"",
""
],
"type": "string"
},
"error": {
"description": "Specific error description and codes",
"items": {
"$ref": "ErrorProto"
},
"type": "array"
},
"requestId": {
"description": "Request identifier generated by the service, which can be\nused to identify the error in the logs",
"type": "string"
}
},
"type": "object"
},
"Group": {
"description": "A group.",
"id": "Group",
"properties": {
"contentDetails": {
"$ref": "GroupContentDetails",
"description": "The `contentDetails` object contains additional information about the\ngroup, such as the number and type of items that it contains."
},
"errors": {
"$ref": "Errors",
"description": "Apiary error details"
},
"etag": {
"description": "The Etag of this resource.",
"type": "string"
},
"id": {
"description": "The ID that YouTube uses to uniquely identify the group.",
"type": "string"
},
"kind": {
"description": "Identifies the API resource's type. The value will be `youtube#group`.",
"type": "string"
},
"snippet": {
"$ref": "GroupSnippet",
"description": "The `snippet` object contains basic information about the group, including\nits creation date and name."
}
},
"type": "object"
},
"GroupContentDetails": {
"description": "A group's content details.",
"id": "GroupContentDetails",
"properties": {
"itemCount": {
"description": "The number of items in the group.",
"format": "uint64",
"type": "string"
},
"itemType": {
"description": "The type of resources that the group contains.\n\nValid values for this property are:\n * `youtube#channel`\n * `youtube#playlist`\n * `youtube#video`\n * `youtubePartner#asset`",
"type": "string"
}
},
"type": "object"
},
"GroupItem": {
"description": "A group item.",
"id": "GroupItem",
"properties": {
"errors": {
"$ref": "Errors",
"description": "Apiary error details"
},
"etag": {
"description": "The Etag of this resource.",
"type": "string"
},
"groupId": {
"description": "The ID that YouTube uses to uniquely identify the group that contains the\nitem.",
"type": "string"
},
"id": {
"description": "The ID that YouTube uses to uniquely identify the `channel`, `video`,\n`playlist`, or `asset` resource that is included in the group. Note that\nthis ID refers specifically to the inclusion of that resource in a\nparticular group and is different than the channel ID, video ID,\nplaylist ID, or asset ID that uniquely identifies the resource itself.\nThe `resource.id` property's value specifies the unique channel, video,\nplaylist, or asset ID.",
"type": "string"
},
"kind": {
"description": "Identifies the API resource's type. The value will be `youtube#groupItem`.",
"type": "string"
},
"resource": {
"$ref": "GroupItemResource",
"description": "The `resource` object contains information that identifies the item being\nadded to the group."
}
},
"type": "object"
},
"GroupItemResource": {
"id": "GroupItemResource",
"properties": {
"id": {
"description": "The channel, video, playlist, or asset ID that YouTube uses to uniquely\nidentify the item that is being added to the group.",
"type": "string"
},
"kind": {
"description": "Identifies the type of resource being added to the group.\n\nValid values for this property are:\n * `youtube#channel`\n * `youtube#playlist`\n * `youtube#video`\n * `youtubePartner#asset`",
"type": "string"
}
},
"type": "object"
},
"GroupSnippet": {
"description": "A group snippet.",
"id": "GroupSnippet",
"properties": {
"publishedAt": {
"description": "The date and time that the group was created. The value is specified in\nISO 8601 (YYYY-MM-DDThh:mm:ss.sZ) format.",
"format": "google-datetime",
"type": "string"
},
"title": {
"description": "The group name. The value must be a non-empty string.",
"type": "string"
}
},
"type": "object"
},
"ListGroupItemsResponse": {
"description": "Response message for GroupsService.ListGroupItems.",
"id": "ListGroupItemsResponse",
"properties": {
"errors": {
"$ref": "Errors",
"description": "Apiary error details"
},
"etag": {
"description": "The Etag of this resource.",
"type": "string"
},
"items": {
"description": "A list of groups that match the API request parameters. Each item in the\nlist represents a `groupItem` resource.",
"items": {
"$ref": "GroupItem"
},
"type": "array"
},
"kind": {
"description": "Identifies the API resource's type. The value will be\n`youtube#groupItemListResponse`.",
"type": "string"
}
},
"type": "object"
},
"ListGroupsResponse": {
"description": "Response message for GroupsService.ListGroups.",
"id": "ListGroupsResponse",
"properties": {
"errors": {
"$ref": "Errors",
"description": "Apiary error details"
},
"etag": {
"description": "The Etag of this resource.",
"type": "string"
},
"items": {
"description": "A list of groups that match the API request parameters. Each item in the\nlist represents a `group` resource.",
"items": {
"$ref": "Group"
},
"type": "array"
},
"kind": {
"description": "Identifies the API resource's type. The value will be\n`youtube#groupListResponse`.",
"type": "string"
},
"nextPageToken": {
"description": "The token that can be used as the value of the `pageToken` parameter to\nretrieve the next page in the result set.",
"type": "string"
}
},
"type": "object"
},
"QueryResponse": {
"description": "Response message for TargetedQueriesService.Query.",
"id": "QueryResponse",
"properties": {
"columnHeaders": {
"description": "This value specifies information about the data returned in the `rows`\nfields. Each item in the `columnHeaders` list identifies a field returned\nin the `rows` value, which contains a list of comma-delimited data. The\n`columnHeaders` list will begin with the dimensions specified in the API\nrequest, which will be followed by the metrics specified in the API\nrequest. The order of both dimensions and metrics will match the ordering\nin the API request. For example, if the API request contains the parameters\n`dimensions=ageGroup,gender\u0026metrics=viewerPercentage`, the API response\nwill return columns in this order: `ageGroup`, `gender`,\n`viewerPercentage`.",
"items": {
"$ref": "ResultTableColumnHeader"
},
"type": "array"
},
"errors": {
"$ref": "Errors",
"description": "When set, indicates that the operation failed."
},
"kind": {
"description": "This value specifies the type of data included in the API response.\nFor the query method, the kind property value will be\n`youtubeAnalytics#resultTable`.",
"type": "string"
},
"rows": {
"description": "The list contains all rows of the result table. Each item in the list is\nan array that contains comma-delimited data corresponding to a single row\nof data. The order of the comma-delimited data fields will match the\norder of the columns listed in the `columnHeaders` field.\n\nIf no data is available for the given query, the `rows` element will be\nomitted from the response.\n\nThe response for a query with the `day` dimension will not contain rows for\nthe most recent days.",
"items": {
"items": {
"type": "any"
},
"type": "array"
},
"type": "array"
}
},
"type": "object"
},
"ResultTableColumnHeader": {
"description": "The description of a column of the result table.",
"id": "ResultTableColumnHeader",
"properties": {
"columnType": {
"description": "The type of the column (`DIMENSION` or `METRIC`).",
"type": "string"
},
"dataType": {
"description": "The type of the data in the column (`STRING`, `INTEGER`, `FLOAT`, etc.).",
"type": "string"
},
"name": {
"description": "The name of the dimension or metric.",
"type": "string"
}
},
"type": "object"
}
},
"servicePath": "",
"title": "YouTube Analytics API",
"version": "v2",
"version_module": true
}