Reference documentation and code samples for the Google Ads Ad Manager V1 Client class FetchReportResultRowsRequest.
The request message for the fetch report result rows endpoint.
Generated from protobuf messagegoogle.ads.admanager.v1.FetchReportResultRowsRequest
Namespace
Google \ Ads \ AdManager \ V1
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ name
string
The report result being fetched. Format:networks/{network_code}/reports/{report_id}/results/{report_result_id}
↳ page_size
int
Optional. The maximum number of rows to return. The service may return fewer than this value. If unspecified, at most 1,000 rows will be returned. The maximum value is 10,000; values above 10,000 will be reduced to 10,000.
↳ page_token
string
Optional. A page token, received from a previousFetchReportResultRowscall. Provide this to retrieve the second and subsequent batches of rows.
[[["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-09-04 UTC."],[],[],null,["# Google Ads Ad Manager V1 Client - Class FetchReportResultRowsRequest (0.3.1)\n\nVersion latestkeyboard_arrow_down\n\n- [0.3.1 (latest)](/php/docs/reference/ad-manager/latest/V1.FetchReportResultRowsRequest)\n- [0.3.0](/php/docs/reference/ad-manager/0.3.0/V1.FetchReportResultRowsRequest)\n- [0.2.0](/php/docs/reference/ad-manager/0.2.0/V1.FetchReportResultRowsRequest)\n- [0.1.3](/php/docs/reference/ad-manager/0.1.3/V1.FetchReportResultRowsRequest) \nReference documentation and code samples for the Google Ads Ad Manager V1 Client class FetchReportResultRowsRequest.\n\nThe request message for the fetch report result rows endpoint.\n\nGenerated from protobuf message `google.ads.admanager.v1.FetchReportResultRowsRequest`\n\nNamespace\n---------\n\nGoogle \\\\ Ads \\\\ AdManager \\\\ V1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getName\n\nThe report result being fetched.\n\nFormat:\n`networks/{network_code}/reports/{report_id}/results/{report_result_id}`\n\n### setName\n\nThe report result being fetched.\n\nFormat:\n`networks/{network_code}/reports/{report_id}/results/{report_result_id}`\n\n### getPageSize\n\nOptional. The maximum number of rows to return. The service may return\nfewer than this value. If unspecified, at most 1,000 rows will be returned.\n\nThe maximum value is 10,000; values above 10,000 will be reduced to 10,000.\n\n### setPageSize\n\nOptional. The maximum number of rows to return. The service may return\nfewer than this value. If unspecified, at most 1,000 rows will be returned.\n\nThe maximum value is 10,000; values above 10,000 will be reduced to 10,000.\n\n### getPageToken\n\nOptional. A page token, received from a previous `FetchReportResultRows`\ncall. Provide this to retrieve the second and subsequent batches of rows.\n\n### setPageToken\n\nOptional. A page token, received from a previous `FetchReportResultRows`\ncall. Provide this to retrieve the second and subsequent batches of rows.\n\n### static::build"]]