[[["容易理解","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-11-22 (世界標準時間)。"],[[["Lists all audience exports for a given Google Analytics property, allowing for reuse of existing exports."],["Provides pagination to retrieve large lists of audience exports with `pageSize` and `pageToken` parameters."],["Returns an array of `AudienceExport` objects containing details about each export."],["Requires `analytics.readonly` or `analytics` OAuth scopes for authorization."],["Offers alpha and beta stability for different methods within the API, encouraging user feedback for improvement."]]],["This document details how to list audience exports for a given property using the Google Analytics Data API. Key actions include sending a `GET` request to a specified URL with a property identifier (`parent`) as a path parameter. Optional query parameters like `pageSize` and `pageToken` allow for controlling the number of results and pagination. The request body should be empty. The response returns a list of audience exports and a token for accessing further pages. Authorization requires specific OAuth scopes.\n"]]