ज़रूरी है. पैरंट प्रॉपर्टी में मौजूद संसाधन का नाम. फ़ॉर्मैट: प्रॉपर्टी/{propertyId} उदाहरण: प्रॉपर्टी/1234
क्वेरी पैरामीटर
पैरामीटर
pageSize
integer
दिए जाने वाले संसाधनों की ज़्यादा से ज़्यादा संख्या. अगर जानकारी नहीं दी गई है, तो ज़्यादा से ज़्यादा 50 संसाधन दिखाए जाएंगे. ज़्यादा से ज़्यादा वैल्यू 200 है. ज़्यादा बड़ी वैल्यू को ज़्यादा से ज़्यादा वैल्यू माना जाएगा.
pageToken
string
पिछले adSenseLinks.list कॉल से मिला पेज टोकन. अगले पेज को वापस पाने के लिए, यह जानकारी दें.
पेजों पर नंबर डालते समय, adSenseLinks.list को दिए गए अन्य सभी पैरामीटर, पेज टोकन देने वाले कॉल से मैच होने चाहिए.
अनुरोध का मुख्य भाग
अनुरोध का मुख्य हिस्सा खाली होना चाहिए.
जवाब का मुख्य भाग
adSenseLinks.list तरीके के लिए रिस्पॉन्स मैसेज.
अगर एपीआई सही से जुड़ जाता है, ताे जवाब के मुख्य भाग में नीचे दिए गए स्ट्रक्चर शामिल होता है.
[[["समझने में आसान है","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-04-02 (UTC) को अपडेट किया गया."],[[["Lists all AdSenseLinks on a Google Analytics 4 property."],["Allows filtering by `pageSize` and using `pageToken` for pagination when retrieving AdSenseLinks."],["Requires `analytics.readonly` or `analytics.edit` scope for authorization."],["Response includes an array of AdSenseLinks and a token for accessing subsequent pages, if available."]]],["This describes how to list AdSenseLinks on a property using the Google Analytics Admin API. It involves sending a `GET` request to a specific URL using gRPC Transcoding syntax. The `parent` path parameter is required to specify the property. Optional query parameters `pageSize` and `pageToken` enable pagination. The request body must be empty, while the response includes a list of `adsenseLinks` objects and a `nextPageToken` for further results. Authorization requires specific OAuth scopes.\n"]]