Method: properties.conversionEvents.get
متوقّفة نهائيًا: استخدِم GetKeyEvent
بدلاً منها. استرِد حدث إحالة ناجحة واحدًا.
طلب HTTP
GET https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*/conversionEvents/*}
يستخدِم عنوان URL بنية تحويل ترميز gRPC.
مَعلمات المسار
المعلمات |
name |
string
مطلوب. اسم المورد لحدث الإحالة الناجحة المطلوب استرداده. التنسيق: Property/{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 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-08-01 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2024-08-01 (حسب التوقيت العالمي المتفَّق عليه)"],[[["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"]]