Method: properties.conversionEvents.get
منسوخ شده: به جای آن از GetKeyEvent
استفاده کنید. یک رویداد تبدیل واحد را بازیابی کنید.
درخواست HTTP
GET https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*/conversionEvents/*}
URL از دستور GRPC Transcoding استفاده می کند.
پارامترهای مسیر
مولفه های |
---|
name | string ضروری. نام منبع رویداد تبدیل برای بازیابی. قالب: properties/{property}/conversionEvents/{conversionEvent} مثال: "properties/123/conversionEvents/456" |
درخواست بدن
بدنه درخواست باید خالی باشد.
بدن پاسخگو
در صورت موفقیت آمیز بودن، بدنه پاسخ حاوی نمونه ای از ConversionEvent
است.
محدوده مجوز
به یکی از حوزه های OAuth زیر نیاز دارد:
-
https://www.googleapis.com/auth/analytics.readonly
-
https://www.googleapis.com/auth/analytics.edit
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2024-10-25 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2024-10-25 بهوقت ساعت هماهنگ جهانی."],[[["Retrieve a single conversion event using the `GetKeyEvent` method, as the described item is deprecated."],["Access conversion event data through an HTTP GET request to the specified URL, utilizing gRPC Transcoding syntax."],["Specify the resource name of the desired conversion event using the `name` path parameter in the request URL."],["The response body will contain a `ConversionEvent` object upon successful retrieval."],["Proper authorization is required using one of the specified OAuth scopes (`analytics.readonly` or `analytics.edit`)."]]],["This document outlines the process for retrieving a single conversion event via an HTTP GET request. The request URL, following gRPC Transcoding syntax, requires a `name` parameter specifying the resource's path. The request body must be empty. A successful response returns a `ConversionEvent` instance. Access requires either `analytics.readonly` or `analytics.edit` OAuth scopes. Note that the method described is deprecated, recommending the use of `GetKeyEvent` instead.\n"]]