Method: properties.conversionEvents.get
הוצא משימוש: במקומו צריך להשתמש ברכיב GetKeyEvent
. אחזור של אירוע המרה אחד.
בקשת HTTP
GET https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*/conversionEvents/*}
בכתובת ה-URL נעשה שימוש בתחביר המרת קידוד של gRPC.
פרמטרים של נתיב
פרמטרים |
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 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-08-01 (שעון UTC).
[null,null,["עדכון אחרון: 2024-08-01 (שעון UTC)."],[[["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"]]