Lines Matching refs:profileId

304      * @param string $profileId View (Profile) ID to which the experiment belongs
308 …public function delete($accountId, $webPropertyId, $profileId, $experimentId, $optParams = array()… argument
309 …ntId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'experimentId' …
319 * @param string $profileId View (Profile) ID to retrieve the experiment for.
324 … public function get($accountId, $webPropertyId, $profileId, $experimentId, $optParams = array()) { argument
325 …ntId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'experimentId' …
339 * @param string $profileId View (Profile) ID to create the experiment for.
344 …public function insert($accountId, $webPropertyId, $profileId, Google_Experiment $postBody, $optPa… argument
345 …ntId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'postBody' => $…
359 * @param string $profileId View (Profile) ID to retrieve experiments for.
366 …public function listManagementExperiments($accountId, $webPropertyId, $profileId, $optParams = arr… argument
367 …s = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId);
382 * @param string $profileId View (Profile) ID of the experiment to update.
388 …public function patch($accountId, $webPropertyId, $profileId, $experimentId, Google_Experiment $po… argument
389 …ntId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'experimentId' …
403 * @param string $profileId View (Profile) ID of the experiment to update.
409 …public function update($accountId, $webPropertyId, $profileId, $experimentId, Google_Experiment $p… argument
410 …ntId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'experimentId' …
435 …* @param string $profileId View (Profile) ID to retrieve goals for. Can either be a specific view …
442 …public function listManagementGoals($accountId, $webPropertyId, $profileId, $optParams = array()) { argument
443 …s = array('accountId' => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId);
1178 public $profileId; variable in Google_Experiment
1272 public function setProfileId( $profileId) { argument
1273 $this->profileId = $profileId;
1276 return $this->profileId;
1605 public $profileId; variable in Google_GaDataProfileInfo
1621 public function setProfileId( $profileId) { argument
1622 $this->profileId = $profileId;
1625 return $this->profileId;
1736 public $profileId; variable in Google_Goal
1805 public function setProfileId( $profileId) { argument
1806 $this->profileId = $profileId;
1809 return $this->profileId;
2228 public $profileId; variable in Google_McfDataProfileInfo
2244 public function setProfileId( $profileId) { argument
2245 $this->profileId = $profileId;
2248 return $this->profileId;
2726 public $profileId; variable in Google_RealtimeDataProfileInfo
2742 public function setProfileId( $profileId) { argument
2743 $this->profileId = $profileId;
2746 return $this->profileId;