필수 항목입니다. 일반 속성의 리소스 이름입니다. 형식: properties/property_id 예: properties/123
쿼리 매개변수
매개변수
pageSize
integer
선택사항입니다. 반환할 최대 리소스 수입니다. 페이지가 더 있더라도 서비스에서 이 값보다 적은 값을 반환할 수 있습니다. 지정하지 않으면 최대 50개의 리소스가 반환됩니다. 최대값은 200이며, 그보다 큰 값은 최대값으로 변환됩니다.
pageToken
string
선택사항입니다. 이전 subpropertyEventFilters.list 호출에서 받은 페이지 토큰입니다. 후속 페이지를 검색하려면 이를 입력합니다. 페이지로 나누는 경우, subpropertyEventFilters.list에 제공하는 다른 모든 매개변수가 페이지 토큰을 제공한 호출과 일치해야 합니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-01-14(UTC)"],[[["Lists all subproperty Event Filters associated with a given Google Analytics 4 property."],["Allows for pagination to retrieve large result sets using `pageSize` and `pageToken` parameters."],["Requires authorization with either `analytics.readonly` or `analytics.edit` scope."],["Uses a standard HTTP GET request to the specified endpoint with property ID as a path parameter."],["Returns a JSON response containing an array of subproperty event filters and a token for retrieving subsequent pages, if available."]]],["This document details how to list subproperty event filters for a given property using the Google Analytics Admin API. It requires a `GET` request to the specified URL, with the property ID in the `parent` path parameter. Optional query parameters `pageSize` and `pageToken` can control pagination. The request body must be empty. The successful response contains a list of `subpropertyEventFilters` and a `nextPageToken` for subsequent pages. Authorization requires either `analytics.readonly` or `analytics.edit` scopes.\n"]]