Obligatorio. Es el nombre del recurso del filtro de eventos de la subpropiedad que se buscará. Formato: properties/property_id/subpropertyEventFilters/subpropertyEventFilter Ejemplo: properties/123/subpropertyEventFilters/456
Cuerpo de la solicitud
El cuerpo de la solicitud debe estar vacío.
Cuerpo de la respuesta
Si se ejecuta de forma correcta, el cuerpo de la respuesta contiene una instancia de SubpropertyEventFilter.
Permisos de autorización
Se necesita uno de los siguientes alcances de OAuth:
[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Falta la información que necesito","missingTheInformationINeed","thumb-down"],["Muy complicado o demasiados pasos","tooComplicatedTooManySteps","thumb-down"],["Desactualizado","outOfDate","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Problema con las muestras o los códigos","samplesCodeIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 2024-05-06 (UTC)"],[[["Lookup an existing subproperty event filter using this API."],["Specify the resource name of the subproperty event filter in the request path."],["The response includes details of the requested subproperty event filter if found."],["Authorization is required with specific Google Analytics scopes."]]],["A `GET` request to `https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*/subpropertyEventFilters/*}` retrieves a single Subproperty Event Filter. The `name` path parameter, in the format `properties/property_id/subpropertyEventFilters/subpropertyEventFilter`, is required to identify the filter. The request body must be empty. A successful response will return a `SubpropertyEventFilter` instance. This operation requires either the `analytics.readonly` or `analytics.edit` OAuth scope for authorization.\n"]]