Isi permintaan memuat data dengan struktur berikut:
Representasi JSON
{"property": string,"tagId": string}
Kolom
property
string
Properti Universal Analytics yang tag situs yang terhubungnya akan dihapus. API ini tidak mendukung properti GA4. Format: properties/{universalAnalyticsPropertyId} Contoh: properties/1234
tagId
string
ID tag yang akan menerima peristiwa. Juga dikenal sebagai ID Pengukuran, atau "G-ID" (Misalnya: G-12345).
Isi respons
Jika berhasil, isi respons adalah objek JSON kosong.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Informasi yang saya butuhkan tidak ada","missingTheInformationINeed","thumb-down"],["Terlalu rumit/langkahnya terlalu banyak","tooComplicatedTooManySteps","thumb-down"],["Sudah usang","outOfDate","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Masalah kode / contoh","samplesCodeIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 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"]]