Lines Matching refs:advertiserId
37 * @param string $advertiserId The ID of the advertiser that owns the created
46 public function create($advertiserId, Channel $postBody, $optParams = []) argument
48 $params = ['advertiserId' => $advertiserId, 'postBody' => $postBody];
55 * @param string $advertiserId The ID of the advertiser that owns the fetched
64 public function get($advertiserId, $channelId, $optParams = []) argument
66 $params = ['advertiserId' => $advertiserId, 'channelId' => $channelId];
74 * @param string $advertiserId The ID of the advertiser that owns the channels.
98 public function listAdvertisersChannels($advertiserId, $optParams = []) argument
100 $params = ['advertiserId' => $advertiserId];
108 * @param string $advertiserId The ID of the advertiser that owns the created
121 public function patch($advertiserId, $channelId, Channel $postBody, $optParams = []) argument
123 $params = ['advertiserId' => $advertiserId, 'channelId' => $channelId, 'postBody' => $postBody];