Required. Resource name of the parent property. Format: properties/{propertyId} Example: properties/1234
Query parameters
Parameters
pageSize
integer
The maximum number of resources to return. If unspecified, at most 50 resources will be returned. The maximum value is 200 (higher values will be coerced to the maximum).
pageToken
string
A page token received from a previous adSenseLinks.list call. Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to adSenseLinks.list must match the call that provided the page token.
Request body
The request body must be empty.
Response body
Response message for adSenseLinks.list method.
If successful, the response body contains data with the following structure:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-14 UTC."],[[["Lists all AdSenseLinks on a Google Analytics 4 property."],["Allows filtering by `pageSize` and using `pageToken` for pagination when retrieving AdSenseLinks."],["Requires `analytics.readonly` or `analytics.edit` scope for authorization."],["Response includes an array of AdSenseLinks and a token for accessing subsequent pages, if available."]]],["This describes how to list AdSenseLinks on a property using the Google Analytics Admin API. It involves sending a `GET` request to a specific URL using gRPC Transcoding syntax. The `parent` path parameter is required to specify the property. Optional query parameters `pageSize` and `pageToken` enable pagination. The request body must be empty, while the response includes a list of `adsenseLinks` objects and a `nextPageToken` for further results. Authorization requires specific OAuth scopes.\n"]]