Moodle PHP Documentation 4.3
Moodle 4.3.5 (Build: 20240610) (7dcfaa79f78)
Google_Service_AdExchangeBuyer_PerformanceReport_Resource Class Reference

The "performanceReport" collection of methods. More...

Inheritance diagram for Google_Service_AdExchangeBuyer_PerformanceReport_Resource:
Google_Service_Resource

Public Member Functions

 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.
 

Protected Member Functions

 convertToArrayAndStripNulls ($o)
 

Detailed Description

The "performanceReport" collection of methods.

Typical usage is: $adexchangebuyerService = new Google_Service_AdExchangeBuyer(...); $performanceReport = $adexchangebuyerService->performanceReport;

Member Function Documentation

◆ 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
Google_Exception

◆ 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$accountIdThe account id to get the reports.
string$endDateTimeThe end time of the report in ISO 8601 timestamp format using UTC.
string$startDateTimeThe start time of the report in ISO 8601 timestamp format using UTC.
array$optParamsOptional 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
Google_Service_AdExchangeBuyer_PerformanceReportList

The documentation for this class was generated from the following file: