Prova il server MCP per Google Analytics. Installa da
GitHub e consulta l'
annuncio per maggiori dettagli.
Method: properties.conversionEvents.delete
Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Deprecato: utilizza DeleteKeyEvent
. Consente di eliminare un evento di conversione in una proprietà.
Richiesta HTTP
DELETE https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*/conversionEvents/*}
L'URL utilizza la sintassi di transcodifica gRPC.
Parametri del percorso
Parametri |
name |
string
Obbligatorio. Il nome della risorsa dell'evento di conversione da eliminare. Formato: properties/{property}/conversionEvents/{conversionEvent} Esempio: "properties/123/conversionEvents/456"
|
Corpo della richiesta
Il corpo della richiesta deve essere vuoto.
Corpo della risposta
In caso di esito positivo, il corpo della risposta è un oggetto JSON vuoto.
Ambiti di autorizzazione
Richiede il seguente ambito OAuth:
https://www.googleapis.com/auth/analytics.edit
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2025-07-26 UTC.
[null,null,["Ultimo aggiornamento 2025-07-26 UTC."],[[["\u003cp\u003eDeletes a specified conversion event within a given Google Analytics 4 property.\u003c/p\u003e\n"],["\u003cp\u003eRequires the \u003ccode\u003ename\u003c/code\u003e path parameter to identify the specific conversion event for deletion.\u003c/p\u003e\n"],["\u003cp\u003eUses an HTTP DELETE request with an empty body and returns an empty response upon success.\u003c/p\u003e\n"],["\u003cp\u003eNeeds authorization with the \u003ccode\u003ehttps://www.googleapis.com/auth/analytics.edit\u003c/code\u003e scope.\u003c/p\u003e\n"],["\u003cp\u003eThis item is deprecated and users should utilize \u003ccode\u003eDeleteKeyEvent\u003c/code\u003e instead.\u003c/p\u003e\n"]]],["The provided content outlines the process for deleting a conversion event via an HTTP DELETE request. The request is sent to a specified URL using gRPC Transcoding syntax, with a required `name` path parameter indicating the event to delete (e.g., \"properties/123/conversionEvents/456\"). The request body must be empty, and a successful deletion returns an empty JSON object. Authorization requires the `https://www.googleapis.com/auth/analytics.edit` OAuth scope. This specific item is deprecated in favor of using `DeleteKeyEvent`.\n"],null,["# Method: properties.conversionEvents.delete\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\n| This item is deprecated!\nDeprecated: Use `DeleteKeyEvent` instead. Deletes a conversion event in a property.\n\n### HTTP request\n\n`DELETE https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*/conversionEvents/*}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|--------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Required. The resource name of the conversion event to delete. Format: properties/{property}/conversionEvents/{conversionEvent} Example: \"properties/123/conversionEvents/456\" |\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response body is an empty JSON object.\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/analytics.edit`"]]