יצירת ייצוא של קהלים לאחזור מאוחר יותר. השיטה הזו מחזירה במהירות את שם המשאב של ייצוא הקהל ויוצרת בקשה אסינכרונית ממושכת כדי ליצור ייצוא של קהלים. כדי לייצא את המשתמשים בייצוא קהלים, קודם צריך ליצור את ייצוא הקהלים בשיטה הזו ואז לשלוח את השם של משאב הקהל לשיטה audienceExports.query.
ייצוא קהלים הוא תמונת מצב של המשתמשים שנמצאים כרגע בקהל בזמן יצירת ייצוא הקהל. יצירת ייצוא של קהלים לקהל אחד בימים שונים תחזיר תוצאות שונות כשמשתמשים נכנסים לקהל ויוצאים ממנו.
ממשקי API לייצוא קהלים משתמשים בשיטות אלפא ובשיטות אחרות ביציבות של גרסת בטא. הכוונה היא לקדם את השיטות ליציבות גרסת הבטא לאחר קבלת משוב ואימוץ מסוים. כדי לשלוח משוב על ה-API הזה, אתם יכולים למלא את הטופס Google Analytics Audience Export API Feedback.
בקשת HTTP
POST https://analyticsdata.googleapis.com/v1beta/{parent=properties/*}/audienceExports
[[["התוכן קל להבנה","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-07-26 (שעון UTC)."],[[["Creates an audience export for later retrieval that contains a snapshot of users in an audience at the time of creation."],["The API initiates a long-running asynchronous request to form an audience export, and the audience export's resource name is returned quickly."],["To export users in an audience export, first create the audience export and then use the `audienceExports.query` method with the audience resource name."],["Audience exports may vary day-to-day as users join or leave the audience being exported."],["Requires authorization with either the `analytics.readonly` or `analytics` scope."]]],["This outlines the process of creating an audience export through an API. It involves sending a POST request to a specified URL, including the parent property ID in the path parameters. The request body uses an `AudienceExport` instance. Upon success, it returns an `Operation` instance, signifying a long-running process. The audience export captures a user snapshot at creation, and different creations yield varied user lists. The API requires specific OAuth scopes for authorization.\n"]]