Home
last modified time | relevance | path

Searched refs:productCode (Results 1 – 7 of 7) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Adsense/
H A DAdClient.php29 public $productCode; variable in Google\\Service\\Adsense\\AdClient
56 public function setProductCode($productCode) argument
58 $this->productCode = $productCode;
65 return $this->productCode;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdSenseHost/
H A DAdClient.php37 public $productCode; variable in Google\\Service\\AdSenseHost\\AdClient
88 public function setProductCode($productCode) argument
90 $this->productCode = $productCode;
97 return $this->productCode;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdSenseHost/Resource/
H A DAssociationsessions.php36 * @param string|array $productCode Products to associate with the user.
47 public function start($productCode, $websiteUrl, $optParams = []) argument
49 $params = ['productCode' => $productCode, 'websiteUrl' => $websiteUrl];
/plugin/authgoogle/google/contrib/
H A DGoogle_AdExchangeSellerService.php394 public $productCode; variable in Google_AdClient
414 public function setProductCode( $productCode) { argument
415 $this->productCode = $productCode;
418 return $this->productCode;
H A DGoogle_AdsensehostService.php368 * @param string $productCode Products to associate with the user.
376 public function start($productCode, $websiteUrl, $optParams = array()) { argument
377 $params = array('productCode' => $productCode, 'websiteUrl' => $websiteUrl);
750 public $productCode; variable in Google_AdClient
770 public function setProductCode( $productCode) { argument
771 $this->productCode = $productCode;
774 return $this->productCode;
H A DGoogle_AdSenseService.php1148 public $productCode; variable in Google_AdClient
1168 public function setProductCode( $productCode) { argument
1169 $this->productCode = $productCode;
1172 return $this->productCode;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DAdSenseHost.php399 'productCode' => [