The "performanceReport" collection of methods.
More...
|
| | call ($name, $arguments, $expected_class=null) |
| | TODO: This function needs simplifying.
|
| |
| | listPerformanceReport ($accountId, $endDateTime, $startDateTime, $optParams=array()) |
| | Retrieves the authenticated user's list of performance metrics.
|
| |
|
|
| convertToArrayAndStripNulls ($o) |
| |
The "performanceReport" collection of methods.
Typical usage is: $adexchangebuyerService = new Google_Service_AdExchangeBuyer(...); $performanceReport = $adexchangebuyerService->performanceReport;
◆ call()
| Google_Service_Resource::call |
( |
| $name, |
|
|
| $arguments, |
|
|
| $expected_class = null ) |
|
inherited |
TODO: This function needs simplifying.
- Parameters
-
| $name | |
| $arguments | |
| $expected_class | - optional, the expected class name |
- Return values
-
| Google_Http_Request|expected_class | |
- Exceptions
-
◆ listPerformanceReport()
| Google_Service_AdExchangeBuyer_PerformanceReport_Resource::listPerformanceReport |
( |
| $accountId, |
|
|
| $endDateTime, |
|
|
| $startDateTime, |
|
|
| $optParams = array() ) |
Retrieves the authenticated user's list of performance metrics.
(performanceReport.listPerformanceReport)
- Parameters
-
| string | $accountId | The account id to get the reports. |
| string | $endDateTime | The end time of the report in ISO 8601 timestamp format using UTC. |
| string | $startDateTime | The start time of the report in ISO 8601 timestamp format using UTC. |
| array | $optParams | Optional parameters. |
@opt_param string pageToken A continuation token, used to page through performance reports. To retrieve the next page, set this parameter to the value of "nextPageToken" from the previous response. Optional. @opt_param string maxResults Maximum number of entries returned on one result page. If not set, the default is 100. Optional.
- Return values
-
The documentation for this class was generated from the following file:
- lib/google/src/Google/Service/AdExchangeBuyer.php