Lists roll-up property source Links on a property. Only roll-up properties can have source links, so this method will throw an error if used on other types of properties.
HTTP request
GET https://analyticsadmin.googleapis.com/v1alpha/{parent=properties/*}/rollupPropertySourceLinks
Required. The name of the roll-up property to list roll-up property source links under. Format: properties/{property_id} Example: properties/1234
Query parameters
Parameters
pageSize
integer
Optional. The maximum number of resources to return. The service may return fewer than this value, even if there are additional pages. If unspecified, at most 50 resources will be returned. The maximum value is 200; (higher values will be coerced to the maximum)
pageToken
string
Optional. A page token, received from a previous rollupPropertySourceLinks.list call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to rollupPropertySourceLinks.list must match the call that provided the page token.
Request body
The request body must be empty.
Response body
Response message for rollupPropertySourceLinks.list RPC.
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 Rollup Property Source Links associated with a Google Analytics 4 property, specifically for roll-up properties."],["The API request uses the `GET` method and requires specifying the parent roll-up property in the URL path."],["Optional query parameters allow for pagination, controlling the number of results returned and retrieving subsequent pages."],["A successful response includes a list of Rollup Property Source Links and a token for pagination if more pages are available."],["Authorization requires specific OAuth scopes for either read-only or edit access to Google Analytics data."]]],["This document outlines the process for listing roll-up property source links via a `GET` request to `https://analyticsadmin.googleapis.com/v1alpha/{parent=properties/*}/rollupPropertySourceLinks`. Key information includes using the `parent` path parameter to specify the roll-up property (e.g., `properties/1234`). Optional query parameters `pageSize` (max 200) and `pageToken` support pagination. The request body is empty. The response body contains a list of `rollupPropertySourceLinks` and an optional `nextPageToken`. Authorization requires specific OAuth scopes.\n"]]