AI-generated Key Takeaways
-
This method is deprecated and should be replaced with
CreateKeyEvent
. -
Conversion events are created with the specified attributes using a POST request.
-
The parent property where the conversion event is created is a required path parameter.
-
The request and response bodies contain instances of the
ConversionEvent
resource. -
Creating conversion events requires the
https://www.googleapis.com/auth/analytics.edit
authorization scope.
Deprecated: Use CreateKeyEvent
instead. Creates a conversion event with the specified attributes.
HTTP request
POST https://analyticsadmin.googleapis.com/v1alpha/{parent=properties/*}/conversionEvents
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The resource name of the parent property where this conversion event will be created. Format: properties/123 |
Request body
The request body contains an instance of ConversionEvent
.
Response body
If successful, the response body contains a newly created instance of ConversionEvent
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/analytics.edit