[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2025-01-14 UTC."],[[["Archives a specified CustomDimension associated with a Google Analytics 4 property."],["Requires an empty request body and uses the `POST` method with a specific URL structure including property and custom dimension IDs."],["Needs authorization with the `https://www.googleapis.com/auth/analytics.edit` scope for successful execution."],["Returns an empty response body upon successful archival of the CustomDimension."]]],["This document outlines how to archive a CustomDimension. The key action is sending a `POST` request to the specified URL: `https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*/customDimensions/*}:archive`. The `name` path parameter, a string, is required to identify the CustomDimension. The request body should be empty. A successful request returns an empty JSON object in the response body. The process requires the `https://www.googleapis.com/auth/analytics.edit` authorization scope.\n"]]