Method: properties.dataStreams.sKAdNetworkConversionValueSchema.delete
Usuwa docelowy schemat wartości konwersji SKAdNetwork.
Żądanie HTTP
DELETE https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*/dataStreams/*/sKAdNetworkConversionValueSchema/*}
Adres URL używa składni transkodowania gRPC.
Parametry ścieżki
Parametry |
name |
string
Wymagane. Nazwa schematu SKAdNetworkConversionValueSchema do usunięcia. Format: properties/{property}/dataStreams/{dataStream}/sKAdNetworkConversionValueSchema/{skadnetworkConversionValueSchema}
|
Treść żądania
Treść żądania musi być pusta.
Treść odpowiedzi
W przypadku powodzenia treść odpowiedzi to pusty obiekt JSON.
Zakresy autoryzacji
Wymaga następującego zakresu OAuth:
https://www.googleapis.com/auth/analytics.edit
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-01-14 UTC.
[null,null,["Ostatnia aktualizacja: 2025-01-14 UTC."],[[["Deletes the specified SKAdNetworkConversionValueSchema using a DELETE request to the provided URL."],["Requires a specific path parameter to identify the SKAdNetworkConversionValueSchema to be deleted."],["The request body should be empty, and a successful deletion results in an empty response body."],["Requires authorization with the `https://www.googleapis.com/auth/analytics.edit` scope."]]],["This document details the process of deleting a specific SKAdNetworkConversionValueSchema. The core action is to send a `DELETE` HTTP request to a designated URL. The URL requires a `name` path parameter specifying the target schema to be deleted. The request body must be empty. A successful deletion returns an empty JSON object in the response. This action also requires `https://www.googleapis.com/auth/analytics.edit` authorization scope.\n"]]