Home
last modified time | relevance | path

Searched refs:customChannelId (Results 1 – 5 of 5) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdSenseHost/Resource/
H A DCustomchannels.php38 * @param string $customChannelId Custom channel to delete.
42 public function delete($adClientId, $customChannelId, $optParams = []) argument
44 $params = ['adClientId' => $adClientId, 'customChannelId' => $customChannelId];
53 * @param string $customChannelId Custom channel to get.
57 public function get($adClientId, $customChannelId, $optParams = []) argument
59 $params = ['adClientId' => $adClientId, 'customChannelId' => $customChannelId];
104 * @param string $customChannelId Custom channel to get.
109 public function patch($adClientId, $customChannelId, CustomChannel $postBody, $optParams = []) argument
111 …$params = ['adClientId' => $adClientId, 'customChannelId' => $customChannelId, 'postBody' => $post…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DAdSenseHost.php444 'path' => 'adclients/{adClientId}/customchannels/{customChannelId}',
452 'customChannelId' => [
459 'path' => 'adclients/{adClientId}/customchannels/{customChannelId}',
467 'customChannelId' => [
510 'customChannelId' => [
/plugin/authgoogle/google/contrib/
H A DGoogle_AdExchangeSellerService.php146 * @param string $customChannelId Custom channel to retrieve.
150 public function get($adClientId, $customChannelId, $optParams = array()) { argument
151 $params = array('adClientId' => $adClientId, 'customChannelId' => $customChannelId);
197 * @param string $customChannelId Custom channel for which to list ad units.
205 public function listCustomchannelsAdunits($adClientId, $customChannelId, $optParams = array()) { argument
206 $params = array('adClientId' => $adClientId, 'customChannelId' => $customChannelId);
H A DGoogle_AdSenseService.php249 * @param string $customChannelId Custom channel to retrieve.
253 public function get($accountId, $adClientId, $customChannelId, $optParams = array()) { argument
254 …ray('accountId' => $accountId, 'adClientId' => $adClientId, 'customChannelId' => $customChannelId);
302 * @param string $customChannelId Custom channel for which to list ad units.
311 …ray('accountId' => $accountId, 'adClientId' => $adClientId, 'customChannelId' => $customChannelId);
677 * @param string $customChannelId Custom channel to retrieve.
681 public function get($adClientId, $customChannelId, $optParams = array()) { argument
682 $params = array('adClientId' => $adClientId, 'customChannelId' => $customChannelId);
728 * @param string $customChannelId Custom channel for which to list ad units.
736 public function listCustomchannelsAdunits($adClientId, $customChannelId, $optParams = array()) { argument
[all …]
H A DGoogle_AdsensehostService.php420 * @param string $customChannelId Custom channel to delete.
424 public function delete($adClientId, $customChannelId, $optParams = array()) { argument
425 $params = array('adClientId' => $adClientId, 'customChannelId' => $customChannelId);
438 * @param string $customChannelId Custom channel to get.
442 public function get($adClientId, $customChannelId, $optParams = array()) { argument
443 $params = array('adClientId' => $adClientId, 'customChannelId' => $customChannelId);
495 * @param string $customChannelId Custom channel to get.
500 …public function patch($adClientId, $customChannelId, Google_CustomChannel $postBody, $optParams = … argument
501 …$params = array('adClientId' => $adClientId, 'customChannelId' => $customChannelId, 'postBody' => …