Method: properties.recurringAudienceLists.get
รับข้อมูลเมตาการกำหนดค่าเกี่ยวกับรายการกลุ่มเป้าหมายที่เกิดซ้ำที่เจาะจง วิธีนี้ใช้เพื่อทำความเข้าใจสถานะของรายการกลุ่มเป้าหมายที่เกิดซ้ำหลังจากที่สร้างรายการแล้ว เช่น ทรัพยากรรายการกลุ่มเป้าหมายที่เกิดซ้ำจะสร้างอินสแตนซ์รายการกลุ่มเป้าหมายในแต่ละวัน และใช้วิธีการนี้เพื่อดูชื่อทรัพยากรของอินสแตนซ์รายการกลุ่มเป้าหมายล่าสุด
วิธีการนี้จะช่วยให้มีความเสถียรในเวอร์ชันอัลฟ่า โดยมีจุดประสงค์เพื่อรวบรวมความคิดเห็นเกี่ยวกับไวยากรณ์และความสามารถต่างๆ ก่อนเข้าสู่เวอร์ชันเบต้า หากต้องการแสดงความคิดเห็นเกี่ยวกับ API นี้ โปรดกรอกความคิดเห็นเกี่ยวกับ Audience Export API ของ Google Analytics
คำขอ HTTP
GET https://analyticsdata.googleapis.com/v1alpha/{name=properties/*/recurringAudienceLists/*}
URL ใช้ไวยากรณ์การแปลง gRPC
พารามิเตอร์เส้นทาง
พารามิเตอร์ |
name |
string
ต้องระบุ ชื่อทรัพยากรของรายการกลุ่มเป้าหมายที่เกิดซ้ำ รูปแบบ: properties/{property}/recurringAudienceLists/{recurringAudienceList}
|
เนื้อหาของคำขอ
เนื้อหาของคำขอต้องว่างเปล่า
เนื้อหาการตอบกลับ
หากทำสำเร็จ เนื้อหาการตอบกลับจะมีอินสแตนซ์ RecurringAudienceList
ขอบเขตการให้สิทธิ์
ต้องใช้ขอบเขต OAuth อย่างใดอย่างหนึ่งต่อไปนี้
https://www.googleapis.com/auth/analytics.readonly
https://www.googleapis.com/auth/analytics
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2024-05-02 UTC
[null,null,["อัปเดตล่าสุด 2024-05-02 UTC"],[[["Retrieves configuration metadata for a specific recurring audience list, providing insight into its state and recent activity."],["Enables users to understand the recurring audience list's state and access information about generated audience list instances."],["Uses a `GET` request to the specified URL with the recurring audience list's resource name as a path parameter."],["Returns a `RecurringAudienceList` object containing the requested metadata if the request is successful."],["Requires authorization with either `analytics.readonly` or `analytics` OAuth scopes."]]],["This document outlines the process of retrieving metadata for a specific recurring audience list using a `GET` request. The core action is to use the provided `name` path parameter, formatted as `properties/*/recurringAudienceLists/*`, within the URL. The request body must be empty. A successful request returns a `RecurringAudienceList` resource. The method requires authorization via either `analytics.readonly` or `analytics` OAuth scopes. It aims to provide insights into an audience list's state, including recent instances.\n"]]