Method: properties.rollupPropertySourceLinks.list
プロパティの統合プロパティの参照元のリンクを一覧表示します。参照元リンクを設定できるのは統合プロパティのみであるため、他のタイプのプロパティでこのメソッドを使用するとエラーが発生します。
HTTP リクエスト
GET https://analyticsadmin.googleapis.com/v1alpha/{parent=properties/*}/rollupPropertySourceLinks
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
parent |
string
必須。統合プロパティの参照元のリンクを一覧表示する統合プロパティの名前。形式: properties/{property_id} 例: properties/1234
|
クエリ パラメータ
パラメータ |
pageSize |
integer
省略可。返されるリソースの最大数。ページが追加されていても、サービスが返す値はこれよりも少ないことがあります。指定されていない場合は、最大で 50 個のリソースが返されます。最大値は 200 です(それ以上の値は最大値に強制変換されます)。
|
pageToken |
string
省略可。前回の rollupPropertySourceLinks.list 呼び出しから受け取ったページトークン。後続のページを取得するにはこれを指定します。ページネーションを行う場合、rollupPropertySourceLinks.list に指定する他のすべてのパラメータは、ページトークンを受け取った呼び出しと一致している必要があります。
|
リクエストの本文
リクエストの本文は空にする必要があります。
レスポンスの本文
rollupPropertySourceLinks.list RPC のレスポンス メッセージ。
成功した場合、レスポンスの本文には次の構造のデータが含まれます。
フィールド |
rollupPropertySourceLinks[] |
object (RollupPropertySourceLink )
RollupPropertySourceLink のリスト。
|
nextPageToken |
string
次のページを取得するために pageToken として送信できるトークン。このフィールドを省略すると、後続のページはなくなります。
|
認可スコープ
以下のいずれかの OAuth スコープが必要です。
https://www.googleapis.com/auth/analytics.readonly
https://www.googleapis.com/auth/analytics.edit
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-01-14 UTC。
[null,null,["最終更新日 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"]]