Dimension names for visible columns in the report response. Including "dateRange" produces a date range column; for each row in the response, dimension values in the date range column will indicate the corresponding date range from the request.
Specifies how dimensions are ordered in the pivot. In the first Pivot, the OrderBys determine Row and PivotDimensionHeader ordering; in subsequent Pivots, the OrderBys determine only PivotDimensionHeader ordering. Dimensions specified in these OrderBys must be a subset of Pivot.field_names.
The number of rows to return in this pivot. If the limit parameter is unspecified, up to 10,000 rows are returned. The API returns a maximum of 100,000 rows per request, no matter how many you ask for.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-09 UTC."],[[["Defines the structure for requesting and receiving report data, outlining visible dimensions and rows."],["Utilizes JSON format to specify fields like `fieldNames`, `orderBys`, `offset`, `limit`, and `metricAggregations`."],["Enables customization of report output by determining the order of dimensions and the range of rows to retrieve."],["Allows aggregation of metrics based on specified dimensions using metric aggregation functions."]]],["This defines the structure of visible dimension columns and rows in a report response. Key components include: `fieldNames` for dimension names; `orderBys` to define dimension ordering; `offset` to specify the starting row number; `limit` to control the number of rows returned (up to 10,000 if unspecified, max 100,000 per request); and `metricAggregations` to aggregate metrics by dimensions. It determines the report's visual layout and data organization.\n"]]