[[["わかりやすい","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 UTC。"],[[["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"]]