Method: accounts.conversionSources.delete
既存のコンバージョン ソースをアーカイブします。コンバージョンの発生元が Merchant Center のリンク先の場合、30 日間は復元できます。コンバージョンの発生元が Google アナリティクス リンクの場合は、直ちに削除されます。新しいリンクを作成することで復元できます。
HTTP リクエスト
DELETE https://merchantapi.googleapis.com/conversions/v1beta/{name=accounts/*/conversionSources/*}
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
name |
string
必須。削除するコンバージョン ソースの名前。形式: accounts/{account}/conversionSources/{conversionSource}
|
リクエストの本文
リクエストの本文は空にする必要があります。
レスポンスの本文
成功すると、レスポンスの本文は空の JSON オブジェクトになります。
認可スコープ
次の OAuth スコープが必要です。
https://www.googleapis.com/auth/content
詳細については、OAuth 2.0 Overview をご覧ください。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-01-23 UTC。
[null,null,["最終更新日 2025-01-23 UTC。"],[[["Deletes an existing conversion source, which can be a Merchant Center Destination or a Google Analytics Link."],["Merchant Center Destination conversion sources are recoverable for 30 days, while Google Analytics Link sources are deleted immediately but can be restored by creating a new one."],["Requires authorization with the `https://www.googleapis.com/auth/content` scope."],["Uses a DELETE HTTP request with the path `https://merchantapi.googleapis.com/conversions/v1beta/{name=accounts/*/conversionSources/*}` and an empty request body."]]],["This document outlines how to archive a conversion source via a DELETE request to the Merchant API. The target URL is structured with a required `name` parameter indicating the conversion source to be deleted. The request body must be empty. Successful deletion yields an empty JSON response. Merchant Center Destinations are recoverable for 30 days, while Google Analytics Links are permanently deleted but can be recreated. The request requires `https://www.googleapis.com/auth/content` authorization scope.\n"]]