Searched refs:customDimensionId (Results 1 – 2 of 2) sorted by relevance
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/Resource/ |
H A D | ManagementCustomDimensions.php | 39 * @param string $customDimensionId The ID of the custom dimension to retrieve. 43 public function get($accountId, $webPropertyId, $customDimensionId, $optParams = []) argument 45 …ntId' => $accountId, 'webPropertyId' => $webPropertyId, 'customDimensionId' => $customDimensionId]; 93 * @param string $customDimensionId Custom dimension ID for the custom dimension 103 …public function patch($accountId, $webPropertyId, $customDimensionId, CustomDimension $postBody, $… argument 105 …countId, 'webPropertyId' => $webPropertyId, 'customDimensionId' => $customDimensionId, 'postBody' … 115 * @param string $customDimensionId Custom dimension ID for the custom dimension 125 …public function update($accountId, $webPropertyId, $customDimensionId, CustomDimension $postBody, … argument 127 …countId, 'webPropertyId' => $webPropertyId, 'customDimensionId' => $customDimensionId, 'postBody' …
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
H A D | Analytics.php | 441 …anagement/accounts/{accountId}/webproperties/{webPropertyId}/customDimensions/{customDimensionId}', 454 'customDimensionId' => [ 499 …anagement/accounts/{accountId}/webproperties/{webPropertyId}/customDimensions/{customDimensionId}', 512 'customDimensionId' => [ 523 …anagement/accounts/{accountId}/webproperties/{webPropertyId}/customDimensions/{customDimensionId}', 536 'customDimensionId' => [
|