Lines Matching refs:advertiserId
43 * @param string $advertiserId The ID of the advertiser that owns the parent
51 …public function bulkEdit($advertiserId, $channelId, BulkEditSitesRequest $postBody, $optParams = [… argument
53 $params = ['advertiserId' => $advertiserId, 'channelId' => $channelId, 'postBody' => $postBody];
60 * @param string $advertiserId The ID of the advertiser that owns the parent
71 public function create($advertiserId, $channelId, Site $postBody, $optParams = []) argument
73 $params = ['advertiserId' => $advertiserId, 'channelId' => $channelId, 'postBody' => $postBody];
80 * @param string $advertiserId The ID of the advertiser that owns the parent
91 public function delete($advertiserId, $channelId, $urlOrAppId, $optParams = []) argument
93 …$params = ['advertiserId' => $advertiserId, 'channelId' => $channelId, 'urlOrAppId' => $urlOrAppId…
100 * @param string $advertiserId The ID of the advertiser that owns the parent
127 public function listAdvertisersChannelsSites($advertiserId, $channelId, $optParams = []) argument
129 $params = ['advertiserId' => $advertiserId, 'channelId' => $channelId];
138 * @param string $advertiserId The ID of the advertiser that owns the parent
146 public function replace($advertiserId, $channelId, ReplaceSitesRequest $postBody, $optParams = []) argument
148 $params = ['advertiserId' => $advertiserId, 'channelId' => $channelId, 'postBody' => $postBody];