Mencantumkan Penautan sumber properti gabungan di properti. Hanya properti gabungan yang dapat memiliki link sumber, sehingga metode ini akan menampilkan error jika digunakan pada jenis properti lain.
Permintaan HTTP
GET https://analyticsadmin.googleapis.com/v1alpha/{parent=properties/*}/rollupPropertySourceLinks
Wajib. Nama properti gabungan untuk mencantumkan penautan sumber properti gabungan. Format: properties/{property_id} Contoh: properties/1234
Parameter kueri
Parameter
pageSize
integer
Opsional. Jumlah maksimum resource yang akan ditampilkan. Layanan mungkin menampilkan lebih sedikit dari nilai ini, meskipun ada halaman tambahan. Jika tidak ditentukan, paling banyak 50 resource akan ditampilkan. Nilai maksimumnya adalah 200; (nilai yang lebih tinggi akan dikonversi menjadi maksimum)
pageToken
string
Opsional. Token halaman, diterima dari panggilan rollupPropertySourceLinks.list sebelumnya. Berikan ini untuk mengambil halaman berikutnya. Saat melakukan penomoran halaman, semua parameter lain yang diberikan untuk rollupPropertySourceLinks.list harus sesuai dengan panggilan yang menyediakan token halaman.
Isi permintaan
Isi permintaan harus kosong.
Isi respons
Pesan respons untuk rollupPropertySourceLinks.list RPC.
Jika berhasil, isi respons memuat data dengan struktur berikut:
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Informasi yang saya butuhkan tidak ada","missingTheInformationINeed","thumb-down"],["Terlalu rumit/langkahnya terlalu banyak","tooComplicatedTooManySteps","thumb-down"],["Sudah usang","outOfDate","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Masalah kode / contoh","samplesCodeIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 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"]]