Youtube · Schema

QueryResponse

Response to a successful YouTube Analytics query request containing the requested report data including column headers and rows of data.

GoogleMediaSocialStreamingVideoVideos

Properties

Name Type Description
kind string Identifies the API resource's type. Value is youtubeAnalytics#resultTable.
columnHeaders array A list of objects that describe the columns in the report table. Each object in the list identifies a query dimension or metric and provides information about the data type of that dimension or metric
rows array The list contains all rows of the result table. Each item in the list is an array that contains comma-delimited data corresponding to a single row of data. The order of the comma-delimited data fields
View JSON Schema on GitHub