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

The "saved" collection of methods. More...

Inheritance diagram for Google_Service_AdExchangeSeller_AccountsReportsSaved_Resource:
Google_Service_Resource

Public Member Functions

 call ($name, $arguments, $expected_class=null)
 TODO: This function needs simplifying.
 
 generate ($accountId, $savedReportId, $optParams=array())
 Generate an Ad Exchange report based on the saved report ID sent in the query parameters.
 
 listAccountsReportsSaved ($accountId, $optParams=array())
 List all saved reports in this Ad Exchange account.
 

Protected Member Functions

 convertToArrayAndStripNulls ($o)
 

Detailed Description

The "saved" collection of methods.

Typical usage is: $adexchangesellerService = new Google_Service_AdExchangeSeller(...); $saved = $adexchangesellerService->saved;

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

◆ generate()

Google_Service_AdExchangeSeller_AccountsReportsSaved_Resource::generate ( $accountId,
$savedReportId,
$optParams = array() )

Generate an Ad Exchange report based on the saved report ID sent in the query parameters.

(saved.generate)

Parameters
string$accountIdAccount owning the saved report.
string$savedReportIdThe saved report to retrieve.
array$optParamsOptional parameters.

@opt_param string locale Optional locale to use for translating report output to a local language. Defaults to "en_US" if not specified. @opt_param int startIndex Index of the first row of report data to return. @opt_param int maxResults The maximum number of rows of report data to return.

Return values
Google_Service_AdExchangeSeller_Report

◆ listAccountsReportsSaved()

Google_Service_AdExchangeSeller_AccountsReportsSaved_Resource::listAccountsReportsSaved ( $accountId,
$optParams = array() )

List all saved reports in this Ad Exchange account.

(saved.listAccountsReportsSaved)

Parameters
string$accountIdAccount owning the saved reports.
array$optParamsOptional parameters.

@opt_param string pageToken A continuation token, used to page through saved reports. To retrieve the next page, set this parameter to the value of "nextPageToken" from the previous response. @opt_param int maxResults The maximum number of saved reports to include in the response, used for paging.

Return values
Google_Service_AdExchangeSeller_SavedReports

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