Zorunlu. Hesaplanmış metrik için kullanılacak kimlik. Bu kimlik, hesaplanmış metriğin kaynak adının son bileşeni olur.
Bu değer 1-80 karakter uzunluğunda olmalı ve geçerli karakterler /[a-zA-Z0-9_]/ olmalıdır. Boşluklara izin verilmez. calculatedMetricId, bir mülkteki tüm hesaplanmış metrikler arasında benzersiz olmalıdır. calculatedMetricId, harici API'lerden bu hesaplanmış metriğe referans verirken kullanılır (ör. "calcMetric:{calculatedMetricId}").
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2025-01-14 UTC."],[[["Creates a new CalculatedMetric within a specified Google Analytics 4 property using an HTTP POST request."],["Requires providing a unique `calculatedMetricId` and the `property_id` as path and query parameters, respectively."],["The request body should contain the CalculatedMetric definition, and a successful response will return the newly created CalculatedMetric instance."],["Users need to have the `analytics.edit` OAuth scope to authorize this operation."]]],["This documentation details how to create a CalculatedMetric via a `POST` request to the specified URL, including required components such as path and query parameters, the request body and the response body. The path parameter `parent` defines the property ID. The query parameter `calculatedMetricId` is a unique identifier. The request and response bodies are `CalculatedMetric` instances. This action requires authorization scope: `https://www.googleapis.com/auth/analytics.edit`.\n"]]