กลุ่มเป้าหมายใน Google Analytics 4 ให้คุณแบ่งกลุ่มผู้ใช้ในรูปแบบที่มีความสำคัญต่อธุรกิจ ดูข้อมูลเพิ่มเติมได้ที่ https://support.google.com/analytics/answer/9267572 การส่งออกกลุ่มเป้าหมายจะมีผู้ใช้ในกลุ่มเป้าหมายแต่ละกลุ่ม
Audience Export API มีบางเมธอดที่เวอร์ชันอัลฟ่าและวิธีอื่นๆ สำหรับความเสถียรของรุ่นเบต้า เราตั้งใจที่จะพัฒนาวิธีไปสู่ความเสถียรของเวอร์ชันเบต้าหลังจากได้รับความคิดเห็นและการนำไปใช้ หากต้องการแสดงความคิดเห็นเกี่ยวกับ API นี้ โปรดกรอกความคิดเห็นเกี่ยวกับ Audience Export API ของ Google Analytics
คำขอ 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"]],["อัปเดตล่าสุด 2024-05-02 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"]]