Method: properties.dataStreams.eventEditRules.list
בתיבת הדו-שיח הזו מפורטים EventEditRules במקור לנתוני האתר.
בקשת HTTP
GET https://analyticsadmin.googleapis.com/v1alpha/{parent=properties/*/dataStreams/*}/eventEditRules
בכתובת ה-URL נעשה שימוש בתחביר המרת קידוד של gRPC.
פרמטרים של נתיב
פרמטרים |
parent |
string
חובה. פורמט לדוגמה: properties/123/dataStreams/456
|
פרמטרים של שאילתה
פרמטרים |
pageSize |
integer
זה שינוי אופציונלי. המספר המקסימלי של משאבים שצריך להחזיר. אם לא צויין ערך, יוחזרו 50 משאבים לכל היותר. הערך המקסימלי הוא 200 (ערכים גבוהים יותר ייקראו לערך המקסימלי).
|
pageToken |
string
זה שינוי אופציונלי. אסימון דף, שהתקבל מקריאה קודמת ב-eventEditRules.list . צריך לספק את הכתובת הזו כדי לאחזר את הדף הבא. במהלך החלוקה לדפים, כל שאר הפרמטרים שסופקו ל-eventEditRules.list חייבים להתאים לקריאה שסיפקה את אסימון הדף.
|
גוף הבקשה
גוף הבקשה חייב להיות ריק.
גוף התשובה
הודעת תגובה ל-eventEditRules.list RPC.
אם הפעולה בוצעה ללא שגיאות, גוף התגובה יכיל נתונים במבנה הבא:
ייצוג JSON |
{
"eventEditRules": [
{
object (EventEditRule )
}
],
"nextPageToken": string
} |
שדות |
eventEditRules[] |
object (EventEditRule )
רשימה של EventEditRules. הערכים האלה יוצגו בצורה יציבה, אבל בסדר שרירותי.
|
nextPageToken |
string
אסימון, שניתן לשלוח בתור pageToken כדי לאחזר את הדף הבא. אם השדה הזה יושמט, אין דפים נוספים.
|
היקפי ההרשאות
נדרש אחד מהיקפי ההרשאות הבאים של OAuth:
https://www.googleapis.com/auth/analytics.readonly
https://www.googleapis.com/auth/analytics.edit
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-04-02 (שעון UTC).
[null,null,["עדכון אחרון: 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"]]