Method: properties.conversionEvents.delete
منسوخ شده: به جای آن از DeleteKeyEvent
استفاده کنید. یک رویداد تبدیل را در یک ویژگی حذف می کند.
درخواست HTTP
DELETE https://analyticsadmin.googleapis.com/v1alpha/{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
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-01-14 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-01-14 بهوقت ساعت هماهنگ جهانی."],[[["Deletes a specified conversion event within a given Google Analytics 4 property."],["Requires the `name` path parameter to identify the specific conversion event for deletion."],["Uses an HTTP DELETE request with an empty body and returns an empty response upon success."],["Needs authorization with the `https://www.googleapis.com/auth/analytics.edit` scope."],["This item is deprecated and users should utilize `DeleteKeyEvent` instead."]]],["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"]]