Lines Matching refs:customChannelId
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.
310 …public function listAccountsCustomchannelsAdunits($accountId, $adClientId, $customChannelId, $optP… argument
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
737 $params = array('adClientId' => $adClientId, 'customChannelId' => $customChannelId);