[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2025-01-14 (世界標準時間)。"],[[["Archives a specific CustomMetric associated with a Google Analytics 4 property."],["Requires an HTTP POST request to a formatted URL including the property and custom metric IDs."],["Uses an empty request body and returns an empty response body upon successful archival."],["Needs authorization with the `https://www.googleapis.com/auth/analytics.edit` scope."]]],["This document outlines how to archive a CustomMetric within a property using a POST request. The core action is initiated via a specific URL (`POST https://analyticsadmin.googleapis.com/v1beta/{name=properties/*/customMetrics/*}:archive`), where the `name` parameter, representing the CustomMetric's identifier, is required within the path. The request body must be empty and the response upon successful completion is an empty JSON object. This operation mandates the `https://www.googleapis.com/auth/analytics.edit` authorization scope.\n"]]