The "urlchannels" collection of methods.
More...
|
| call ($name, $arguments, $expected_class=null) |
| TODO: This function needs simplifying.
|
|
| delete ($adClientId, $urlChannelId, $optParams=array()) |
| Delete a URL channel from the host AdSense account.
|
|
| insert ($adClientId, Google_Service_AdSenseHost_UrlChannel $postBody, $optParams=array()) |
| Add a new URL channel to the host AdSense account.
|
|
| listUrlchannels ($adClientId, $optParams=array()) |
| List all host URL channels in the host AdSense account.
|
|
|
| convertToArrayAndStripNulls ($o) |
|
The "urlchannels" collection of methods.
Typical usage is: $adsensehostService = new Google_Service_AdSenseHost(...); $urlchannels = $adsensehostService->urlchannels;
◆ 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_Urlchannels_Resource::delete |
( |
| $adClientId, |
|
|
| $urlChannelId, |
|
|
| $optParams = array() ) |
Delete a URL channel from the host AdSense account.
(urlchannels.delete)
- Parameters
-
string | $adClientId | Ad client from which to delete the URL channel. |
string | $urlChannelId | URL channel to delete. |
array | $optParams | Optional parameters. |
- Return values
-
◆ insert()
Add a new URL channel to the host AdSense account.
(urlchannels.insert)
- Parameters
-
string | $adClientId | Ad client to which the new URL channel will be added. |
Google_UrlChannel | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
◆ listUrlchannels()
Google_Service_AdSenseHost_Urlchannels_Resource::listUrlchannels |
( |
| $adClientId, |
|
|
| $optParams = array() ) |
List all host URL channels in the host AdSense account.
(urlchannels.listUrlchannels)
- Parameters
-
string | $adClientId | Ad client for which to list URL channels. |
array | $optParams | Optional parameters. |
@opt_param string pageToken A continuation token, used to page through URL 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 URL 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/AdSenseHost.php