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 message google.ads.admanager.v1.FetchReportResultRowsRequest
Namespace
Google \ Ads \ AdManager \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
The report result being fetched. Format: |
↳ 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 previous |
getName
The report result being fetched.
Format:
networks/{network_code}/reports/{report_id}/results/{report_result_id}
Returns | |
---|---|
Type | Description |
string |
setName
The report result being fetched.
Format:
networks/{network_code}/reports/{report_id}/results/{report_result_id}
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getPageSize
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.
Returns | |
---|---|
Type | Description |
int |
setPageSize
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.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getPageToken
Optional. A page token, received from a previous FetchReportResultRows
call. Provide this to retrieve the second and subsequent batches of rows.
Returns | |
---|---|
Type | Description |
string |
setPageToken
Optional. A page token, received from a previous FetchReportResultRows
call. Provide this to retrieve the second and subsequent batches of rows.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
name |
string
The report result being fetched.
Format:
|
Returns | |
---|---|
Type | Description |
Google\Ads\AdManager\V1\FetchReportResultRowsRequest |