MCP-Server für Google Analytics ausprobieren Installieren Sie das Tool über
GitHub. Weitere Informationen finden Sie in der
Ankündigung.
Method: properties.rollupPropertySourceLinks.list
Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Listet Verknüpfungen von Sammel-Property-Quellen für eine Property auf. Nur Sammel-Properties können Quelllinks haben. Daher wird bei dieser Methode ein Fehler ausgegeben, wenn sie für andere Arten von Properties verwendet wird.
HTTP-Anfrage
GET https://analyticsadmin.googleapis.com/v1alpha/{parent=properties/*}/rollupPropertySourceLinks
Die URL verwendet die Syntax der gRPC-Transcodierung.
Pfadparameter
Parameter |
parent |
string
Erforderlich. Der Name der Sammel-Property, unter der die Quellen der Sammel-Property aufgeführt werden sollen. Format: properties/{property_id}, Beispiel: properties/1234
|
Abfrageparameter
Parameter |
pageSize |
integer
Optional. Die maximale Anzahl der Ressourcen, die zurückgegeben werden sollen. Der Dienst gibt möglicherweise weniger als diesen Wert zurück, auch wenn zusätzliche Seiten vorhanden sind. Wenn nicht angegeben, werden maximal 50 Ressourcen zurückgegeben. Der Maximalwert ist 200. (Höhere Werte werden auf das Maximum gesetzt.)
|
pageToken |
string
Optional. Ein Seitentoken, das von einem vorherigen rollupPropertySourceLinks.list -Aufruf empfangen wurde. Geben Sie diese an, um die nachfolgende Seite abzurufen. Beim Paginieren müssen alle anderen für rollupPropertySourceLinks.list bereitgestellten Parameter mit dem Aufruf übereinstimmen, in dem das Seitentoken bereitgestellt wurde.
|
Anfragetext
Der Anfragetext muss leer sein.
Antworttext
Antwortnachricht für den RPC „rollupPropertySourceLinks.list“.
Bei Erfolg enthält der Antworttext Daten mit der folgenden Struktur:
Felder |
rollupPropertySourceLinks[] |
object (RollupPropertySourceLink )
Liste der RollupPropertySourceLinks.
|
nextPageToken |
string
Ein Token, das als pageToken gesendet werden kann, um die nächste Seite abzurufen. Wenn dieses Feld weggelassen wird, gibt es keine nachfolgenden Seiten.
|
Autorisierungsbereiche
Erfordert einen der folgenden OAuth-Bereiche:
https://www.googleapis.com/auth/analytics.readonly
https://www.googleapis.com/auth/analytics.edit
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2025-07-26 (UTC).
[null,null,["Zuletzt aktualisiert: 2025-07-26 (UTC)."],[[["\u003cp\u003eLists Rollup Property Source Links associated with a Google Analytics 4 property, specifically for roll-up properties.\u003c/p\u003e\n"],["\u003cp\u003eThe API request uses the \u003ccode\u003eGET\u003c/code\u003e method and requires specifying the parent roll-up property in the URL path.\u003c/p\u003e\n"],["\u003cp\u003eOptional query parameters allow for pagination, controlling the number of results returned and retrieving subsequent pages.\u003c/p\u003e\n"],["\u003cp\u003eA successful response includes a list of Rollup Property Source Links and a token for pagination if more pages are available.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization requires specific OAuth scopes for either read-only or edit access to Google Analytics data.\u003c/p\u003e\n"]]],["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"],null,["# Method: properties.rollupPropertySourceLinks.list\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n - [JSON representation](#body.ListRollupPropertySourceLinksResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nLists 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.\n\n### HTTP request\n\n`GET https://analyticsadmin.googleapis.com/v1alpha/{parent=properties/*}/rollupPropertySourceLinks`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|----------|------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `parent` | `string` Required. The name of the roll-up property to list roll-up property source links under. Format: properties/{property_id} Example: properties/1234 |\n\n### Query parameters\n\n| Parameters ||\n|-------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `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) |\n| `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. |\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nResponse message for rollupPropertySourceLinks.list RPC.\n\nIf successful, the response body contains data with the following structure:\n\n| JSON representation |\n|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"rollupPropertySourceLinks\": [ { object (/analytics/devguides/config/admin/v1/rest/v1alpha/properties.rollupPropertySourceLinks#RollupPropertySourceLink) } ], \"nextPageToken\": string } ``` |\n\n| Fields ||\n|-------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `rollupPropertySourceLinks[]` | `object (`[RollupPropertySourceLink](/analytics/devguides/config/admin/v1/rest/v1alpha/properties.rollupPropertySourceLinks#RollupPropertySourceLink)`)` List of RollupPropertySourceLinks. |\n| `nextPageToken` | `string` A token, which can be sent as `pageToken` to retrieve the next page. If this field is omitted, there are no subsequent pages. |\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/analytics.readonly`\n- `https://www.googleapis.com/auth/analytics.edit`"]]