Method: properties.conversionEvents.delete
非推奨: 代わりに DeleteKeyEvent
を使用してください。プロパティ内のコンバージョン イベントを削除します。
HTTP リクエスト
DELETE https://analyticsadmin.googleapis.com/v1beta/{name=properties/*/conversionEvents/*}
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
name |
string
必須。削除するコンバージョン イベントのリソース名。形式: properties/{property}/conversionEvents/{conversionEvent} 例: "properties/123/conversionEvents/456"
|
リクエストの本文
リクエストの本文は空にする必要があります。
レスポンスの本文
成功すると、レスポンスの本文は空の JSON オブジェクトになります。
認可スコープ
次の OAuth スコープが必要です。
https://www.googleapis.com/auth/analytics.edit
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-01-14 UTC。
[null,null,["最終更新日 2025-01-14 UTC。"],[[["This document outlines the process for deleting a conversion event in a Google Analytics property using the `DELETE` HTTP request method."],["The request requires specifying the conversion event's resource name in the URL path and an empty request body."],["Authorization is necessary using the `https://www.googleapis.com/auth/analytics.edit` scope."],["Upon successful deletion, the response body will be empty."],["This functionality is deprecated and may be subject to removal or changes."]]],["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 action is deprecated in favor of `DeleteKeyEvent`.\n"]]