Home
last modified time | relevance | path

Searched refs:webPropertyId (Results 26 – 33 of 33) sorted by relevance

12

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
H A DCustomMetric.php83 public $webPropertyId; variable in Google\\Service\\Analytics\\CustomMetric
284 public function setWebPropertyId($webPropertyId) argument
286 $this->webPropertyId = $webPropertyId;
293 return $this->webPropertyId;
H A DRemarketingAudience.php72 public $webPropertyId; variable in Google\\Service\\Analytics\\RemarketingAudience
259 public function setWebPropertyId($webPropertyId) argument
261 $this->webPropertyId = $webPropertyId;
268 return $this->webPropertyId;
H A DCustomDataSource.php82 public $webPropertyId; variable in Google\\Service\\Analytics\\CustomDataSource
297 public function setWebPropertyId($webPropertyId) argument
299 $this->webPropertyId = $webPropertyId;
306 return $this->webPropertyId;
H A DUnsampledReport.php97 public $webPropertyId; variable in Google\\Service\\Analytics\\UnsampledReport
354 public function setWebPropertyId($webPropertyId) argument
356 $this->webPropertyId = $webPropertyId;
363 return $this->webPropertyId;
H A DGoal.php83 public $webPropertyId; variable in Google\\Service\\Analytics\\Goal
326 public function setWebPropertyId($webPropertyId) argument
328 $this->webPropertyId = $webPropertyId;
335 return $this->webPropertyId;
H A DProfile.php115 public $webPropertyId; variable in Google\\Service\\Analytics\\Profile
460 public function setWebPropertyId($webPropertyId) argument
462 $this->webPropertyId = $webPropertyId;
469 return $this->webPropertyId;
H A DExperiment.php119 public $webPropertyId; variable in Google\\Service\\Analytics\\Experiment
473 public function setWebPropertyId($webPropertyId) argument
475 $this->webPropertyId = $webPropertyId;
482 return $this->webPropertyId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/Resource/
H A DManagementCustomDataSources.php37 * @param string $webPropertyId Web property Id for the custom data sources to
48 public function listManagementCustomDataSources($accountId, $webPropertyId, $optParams = []) argument
50 $params = ['accountId' => $accountId, 'webPropertyId' => $webPropertyId];

12