The "adclients" collection of methods.
More...
|
| call ($name, $arguments, $expected_class=null) |
| TODO: This function needs simplifying.
|
|
| get ($adClientId, $optParams=array()) |
| Get information about one of the ad clients in the Host AdSense account.
|
|
| listAdclients ($optParams=array()) |
| List all host ad clients in this AdSense account.
|
|
|
| convertToArrayAndStripNulls ($o) |
|
The "adclients" collection of methods.
Typical usage is: $adsensehostService = new Google_Service_AdSenseHost(...); $adclients = $adsensehostService->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
-
◆ get()
Google_Service_AdSenseHost_Adclients_Resource::get |
( |
| $adClientId, |
|
|
| $optParams = array() ) |
Get information about one of the ad clients in the Host AdSense account.
(adclients.get)
- Parameters
-
string | $adClientId | Ad client to get. |
array | $optParams | Optional parameters. |
- Return values
-
◆ listAdclients()
Google_Service_AdSenseHost_Adclients_Resource::listAdclients |
( |
| $optParams = array() | ) |
|
List all host 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 string 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/AdSenseHost.php