The "customchannels" collection of methods.
More...
|
| | call ($name, $arguments, $expected_class=null) |
| | TODO: This function needs simplifying.
|
| |
| | delete ($adClientId, $customChannelId, $optParams=array()) |
| | Delete a specific custom channel from the host AdSense account.
|
| |
| | get ($adClientId, $customChannelId, $optParams=array()) |
| | Get a specific custom channel from the host AdSense account.
|
| |
| | insert ($adClientId, Google_Service_AdSenseHost_CustomChannel $postBody, $optParams=array()) |
| | Add a new custom channel to the host AdSense account.
|
| |
| | listCustomchannels ($adClientId, $optParams=array()) |
| | List all host custom channels in this AdSense account.
|
| |
| | patch ($adClientId, $customChannelId, Google_Service_AdSenseHost_CustomChannel $postBody, $optParams=array()) |
| | Update a custom channel in the host AdSense account.
|
| |
| | update ($adClientId, Google_Service_AdSenseHost_CustomChannel $postBody, $optParams=array()) |
| | Update a custom channel in the host AdSense account.
|
| |
|
|
| convertToArrayAndStripNulls ($o) |
| |
The "customchannels" collection of methods.
Typical usage is: $adsensehostService = new Google_Service_AdSenseHost(...); $customchannels = $adsensehostService->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
-
◆ delete()
| Google_Service_AdSenseHost_Customchannels_Resource::delete |
( |
| $adClientId, |
|
|
| $customChannelId, |
|
|
| $optParams = array() ) |
Delete a specific custom channel from the host AdSense account.
(customchannels.delete)
- Parameters
-
| string | $adClientId | Ad client from which to delete the custom channel. |
| string | $customChannelId | Custom channel to delete. |
| array | $optParams | Optional parameters. |
- Return values
-
◆ get()
| Google_Service_AdSenseHost_Customchannels_Resource::get |
( |
| $adClientId, |
|
|
| $customChannelId, |
|
|
| $optParams = array() ) |
Get a specific custom channel from the host AdSense account.
(customchannels.get)
- Parameters
-
| string | $adClientId | Ad client from which to get the custom channel. |
| string | $customChannelId | Custom channel to get. |
| array | $optParams | Optional parameters. |
- Return values
-
◆ insert()
Add a new custom channel to the host AdSense account.
(customchannels.insert)
- Parameters
-
| string | $adClientId | Ad client to which the new custom channel will be added. |
| Google_CustomChannel | $postBody | |
| array | $optParams | Optional parameters. |
- Return values
-
◆ listCustomchannels()
| Google_Service_AdSenseHost_Customchannels_Resource::listCustomchannels |
( |
| $adClientId, |
|
|
| $optParams = array() ) |
List all host custom channels in this AdSense account.
(customchannels.listCustomchannels)
- Parameters
-
| string | $adClientId | Ad client 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 string maxResults The maximum number of custom channels to include in the response, used for paging.
- Return values
-
◆ patch()
Update a custom channel in the host AdSense account.
This method supports patch semantics. (customchannels.patch)
- Parameters
-
| string | $adClientId | Ad client in which the custom channel will be updated. |
| string | $customChannelId | Custom channel to get. |
| Google_CustomChannel | $postBody | |
| array | $optParams | Optional parameters. |
- Return values
-
◆ update()
Update a custom channel in the host AdSense account.
(customchannels.update)
- Parameters
-
| string | $adClientId | Ad client in which the custom channel will be updated. |
| Google_CustomChannel | $postBody | |
| array | $optParams | Optional parameters. |
- Return values
-
The documentation for this class was generated from the following file:
- lib/google/src/Google/Service/AdSenseHost.php