Searched refs:customChannelId (Results 1 – 5 of 5) sorted by relevance
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdSenseHost/Resource/ |
H A D | Customchannels.php | 38 * @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 D | AdSenseHost.php | 444 'path' => 'adclients/{adClientId}/customchannels/{customChannelId}', 452 'customChannelId' => [ 459 'path' => 'adclients/{adClientId}/customchannels/{customChannelId}', 467 'customChannelId' => [ 510 'customChannelId' => [
|
/plugin/authgoogle/google/contrib/ |
H A D | Google_AdExchangeSellerService.php | 146 * @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 D | Google_AdSenseService.php | 249 * @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 D | Google_AdsensehostService.php | 420 * @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' => …
|