The "saved" collection of methods.
More...
|
| call ($name, $arguments, $expected_class=null) |
| TODO: This function needs simplifying.
|
|
| generate ($savedReportId, $optParams=array()) |
| Generate an AdSense report based on the saved report ID sent in the query parameters.
|
|
| listReportsSaved ($optParams=array()) |
| List all saved reports in this AdSense account.
|
|
|
| convertToArrayAndStripNulls ($o) |
|
The "saved" collection of methods.
Typical usage is: $adsenseService = new Google_Service_AdSense(...); $saved = $adsenseService->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_AdSense_ReportsSaved_Resource::generate |
( |
| $savedReportId, |
|
|
| $optParams = array() ) |
Generate an AdSense report based on the saved report ID sent in the query parameters.
(saved.generate)
- Parameters
-
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
-
◆ listReportsSaved()
Google_Service_AdSense_ReportsSaved_Resource::listReportsSaved |
( |
| $optParams = array() | ) |
|
List all saved reports in this AdSense account.
(saved.listReportsSaved)
- Parameters
-
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/AdSense.php