Zorunlu. Örnek biçim: properties/123/dataStreams/456
Sorgu parametreleri
Parametreler
pageSize
integer
İsteğe bağlı. Döndürülecek maksimum kaynak sayısı. Belirtilmemişse en fazla 50 kaynak döndürülür. Maksimum değer 200'dür (daha yüksek değerler maksimum değere zorlanır).
pageToken
string
İsteğe bağlı. Önceki eventEditRules.list çağrısından alınan bir sayfa jetonu. Sonraki sayfayı almak için bunu sağlayın.
Sayfalara ayırma işlemi sırasında eventEditRules.list öğesine sağlanan diğer tüm parametreler, sayfa jetonunu sağlayan çağrıyla eşleşmelidir.
İstek içeriği
İstek metni boş olmalıdır.
Yanıt gövdesi
eventEditRules.list RPC için yanıt mesajı.
Başarılı olursa yanıt metni aşağıdaki yapıyla birlikte verileri içerir:
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2025-04-02 UTC."],[[["Lists Event Edit Rules configured for a specified web data stream within a Google Analytics 4 property."],["Allows for pagination to retrieve large lists of Event Edit Rules, specifying the maximum number of results per page."],["Requires authorization with specific Google Analytics scopes for read or edit access."],["Provides a response containing an array of Event Edit Rules and a token for retrieving subsequent pages, if available."],["Employs gRPC Transcoding for its HTTP request structure and utilizes path and query parameters for resource identification and filtering."]]],["This document outlines how to list EventEditRules for a web data stream using an HTTP GET request. The request is sent to a specific URL, defined by the `parent` path parameter (e.g., `properties/123/dataStreams/456`). Optional query parameters `pageSize` (max 200) and `pageToken` support pagination. The request body must be empty, and the response, in JSON format, contains a list of `eventEditRules` and a `nextPageToken` for retrieving subsequent pages if any. The requests requires authorization scopes `https://www.googleapis.com/auth/analytics.readonly` or `https://www.googleapis.com/auth/analytics.edit`\n"]]