Home
last modified time | relevance | path

Searched refs:dartId (Results 1 – 9 of 9) sorted by path

/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DDfareporting.php1431 'path' => 'dfareporting/v3.5/userprofiles/{profileId}/countries/{dartId}',
1439 'dartId' => [
2938 'path' => 'dfareporting/v3.5/userprofiles/{profileId}/operatingSystems/{dartId}',
2946 'dartId' => [
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DBrowser.php29 public $dartId; variable in Google\\Service\\Dfareporting\\Browser
64 public function setDartId($dartId) argument
66 $this->dartId = $dartId;
73 return $this->dartId;
H A DCity.php33 public $dartId; variable in Google\\Service\\Dfareporting\\City
90 public function setDartId($dartId) argument
92 $this->dartId = $dartId;
99 return $this->dartId;
H A DCountry.php29 public $dartId; variable in Google\\Service\\Dfareporting\\Country
60 public function setDartId($dartId) argument
62 $this->dartId = $dartId;
69 return $this->dartId;
H A DMetro.php33 public $dartId; variable in Google\\Service\\Dfareporting\\Metro
82 public function setDartId($dartId) argument
84 $this->dartId = $dartId;
91 return $this->dartId;
H A DOperatingSystem.php25 public $dartId; variable in Google\\Service\\Dfareporting\\OperatingSystem
46 public function setDartId($dartId) argument
48 $this->dartId = $dartId;
55 return $this->dartId;
H A DRegion.php33 public $dartId; variable in Google\\Service\\Dfareporting\\Region
78 public function setDartId($dartId) argument
80 $this->dartId = $dartId;
87 return $this->dartId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/Resource/
H A DCountries.php37 * @param string $dartId Country DART ID.
41 public function get($profileId, $dartId, $optParams = []) argument
43 $params = ['profileId' => $profileId, 'dartId' => $dartId];
H A DOperatingSystems.php37 * @param string $dartId Operating system DART ID.
41 public function get($profileId, $dartId, $optParams = []) argument
43 $params = ['profileId' => $profileId, 'dartId' => $dartId];