試用 Google Analytics 的 MCP 伺服器。從
GitHub 安裝,詳情請參閱
公告。
Method: properties.recurringAudienceLists.create
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
建立週期性目標對象名單。週期性目標對象名單每天都會產生新的目標對象名單。目標對象名單是指建立名單時目標對像中的使用者。
週期性目標對象名單可確保系統根據每日可用的最新資料,為您提供目標對象名單。如果您是手動建立目標對象名單,就無法得知有額外一天資料的目標對象名單何時可用。如果有額外一天的資料可用,這份週期性目標對象名單就會自動建立目標對象名單。使用週期性目標對象名單,以及每天不同時段手動建立目標對象名單,試圖猜測額外一天的資料何時就緒,將減少的配額權杖數量。
這種方法在 Alpha 版穩定性階段推出,用意是在進入 Beta 版前,先收集有關語法和功能的意見回饋。如要針對這個 API 提出意見,請填寫 Google Analytics (分析) Audience Export API 意見回饋表單。
HTTP 要求
POST https://analyticsdata.googleapis.com/v1alpha/{parent=properties/*}/recurringAudienceLists
這個網址使用 gRPC 轉碼語法。
路徑參數
| 參數 |
parent |
string
必要欄位。要建立這份週期性目標對象名單的父項資源。格式︰properties/{property}
|
回應主體
如果成功,回應主體會包含新建立的 RecurringAudienceList 例項。
授權範圍
需要下列其中一種 OAuth 範圍:
https://www.googleapis.com/auth/analytics.readonly
https://www.googleapis.com/auth/analytics
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-07-26 (世界標準時間)。
[null,null,["上次更新時間:2025-07-26 (世界標準時間)。"],[],["This content details how to create a recurring audience list via an API. Key actions include sending a `POST` request to a specific URL (`https://analyticsdata.googleapis.com/v1alpha/{parent=properties/*}/recurringAudienceLists`). The request requires a `parent` path parameter indicating the property. The request body contains the `RecurringAudienceList` instance, and upon success, the response body returns a newly created `RecurringAudienceList`. This automated list generation uses less quota and ensures the use of the most recent data available. The use of certain authorization scopes are required.\n"]]