Method: properties.reportTasks.get
קבלת מטא-נתונים של דוחות לגבי משימת דיווח ספציפית. אחרי שיוצרים משימת דוח, השתמשו בשיטה הזו כדי לבדוק את מצב העיבוד שלה או כדי לבחון את הגדרת הדוח.
בקשת HTTP
GET https://analyticsdata.googleapis.com/v1alpha/{name=properties/*/reportTasks/*}
בכתובת ה-URL נעשה שימוש בתחביר המרת קידוד של gRPC.
פרמטרים של נתיב
פרמטרים |
name |
string
חובה. השם של משאב המשימה של הדוח. פורמט: properties/{property}/reportTasks/{reportTask}
|
גוף הבקשה
גוף הבקשה חייב להיות ריק.
גוף התשובה
אם הפעולה בוצעה ללא שגיאות, גוף התגובה מכיל מופע של ReportTask
.
היקפי הרשאות
נדרש אחד מהיקפי ההרשאות הבאים של OAuth:
https://www.googleapis.com/auth/analytics.readonly
https://www.googleapis.com/auth/analytics
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-05-02 (שעון UTC).
[null,null,["עדכון אחרון: 2024-05-02 (שעון UTC)."],[[["Retrieves metadata for a specific report task within Google Analytics."],["Provides status updates on the processing state and insights into the report's structure."],["Requires specifying the report task's resource name using a formatted path."],["Utilizes the `GET` HTTP method and may require authorization for data access."],["Returns a detailed report task object upon successful execution."]]],["The core content describes retrieving report metadata for a specific report task using a `GET` request to `https://analyticsdata.googleapis.com/v1alpha/{name=properties/*/reportTasks/*}`. The `name` path parameter, formatted as `properties/{property}/reportTasks/{reportTask}`, is required. The request body must be empty. A successful response returns a `ReportTask` instance. This action requires either `https://www.googleapis.com/auth/analytics.readonly` or `https://www.googleapis.com/auth/analytics` authorization scope. The provided URL use gRPC Transcoding syntax.\n"]]