Optional. Requested page size of the report. The server may return fewer results than requested. If you don't specify a page size, the server uses a sensible default (may change over time).
The maximum value is 30,000; the server will change larger values to 30,000.
The usage dates immediately preceding dateRange with the same duration. Use this to calculate trending usage and costs. This is only populated if you request trending data.
For example, if dateRange is July 1-15, precedingDateRange will be June 16-30.
The key for the partition this row belongs to. This field is empty if the report is not partitioned.
ReportValue
A single report value.
JSON representation
{// Union field value can be only one of the following:"stringValue": string,"intValue": string,"decimalValue": {object (Decimal)},"moneyValue": {object (Money)},"dateValue": {object (Date)},"dateTimeValue": {object (DateTime)}// End of list of possible types for union field value.}
Fields
Union field value. A single report value. value can be only one of the following:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-19 UTC."],[[["\u003cp\u003eThis documentation details how to fetch report results using a deprecated method, with a recommendation to use the "Export Channel Services data to BigQuery" feature instead.\u003c/p\u003e\n"],["\u003cp\u003eThe HTTP request uses a \u003ccode\u003ePOST\u003c/code\u003e method with a specific URL structure incorporating gRPC Transcoding, requiring a \u003ccode\u003ereportJob\u003c/code\u003e path parameter.\u003c/p\u003e\n"],["\u003cp\u003eThe request body accepts optional fields like \u003ccode\u003epageSize\u003c/code\u003e, \u003ccode\u003epageToken\u003c/code\u003e, and \u003ccode\u003epartitionKeys\u003c/code\u003e to control the report data retrieval, which has a specific JSON representation.\u003c/p\u003e\n"],["\u003cp\u003eThe response body contains \u003ccode\u003ereportMetadata\u003c/code\u003e, \u003ccode\u003erows\u003c/code\u003e, and \u003ccode\u003enextPageToken\u003c/code\u003e, which together provide a structured, tabular representation of the requested report results, also represented in JSON.\u003c/p\u003e\n"],["\u003cp\u003eThe request requires \u003ccode\u003ehttps://www.googleapis.com/auth/apps.reports.usage.readonly\u003c/code\u003e as an OAuth scope for proper authorization.\u003c/p\u003e\n"]]],[],null,["# Method: accounts.reportJobs.fetchReportResults\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n - [JSON representation](#body.request_body.SCHEMA_REPRESENTATION)\n- [Response body](#body.response_body)\n - [JSON representation](#body.FetchReportResultsResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n- [ReportResultsMetadata](#ReportResultsMetadata)\n - [JSON representation](#ReportResultsMetadata.SCHEMA_REPRESENTATION)\n- [Row](#Row)\n - [JSON representation](#Row.SCHEMA_REPRESENTATION)\n- [ReportValue](#ReportValue)\n - [JSON representation](#ReportValue.SCHEMA_REPRESENTATION)\n- [Try it!](#try-it)\n\n| This item is deprecated!\nRetrieves data generated by [CloudChannelReportsService.RunReportJob](/channel/docs/reference/rest/v1alpha1/accounts.reports/run#google.cloud.channel.v1alpha1.CloudChannelReportsService.RunReportJob).\n\nDeprecated: Please use [Export Channel Services data to BigQuery](https://cloud.google.com/channel/docs/rebilling/export-data-to-bigquery) instead.\n\n### HTTP request\n\n`POST https://cloudchannel.googleapis.com/v1alpha1/{reportJob=accounts/*/reportJobs/*}:fetchReportResults`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Request body\n\nThe request body contains data with the following structure:\n\n### Response body\n\n| This item is deprecated!\nResponse message for [CloudChannelReportsService.FetchReportResults](/channel/docs/reference/rest/v1alpha1/accounts.reportJobs/fetchReportResults#google.cloud.channel.v1alpha1.CloudChannelReportsService.FetchReportResults). Contains a tabular representation of the report results.\n\nIf successful, the response body contains data with the following structure:\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/apps.reports.usage.readonly`\n\nFor more information, see the [Authentication Overview](/docs/authentication#authorization-gcp).\n\nReportResultsMetadata\n---------------------\n\n| This item is deprecated!\nThe features describing the data. Returned by [CloudChannelReportsService.RunReportJob](/channel/docs/reference/rest/v1alpha1/accounts.reports/run#google.cloud.channel.v1alpha1.CloudChannelReportsService.RunReportJob) and [CloudChannelReportsService.FetchReportResults](/channel/docs/reference/rest/v1alpha1/accounts.reportJobs/fetchReportResults#google.cloud.channel.v1alpha1.CloudChannelReportsService.FetchReportResults).\n\nRow\n---\n\n| This item is deprecated!\nA row of report values.\n\nReportValue\n-----------\n\n| This item is deprecated!\nA single report value."]]