Home
last modified time | relevance | path

Searched refs:buyerCreativeId (Results 1 – 4 of 4) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyer/Resource/
H A DCreatives.php38 * @param string $buyerCreativeId The buyer-specific id for this creative.
42 public function addDeal($accountId, $buyerCreativeId, $dealId, $optParams = []) argument
44 … $params = ['accountId' => $accountId, 'buyerCreativeId' => $buyerCreativeId, 'dealId' => $dealId];
53 * @param string $buyerCreativeId The buyer-specific id for this creative.
57 public function get($accountId, $buyerCreativeId, $optParams = []) argument
59 $params = ['accountId' => $accountId, 'buyerCreativeId' => $buyerCreativeId];
108 * @param string $buyerCreativeId The buyer-specific id for this creative.
112 public function listDeals($accountId, $buyerCreativeId, $optParams = []) argument
114 $params = ['accountId' => $accountId, 'buyerCreativeId' => $buyerCreativeId];
122 * @param string $buyerCreativeId The buyer-specific id for this creative.
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DAdExchangeBuyer.php209 'path' => 'creatives/{accountId}/{buyerCreativeId}/addDeal/{dealId}',
217 'buyerCreativeId' => [
229 'path' => 'creatives/{accountId}/{buyerCreativeId}',
237 'buyerCreativeId' => [
256 'buyerCreativeId' => [
279 'path' => 'creatives/{accountId}/{buyerCreativeId}/listDeals',
287 'buyerCreativeId' => [
294 'path' => 'creatives/{accountId}/{buyerCreativeId}/removeDeal/{dealId}',
302 'buyerCreativeId' => [
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyer/
H A DCreative.php36 public $buyerCreativeId; variable in Google\\Service\\AdExchangeBuyer\\Creative
141 public function setBuyerCreativeId($buyerCreativeId) argument
143 $this->buyerCreativeId = $buyerCreativeId;
147 return $this->buyerCreativeId;
/plugin/authgoogle/google/contrib/
H A DGoogle_AdexchangebuyerService.php112 * @param string $buyerCreativeId The buyer-specific id for this creative.
116 public function get($accountId, $buyerCreativeId, $optParams = array()) { argument
117 $params = array('accountId' => $accountId, 'buyerCreativeId' => $buyerCreativeId);
380 public $buyerCreativeId; variable in Google_Creative
431 public function setBuyerCreativeId( $buyerCreativeId) { argument
432 $this->buyerCreativeId = $buyerCreativeId;
435 return $this->buyerCreativeId;