[[["易于理解","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"]],["最后更新时间 (UTC):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"]]