google_api_you_tube_analytics v0.12.0 GoogleApi.YouTubeAnalytics.V2.Model.QueryResponse View Source
Response message for TargetedQueriesService.Query.
Attributes
columnHeaders
(type:list(GoogleApi.YouTubeAnalytics.V2.Model.ResultTableColumnHeader.t)
, default:nil
) - This value specifies information about the data returned in therows
fields. Each item in thecolumnHeaders
list identifies a field returned in therows
value, which contains a list of comma-delimited data. ThecolumnHeaders
list will begin with the dimensions specified in the API request, which will be followed by the metrics specified in the API request. The order of both dimensions and metrics will match the ordering in the API request. For example, if the API request contains the parametersdimensions=ageGroup,gender&metrics=viewerPercentage
, the API response will return columns in this order:ageGroup
,gender
,viewerPercentage
.errors
(type:GoogleApi.YouTubeAnalytics.V2.Model.Errors.t
, default:nil
) - When set, indicates that the operation failed.kind
(type:String.t
, default:nil
) - This value specifies the type of data included in the API response. For the query method, the kind property value will beyoutubeAnalytics#resultTable
.rows
(type:list(list(any()))
, default:nil
) - 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 will match the order of the columns listed in thecolumnHeaders
field.If no data is available for the given query, the
rows
element will be omitted from the response.The response for a query with the
day
dimension will not contain rows for the most recent days.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.YouTubeAnalytics.V2.Model.QueryResponse{ columnHeaders: [ GoogleApi.YouTubeAnalytics.V2.Model.ResultTableColumnHeader.t() ], errors: GoogleApi.YouTubeAnalytics.V2.Model.Errors.t(), kind: String.t(), rows: [[any()]] }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.