Home
last modified time | relevance | path

Searched refs:cookieMatchingUrl (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/RealTimeBidding/
H A DBidder.php33 public $cookieMatchingUrl; variable in Google\\Service\\RealTimeBidding\\Bidder
74 public function setCookieMatchingUrl($cookieMatchingUrl) argument
76 $this->cookieMatchingUrl = $cookieMatchingUrl;
83 return $this->cookieMatchingUrl;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyer/
H A DAccount.php27 public $cookieMatchingUrl; variable in Google\\Service\\AdExchangeBuyer\\Account
64 public function setCookieMatchingUrl($cookieMatchingUrl) argument
66 $this->cookieMatchingUrl = $cookieMatchingUrl;
70 return $this->cookieMatchingUrl;
/plugin/authgoogle/google/contrib/
H A DGoogle_AdexchangebuyerService.php286 public $cookieMatchingUrl; variable in Google_Account
303 public function setCookieMatchingUrl( $cookieMatchingUrl) { argument
304 $this->cookieMatchingUrl = $cookieMatchingUrl;
307 return $this->cookieMatchingUrl;