El cuerpo de la solicitud contiene datos con la siguiente estructura:
Representación JSON
{"property": string,"tagId": string}
Campos
property
string
La propiedad Universal Analytics para la que deseas borrar las etiquetas conectadas del sitio. Esta API no admite propiedades GA4. Formato: properties/{universalAnalyticsPropertyId} Ejemplo: properties/1234
tagId
string
Es el ID de la etiqueta al que se reenvían los eventos. También se conoce como ID de medición o "G-ID" (por ejemplo, G-12345).
Cuerpo de la respuesta
Si se ejecuta correctamente, el cuerpo de la respuesta es un objeto JSON vacío.
[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Falta la información que necesito","missingTheInformationINeed","thumb-down"],["Muy complicado o demasiados pasos","tooComplicatedTooManySteps","thumb-down"],["Desactualizado","outOfDate","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Problema con las muestras o los códigos","samplesCodeIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 2025-01-14 (UTC)"],[[["This guide details how to delete a connected site tag for a Universal Analytics property using the Google Analytics Admin API."],["The request requires specifying the Universal Analytics property and the tag ID (Measurement ID or G-ID) to be deleted."],["The API only supports Universal Analytics properties and has no impact on GA4 properties."],["A successful deletion results in an empty response body."],["You'll need the `https://www.googleapis.com/auth/analytics.edit` OAuth scope for authorization."]]],["A `POST` request to `https://analyticsadmin.googleapis.com/v1alpha/properties:deleteConnectedSiteTag` deletes a connected site tag for a Universal Analytics property. The request body, in JSON format, requires a `property` field (Universal Analytics property ID) and a `tagId` field (Measurement ID). Successful requests return an empty JSON object. This action doesn't impact GA4 properties and requires the `https://www.googleapis.com/auth/analytics.edit` OAuth scope.\n"]]