Home
last modified time | relevance | path

Searched refs:negativeKeywordListId (Results 1 – 5 of 5) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/Resource/
H A DAdvertisersNegativeKeywordListsNegativeKeywords.php49 * @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
104 * @param string $negativeKeywordListId Required. The ID of the parent negative
129 $params = ['advertiserId' => $advertiserId, 'negativeKeywordListId' => $negativeKeywordListId];
[all …]
H A DAdvertisersNegativeKeywordLists.php56 * @param string $negativeKeywordListId Required. The ID of the negative keyword
61 public function delete($advertiserId, $negativeKeywordListId, $optParams = []) argument
63 $params = ['advertiserId' => $advertiserId, 'negativeKeywordListId' => $negativeKeywordListId];
73 * @param string $negativeKeywordListId Required. The ID of the negative keyword
78 public function get($advertiserId, $negativeKeywordListId, $optParams = []) argument
80 $params = ['advertiserId' => $advertiserId, 'negativeKeywordListId' => $negativeKeywordListId];
113 * @param string $negativeKeywordListId Output only. The unique ID of the
122 …public function patch($advertiserId, $negativeKeywordListId, NegativeKeywordList $postBody, $optPa… argument
124 …$params = ['advertiserId' => $advertiserId, 'negativeKeywordListId' => $negativeKeywordListId, 'po…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/
H A DNegativeKeywordListAssignedTargetingOptionDetails.php25 public $negativeKeywordListId; variable in Google\\Service\\DisplayVideo\\NegativeKeywordListAssignedTargetingOptionDetails
30 public function setNegativeKeywordListId($negativeKeywordListId) argument
32 $this->negativeKeywordListId = $negativeKeywordListId;
39 return $this->negativeKeywordListId;
H A DNegativeKeywordList.php37 public $negativeKeywordListId; variable in Google\\Service\\DisplayVideo\\NegativeKeywordList
88 public function setNegativeKeywordListId($negativeKeywordListId) argument
90 $this->negativeKeywordListId = $negativeKeywordListId;
97 return $this->negativeKeywordListId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DDisplayVideo.php1567 … 'path' => 'v1/advertisers/{+advertiserId}/negativeKeywordLists/{+negativeKeywordListId}',
1575 'negativeKeywordListId' => [
1582 … 'path' => 'v1/advertisers/{+advertiserId}/negativeKeywordLists/{+negativeKeywordListId}',
1590 'negativeKeywordListId' => [
1615 … 'path' => 'v1/advertisers/{+advertiserId}/negativeKeywordLists/{negativeKeywordListId}',
1623 'negativeKeywordListId' => [
1652 'negativeKeywordListId' => [
1667 'negativeKeywordListId' => [
1682 'negativeKeywordListId' => [
1702 'negativeKeywordListId' => [
[all …]