Method: properties.audienceExports.get
קבלת מטא-נתונים של ההגדרות של ייצוא קהל ספציפי. אפשר להשתמש בשיטה הזו כדי להבין ייצוא קהלים אחרי שהוא נוצר.
מבוא לייצוא קהלים עם דוגמאות זמין במאמר יצירת ייצוא קהלים.
ממשקי API לייצוא קהלים משתמשים בשיטות אלפא ובשיטות אחרות ביציבות של גרסת בטא. הכוונה היא לקדם את השיטות ליציבות גרסת הבטא לאחר קבלת משוב ואימוץ מסוים. כדי לשלוח משוב על ה-API הזה, אתם יכולים למלא את הטופס Google Analytics Audience Export API Feedback.
בקשת HTTP
GET https://analyticsdata.googleapis.com/v1beta/{name=properties/*/audienceExports/*}
בכתובת ה-URL נעשה שימוש בתחביר המרת קידוד של gRPC.
פרמטרים של נתיב
פרמטרים |
name |
string
חובה. שם המשאב של ייצוא הקהל. פורמט: properties/{property}/audienceExports/{audienceExport}
|
גוף הבקשה
גוף הבקשה חייב להיות ריק.
גוף התשובה
אם הפעולה בוצעה ללא שגיאות, גוף התגובה מכיל מופע של AudienceExport
.
היקפי הרשאות
נדרש אחד מהיקפי ההרשאות הבאים של 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)."],[[["This API endpoint retrieves configuration metadata for a specific audience export, allowing users to understand its details after creation."],["The request requires the `name` path parameter specifying the audience export resource in the format `properties/{property}/audienceExports/{audienceExport}`."],["Successful responses provide an `AudienceExport` object containing the export's metadata."],["Authorization requires either the `https://www.googleapis.com/auth/analytics.readonly` or `https://www.googleapis.com/auth/analytics` OAuth scope."],["Refer to the \"Creating an Audience Export\" guide for introductory information and examples related to Audience Exports."]]],["This document outlines the process of retrieving configuration metadata for a specific audience export via the Google Analytics Audience Export API. Key actions include sending a `GET` request to a specific URL, structured using gRPC Transcoding syntax. The request requires a `name` parameter specifying the audience export resource. The request body must be empty. A successful response contains an instance of `AudienceExport`. Authorization requires either `analytics.readonly` or `analytics` OAuth scopes. The user can give feedback using the provided form.\n"]]