Method: properties.conversionEvents.get
Eingestellt: Verwende stattdessen GetKeyEvent
. Einzelnes Conversion-Ereignis abrufen
HTTP-Anfrage
GET https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*/conversionEvents/*}
Die URL verwendet die Syntax der gRPC-Transcodierung.
Pfadparameter
Parameter |
name |
string
Erforderlich. Der Ressourcenname des abzurufenden Conversion-Ereignisses. Format: properties/{property}/conversionEvents/{conversionEvent}, Beispiel: „properties/123/conversionEvents/456“
|
Anfragetext
Der Anfragetext muss leer sein.
Antworttext
Wenn der Vorgang erfolgreich abgeschlossen wurde, enthält der Antworttext eine Instanz von ConversionEvent
.
Autorisierungsbereiche
Erfordert einen der folgenden OAuth-Bereiche:
https://www.googleapis.com/auth/analytics.readonly
https://www.googleapis.com/auth/analytics.edit
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2024-08-01 (UTC).
[null,null,["Zuletzt aktualisiert: 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"]]