[[["易于理解","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):2025-01-14。"],[[["Lists all Google Ads Links on a specified Google Analytics 4 property."],["Allows filtering by page size and supports pagination for retrieving large result sets."],["Requires `analytics.readonly` or `analytics.edit` OAuth scopes for authorization."],["Response includes a list of Google Ads Links and a token for accessing subsequent pages, if available."]]],["This document details how to list Google Ads links associated with a Google Analytics property. The core actions involve sending a `GET` request to a specific URL, including the `parent` property ID in the path. Optional query parameters `pageSize` and `pageToken` can be used for pagination. The request body must be empty. The successful response returns a JSON object containing an array of `googleAdsLinks` and an optional `nextPageToken` for retrieving further results. This request also needs authorization scopes.\n"]]