AI-generated Key Takeaways
-
This document outlines how to lookup a single EventEditRule using an HTTP GET request.
-
The request requires specifying the
name
parameter, which includes the property ID, data stream ID, and event edit rule ID. -
The request body must be empty, and a successful response contains an instance of EventEditRule.
-
Accessing this information requires specific OAuth scopes for reading or editing analytics data.
Lookup for a single EventEditRule.
HTTP request
GET https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*/dataStreams/*/eventEditRules/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
Required. The name of the EventEditRule to get. Example format: properties/123/dataStreams/456/eventEditRules/789 |
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of EventEditRule
.
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/analytics.readonly
https://www.googleapis.com/auth/analytics.edit