The "adclients" collection of methods.
More...
|
| call ($name, $arguments, $expected_class=null) |
| TODO: This function needs simplifying.
|
|
| listAdclients ($optParams=array()) |
| List all ad clients in this AdSense account.
|
|
|
| convertToArrayAndStripNulls ($o) |
|
The "adclients" collection of methods.
Typical usage is: $adsenseService = new Google_Service_AdSense(...); $adclients = $adsenseService->adclients;
◆ 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
-
◆ listAdclients()
Google_Service_AdSense_Adclients_Resource::listAdclients |
( |
| $optParams = array() | ) |
|
List all ad clients in this AdSense account.
(adclients.listAdclients)
- Parameters
-
array | $optParams | Optional parameters. |
@opt_param string pageToken A continuation token, used to page through ad clients. 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 ad clients 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