यह किसी प्रॉपर्टी पर रोल-अप प्रॉपर्टी के सोर्स लिंक की सूची बनाता है. सिर्फ़ रोल-अप प्रॉपर्टी में सोर्स लिंक हो सकते हैं. इसलिए, अगर किसी अन्य तरह की प्रॉपर्टी का इस्तेमाल किया जाता है, तो यह तरीका गड़बड़ी दिखाएगा.
एचटीटीपी अनुरोध
GET https://analyticsadmin.googleapis.com/v1alpha/{parent=properties/*}/rollupPropertySourceLinks
ज़रूरी है. उस रोल-अप प्रॉपर्टी का नाम जिसके तहत रोल-अप प्रॉपर्टी के सोर्स लिंक को लिस्ट करना है. फ़ॉर्मैट: प्रॉपर्टी/{property_id} उदाहरण: प्रॉपर्टीज़/1234
क्वेरी पैरामीटर
पैरामीटर
pageSize
integer
ज़रूरी नहीं. दिए जाने वाले संसाधनों की ज़्यादा से ज़्यादा संख्या. अतिरिक्त पेज होने पर भी यह सेवा, इस वैल्यू से कम वैल्यू दिखा सकती है. अगर जानकारी नहीं दी गई है, तो ज़्यादा से ज़्यादा 50 संसाधन दिखाए जाएंगे. ज़्यादा से ज़्यादा वैल्यू 200 है; (ज़्यादा से ज़्यादा वैल्यू को सबसे ज़्यादा वैल्यू के तौर पर रखा जाएगा)
pageToken
string
ज़रूरी नहीं. पिछले rollupPropertySourceLinks.list कॉल से मिला पेज टोकन. अगले पेज को वापस पाने के लिए, यह जानकारी दें. पेजों पर नंबर डालते समय, rollupPropertySourceLinks.list को दिए गए अन्य सभी पैरामीटर, पेज टोकन देने वाले कॉल से मैच होने चाहिए.
अनुरोध का मुख्य भाग
अनुरोध का मुख्य हिस्सा खाली होना चाहिए.
जवाब का मुख्य भाग
RollupContentSourceLinks.list RPC के लिए रिस्पॉन्स मैसेज.
अगर एपीआई सही से जुड़ जाता है, ताे जवाब के मुख्य भाग में नीचे दिए गए स्ट्रक्चर शामिल होता है.
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 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,[]]