Lines Matching refs:advertiserId

47    * @param string $advertiserId Required. The ID of the DV360 advertiser to which
55 …public function bulkEdit($advertiserId, $negativeKeywordListId, BulkEditNegativeKeywordsRequest $p… argument
57 …$params = ['advertiserId' => $advertiserId, 'negativeKeywordListId' => $negativeKeywordListId, 'po…
65 * @param string $advertiserId Required. The ID of the DV360 advertiser to which
73 …public function create($advertiserId, $negativeKeywordListId, NegativeKeyword $postBody, $optParam… argument
75 …$params = ['advertiserId' => $advertiserId, 'negativeKeywordListId' => $negativeKeywordListId, 'po…
83 * @param string $advertiserId Required. The ID of the DV360 advertiser to which
92 public function delete($advertiserId, $negativeKeywordListId, $keywordValue, $optParams = []) argument
94 …$params = ['advertiserId' => $advertiserId, 'negativeKeywordListId' => $negativeKeywordListId, 'ke…
102 * @param string $advertiserId Required. The ID of the DV360 advertiser to which
127 …public function listAdvertisersNegativeKeywordListsNegativeKeywords($advertiserId, $negativeKeywor… argument
129 $params = ['advertiserId' => $advertiserId, 'negativeKeywordListId' => $negativeKeywordListId];
139 * @param string $advertiserId Required. The ID of the DV360 advertiser to which
147 …public function replace($advertiserId, $negativeKeywordListId, ReplaceNegativeKeywordsRequest $pos… argument
149 …$params = ['advertiserId' => $advertiserId, 'negativeKeywordListId' => $negativeKeywordListId, 'po…