The "adclients" collection of methods.
More...
|
| call ($name, $arguments, $expected_class=null) |
| TODO: This function needs simplifying.
|
|
| get ($accountId, $adClientId, $optParams=array()) |
| Get information about one of the ad clients in the specified publisher's AdSense account.
|
|
| listAccountsAdclients ($accountId, $optParams=array()) |
| List all hosted ad clients in the specified hosted 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_AccountsAdclients_Resource::get |
( |
| $accountId, |
|
|
| $adClientId, |
|
|
| $optParams = array() ) |
Get information about one of the ad clients in the specified publisher's AdSense account.
(adclients.get)
- Parameters
-
string | $accountId | Account which contains the ad client. |
string | $adClientId | Ad client to get. |
array | $optParams | Optional parameters. |
- Return values
-
◆ listAccountsAdclients()
Google_Service_AdSenseHost_AccountsAdclients_Resource::listAccountsAdclients |
( |
| $accountId, |
|
|
| $optParams = array() ) |
List all hosted ad clients in the specified hosted account.
(adclients.listAccountsAdclients)
- Parameters
-
string | $accountId | Account for which to list ad clients. |
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