The "saved" collection of methods.
More...
|
| 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.
|
|
|
| convertToArrayAndStripNulls ($o) |
|
The "saved" collection of methods.
Typical usage is: $adexchangesellerService = new Google_Service_AdExchangeSeller(...); $saved = $adexchangesellerService->saved;
◆ 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
-
◆ 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 | $accountId | Account owning the saved report. |
string | $savedReportId | The saved report to retrieve. |
array | $optParams | Optional 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
-
◆ listAccountsReportsSaved()
Google_Service_AdExchangeSeller_AccountsReportsSaved_Resource::listAccountsReportsSaved |
( |
| $accountId, |
|
|
| $optParams = array() ) |
List all saved reports in this Ad Exchange account.
(saved.listAccountsReportsSaved)
- Parameters
-
string | $accountId | Account owning the saved reports. |
array | $optParams | Optional 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
-
The documentation for this class was generated from the following file:
- lib/google/src/Google/Service/AdExchangeSeller.php