Searched refs:goalId (Results 1 – 2 of 2) sorted by relevance
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/Resource/ |
H A D | ManagementGoals.php | 39 * @param string $goalId Goal ID to retrieve the goal for. 43 public function get($accountId, $webPropertyId, $profileId, $goalId, $optParams = []) argument 45 … => $accountId, 'webPropertyId' => $webPropertyId, 'profileId' => $profileId, 'goalId' => $goalId]; 97 * @param string $goalId Index of the goal to be updated. 102 …public function patch($accountId, $webPropertyId, $profileId, $goalId, Goal $postBody, $optParams … argument 104 …ebPropertyId' => $webPropertyId, 'profileId' => $profileId, 'goalId' => $goalId, 'postBody' => $po… 114 * @param string $goalId Index of the goal to be updated. 119 …public function update($accountId, $webPropertyId, $profileId, $goalId, Goal $postBody, $optParams… argument 121 …ebPropertyId' => $webPropertyId, 'profileId' => $profileId, 'goalId' => $goalId, 'postBody' => $po…
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
H A D | Analytics.php | 929 …management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/goals/{goalId}', 947 'goalId' => [ 1002 …management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/goals/{goalId}', 1020 'goalId' => [ 1027 …management/accounts/{accountId}/webproperties/{webPropertyId}/profiles/{profileId}/goals/{goalId}', 1045 'goalId' => [
|