Lines Matching refs:negativeKeywordListId

49    * @param string $negativeKeywordListId Required. The ID of the parent negative
55 …public function bulkEdit($advertiserId, $negativeKeywordListId, BulkEditNegativeKeywordsRequest $p… argument
57 …$params = ['advertiserId' => $advertiserId, 'negativeKeywordListId' => $negativeKeywordListId, 'po…
67 * @param string $negativeKeywordListId Required. The ID of the parent negative
73 …public function create($advertiserId, $negativeKeywordListId, NegativeKeyword $postBody, $optParam… argument
75 …$params = ['advertiserId' => $advertiserId, 'negativeKeywordListId' => $negativeKeywordListId, 'po…
85 * @param string $negativeKeywordListId Required. The ID of the parent negative
92 public function delete($advertiserId, $negativeKeywordListId, $keywordValue, $optParams = []) argument
94 …$params = ['advertiserId' => $advertiserId, 'negativeKeywordListId' => $negativeKeywordListId, 'ke…
104 * @param string $negativeKeywordListId Required. The ID of the parent negative
127 …stAdvertisersNegativeKeywordListsNegativeKeywords($advertiserId, $negativeKeywordListId, $optParam… argument
129 $params = ['advertiserId' => $advertiserId, 'negativeKeywordListId' => $negativeKeywordListId];
141 * @param string $negativeKeywordListId Required. The ID of the parent negative
147 …public function replace($advertiserId, $negativeKeywordListId, ReplaceNegativeKeywordsRequest $pos… argument
149 …$params = ['advertiserId' => $advertiserId, 'negativeKeywordListId' => $negativeKeywordListId, 'po…