Home
last modified time | relevance | path

Searched refs:webPropertyId (Results 1 – 25 of 33) sorted by path

12

/plugin/authgoogle/google/contrib/
H A DGoogle_AnalyticsService.php751 public $webPropertyId; variable in Google_CustomDataSource
826 $this->webPropertyId = $webPropertyId;
944 public $webPropertyId; variable in Google_DailyUpload
1007 $this->webPropertyId = $webPropertyId;
1059 $this->webPropertyId = $webPropertyId;
1340 $this->webPropertyId = $webPropertyId;
1640 $this->webPropertyId = $webPropertyId;
1854 $this->webPropertyId = $webPropertyId;
2263 $this->webPropertyId = $webPropertyId;
2516 $this->webPropertyId = $webPropertyId;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyer/
H A DCreativeDealIdsDealStatuses.php24 public $webPropertyId; variable in Google\\Service\\AdExchangeBuyer\\CreativeDealIdsDealStatuses
42 public function setWebPropertyId($webPropertyId) argument
44 $this->webPropertyId = $webPropertyId;
48 return $this->webPropertyId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DAnalytics.php416 'webPropertyId' => [
449 'webPropertyId' => [
469 'webPropertyId' => [
484 'webPropertyId' => [
507 'webPropertyId' => [
531 'webPropertyId' => [
565 'webPropertyId' => [
585 'webPropertyId' => [
600 'webPropertyId' => [
623 'webPropertyId' => [
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
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 DCustomDimension.php67 public $webPropertyId; variable in Google\\Service\\Analytics\\CustomDimension
226 public function setWebPropertyId($webPropertyId) argument
228 $this->webPropertyId = $webPropertyId;
235 return $this->webPropertyId;
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 DExperiment.php119 public $webPropertyId; variable in Google\\Service\\Analytics\\Experiment
473 public function setWebPropertyId($webPropertyId) argument
475 $this->webPropertyId = $webPropertyId;
482 return $this->webPropertyId;
H A DGaDataProfileInfo.php45 public $webPropertyId; variable in Google\\Service\\Analytics\\GaDataProfileInfo
120 public function setWebPropertyId($webPropertyId) argument
122 $this->webPropertyId = $webPropertyId;
129 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 DHashClientIdRequest.php33 public $webPropertyId; variable in Google\\Service\\Analytics\\HashClientIdRequest
66 public function setWebPropertyId($webPropertyId) argument
68 $this->webPropertyId = $webPropertyId;
75 return $this->webPropertyId;
H A DHashClientIdResponse.php37 public $webPropertyId; variable in Google\\Service\\Analytics\\HashClientIdResponse
84 public function setWebPropertyId($webPropertyId) argument
86 $this->webPropertyId = $webPropertyId;
93 return $this->webPropertyId;
H A DLinkedForeignAccount.php61 public $webPropertyId; variable in Google\\Service\\Analytics\\LinkedForeignAccount
192 public function setWebPropertyId($webPropertyId) argument
194 $this->webPropertyId = $webPropertyId;
201 return $this->webPropertyId;
H A DMcfDataProfileInfo.php45 public $webPropertyId; variable in Google\\Service\\Analytics\\McfDataProfileInfo
120 public function setWebPropertyId($webPropertyId) argument
122 $this->webPropertyId = $webPropertyId;
129 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 DProfileRef.php49 public $webPropertyId; variable in Google\\Service\\Analytics\\ProfileRef
138 public function setWebPropertyId($webPropertyId) argument
140 $this->webPropertyId = $webPropertyId;
147 return $this->webPropertyId;
H A DRealtimeDataProfileInfo.php45 public $webPropertyId; variable in Google\\Service\\Analytics\\RealtimeDataProfileInfo
120 public function setWebPropertyId($webPropertyId) argument
122 $this->webPropertyId = $webPropertyId;
129 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;
/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];
H A DManagementCustomDimensions.php37 * @param string $webPropertyId Web property ID for the custom dimension to
43 public function get($accountId, $webPropertyId, $customDimensionId, $optParams = []) argument
53 * @param string $webPropertyId Web property ID for the custom dimension to
59 public function insert($accountId, $webPropertyId, CustomDimension $postBody, $optParams = []) argument
61 … $params = ['accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'postBody' => $postBody];
70 * @param string $webPropertyId Web property ID for the custom dimensions to
80 public function listManagementCustomDimensions($accountId, $webPropertyId, $optParams = []) argument
82 $params = ['accountId' => $accountId, 'webPropertyId' => $webPropertyId];
91 * @param string $webPropertyId Web property ID for the custom dimension to
103 …public function patch($accountId, $webPropertyId, $customDimensionId, CustomDimension $postBody, $… argument
[all …]
H A DManagementCustomMetrics.php37 * @param string $webPropertyId Web property ID for the custom metric to
43 public function get($accountId, $webPropertyId, $customMetricId, $optParams = []) argument
53 * @param string $webPropertyId Web property ID for the custom dimension to
59 public function insert($accountId, $webPropertyId, CustomMetric $postBody, $optParams = []) argument
61 … $params = ['accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'postBody' => $postBody];
70 * @param string $webPropertyId Web property ID for the custom metrics to
80 public function listManagementCustomMetrics($accountId, $webPropertyId, $optParams = []) argument
82 $params = ['accountId' => $accountId, 'webPropertyId' => $webPropertyId];
91 * @param string $webPropertyId Web property ID for the custom metric to update.
102 …public function patch($accountId, $webPropertyId, $customMetricId, CustomMetric $postBody, $optPar… argument
[all …]
H A DManagementExperiments.php37 * @param string $webPropertyId Web property ID to which the experiment belongs
42 public function delete($accountId, $webPropertyId, $profileId, $experimentId, $optParams = []) argument
52 * @param string $webPropertyId Web property ID to retrieve the experiment for.
58 public function get($accountId, $webPropertyId, $profileId, $experimentId, $optParams = []) argument
68 * @param string $webPropertyId Web property ID to create the experiment for.
74 …public function insert($accountId, $webPropertyId, $profileId, Experiment $postBody, $optParams = … argument
85 * @param string $webPropertyId Web property ID to retrieve experiments for.
96 public function listManagementExperiments($accountId, $webPropertyId, $profileId, $optParams = []) argument
98 …$params = ['accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId…
107 * @param string $webPropertyId Web property ID of the experiment to update.
[all …]
H A DManagementGoals.php37 * @param string $webPropertyId Web property ID to retrieve the goal for.
43 public function get($accountId, $webPropertyId, $profileId, $goalId, $optParams = []) argument
53 * @param string $webPropertyId Web property ID to create the goal for.
59 public function insert($accountId, $webPropertyId, $profileId, Goal $postBody, $optParams = []) argument
71 * @param string $webPropertyId Web property ID to retrieve goals for. Can
85 public function listManagementGoals($accountId, $webPropertyId, $profileId, $optParams = []) argument
87 …$params = ['accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId…
95 * @param string $webPropertyId Web property ID to update the goal.
102 …public function patch($accountId, $webPropertyId, $profileId, $goalId, Goal $postBody, $optParams … argument
112 * @param string $webPropertyId Web property ID to update the goal.
[all …]
H A DManagementProfileFilterLinks.php37 * @param string $webPropertyId Web property Id to which the profile filter link
43 public function delete($accountId, $webPropertyId, $profileId, $linkId, $optParams = []) argument
53 * @param string $webPropertyId Web property Id to retrieve profile filter link
60 public function get($accountId, $webPropertyId, $profileId, $linkId, $optParams = []) argument
70 * @param string $webPropertyId Web property Id to create profile filter link
77 …public function insert($accountId, $webPropertyId, $profileId, ProfileFilterLink $postBody, $optPa… argument
88 * @param string $webPropertyId Web property Id for profile filter links for.
102 …public function listManagementProfileFilterLinks($accountId, $webPropertyId, $profileId, $optParam… argument
104 …$params = ['accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId…
113 * @param string $webPropertyId Web property Id to which profile filter link
[all …]
H A DManagementProfileUserLinks.php37 * @param string $webPropertyId Web Property ID to delete the user link for.
42 public function delete($accountId, $webPropertyId, $profileId, $linkId, $optParams = []) argument
44 …$params = ['accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId…
52 * @param string $webPropertyId Web Property ID to create the user link for.
58 …public function insert($accountId, $webPropertyId, $profileId, EntityUserLink $postBody, $optParam… argument
60 …$params = ['accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId…
70 * @param string $webPropertyId Web Property ID which the given view (profile)
85 …public function listManagementProfileUserLinks($accountId, $webPropertyId, $profileId, $optParams … argument
87 …$params = ['accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId…
96 * @param string $webPropertyId Web Property ID to update the user link for.
[all …]
H A DManagementProfiles.php37 * @param string $webPropertyId Web property ID to delete the view (profile)
42 public function delete($accountId, $webPropertyId, $profileId, $optParams = []) argument
52 * @param string $webPropertyId Web property ID to retrieve the view (profile)
59 public function get($accountId, $webPropertyId, $profileId, $optParams = []) argument
69 * @param string $webPropertyId Web property ID to create the view (profile)
75 public function insert($accountId, $webPropertyId, Profile $postBody, $optParams = []) argument
88 * @param string $webPropertyId Web property ID for the views (profiles) to
99 public function listManagementProfiles($accountId, $webPropertyId, $optParams = []) argument
101 $params = ['accountId' => $accountId, 'webPropertyId' => $webPropertyId];
110 * @param string $webPropertyId Web property ID to which the view (profile)
[all …]

12