Method: properties.dataStreams.eventEditRules.get

  • Retrieves a specific Event Edit Rule configuration based on its resource name.

  • Requires providing the full resource name of the Event Edit Rule in the request path.

  • Returns the detailed configuration of the requested Event Edit Rule if found.

  • Needs appropriate authorization with either read-only or edit access to 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

string

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