The "adunits" collection of methods.
More...
|
| call ($name, $arguments, $expected_class=null) |
| TODO: This function needs simplifying.
|
|
| listCustomchannelsAdunits ($adClientId, $customChannelId, $optParams=array()) |
| List all ad units in the specified custom channel.
|
|
|
| convertToArrayAndStripNulls ($o) |
|
The "adunits" collection of methods.
Typical usage is: $adsenseService = new Google_Service_AdSense(...); $adunits = $adsenseService->adunits;
◆ 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
-
◆ listCustomchannelsAdunits()
Google_Service_AdSense_CustomchannelsAdunits_Resource::listCustomchannelsAdunits |
( |
| $adClientId, |
|
|
| $customChannelId, |
|
|
| $optParams = array() ) |
List all ad units in the specified custom channel.
(adunits.listCustomchannelsAdunits)
- Parameters
-
string | $adClientId | Ad client which contains the custom channel. |
string | $customChannelId | Custom channel for which to list ad units. |
array | $optParams | Optional parameters. |
@opt_param bool includeInactive Whether to include inactive ad units. Default: true. @opt_param string pageToken A continuation token, used to page through ad units. 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 units 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