Method: accounts.conversionSources.delete
העברת מקור המרות קיים לארכיון. אם מקור ההמרות הוא יעד ב-Merchant Center, אפשר יהיה לשחזר אותו למשך 30 יום. אם מקור ההמרות הוא קישור ל-Google Analytics, הוא יימחק באופן מיידי וניתן יהיה לשחזר אותו על ידי יצירת קישור חדש.
בקשת HTTP
DELETE https://merchantapi.googleapis.com/conversions/v1beta/{name=accounts/*/conversionSources/*}
כתובת ה-URL משתמשת בתחביר של Transcoding של gRPC.
פרמטרים של נתיב
פרמטרים |
name |
string
חובה. השם של מקור ההמרות שרוצים למחוק. פורמט: accounts/{account}/conversionSources/{conversionSource}
|
גוף הבקשה
גוף הבקשה חייב להיות ריק.
גוף התשובה
אם הפעולה בוצעה ללא שגיאות, גוף התגובה הוא אובייקט JSON ריק.
היקפי הרשאה
נדרש היקף הרשאות OAuth הבא:
https://www.googleapis.com/auth/content
מידע נוסף זמין בOAuth 2.0 Overview.
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 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"]]