The "customchannels" collection of methods.
More...
|
| call ($name, $arguments, $expected_class=null) |
| TODO: This function needs simplifying.
|
|
| listAdunitsCustomchannels ($adClientId, $adUnitId, $optParams=array()) |
| List all custom channels which the specified ad unit belongs to.
|
|
|
| convertToArrayAndStripNulls ($o) |
|
The "customchannels" collection of methods.
Typical usage is: $adsenseService = new Google_Service_AdSense(...); $customchannels = $adsenseService->customchannels;
◆ 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
-
◆ listAdunitsCustomchannels()
Google_Service_AdSense_AdunitsCustomchannels_Resource::listAdunitsCustomchannels |
( |
| $adClientId, |
|
|
| $adUnitId, |
|
|
| $optParams = array() ) |
List all custom channels which the specified ad unit belongs to.
(customchannels.listAdunitsCustomchannels)
- Parameters
-
string | $adClientId | Ad client which contains the ad unit. |
string | $adUnitId | Ad unit for which to list custom channels. |
array | $optParams | Optional parameters. |
@opt_param string pageToken A continuation token, used to page through custom channels. 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 custom channels 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