ज़रूरी है. वह पैरंट जिसके पास विज्ञापन यूनिट की मैपिंग के इस कलेक्शन का मालिकाना हक है. फ़ॉर्मैट: accounts/{publisherId}/adUnits/{adUnitId}
क्वेरी पैरामीटर
पैरामीटर
pageSize
integer
विज्ञापन यूनिट की मैपिंग की ज़्यादा से ज़्यादा संख्या. अगर जानकारी नहीं दी गई है या 0 है, तो विज्ञापन यूनिट की ज़्यादा से ज़्यादा 10,000 मैपिंग दिखाई जाएंगी. ज़्यादा से ज़्यादा वैल्यू 20,000 है; अगर वैल्यू 20,000 से ज़्यादा है, तो उसे 20,000 कर दिया जाएगा.
pageToken
string
पिछले adUnitMappings.list कॉल से मिला पेज टोकन. अगले पेज को वापस पाने के लिए, यह जानकारी दें.
filter
string
ईबीएनएफ़ ग्रामर सिंटैक्स का इस्तेमाल करने वाली फ़िल्टर स्ट्रिंग. इसके हिसाब से फ़िल्टर किया जा सकता है:
"DISPLAY_NAME"
संभावित फ़िल्टर फ़ंक्शन यह है:
IN: इसका इस्तेमाल उन फ़ील्ड को फ़िल्टर करने के लिए किया जाता है जो "DISPLAY_NAME" के साथ-साथ सिंगलटन को दिखाते हैं.
AND का इस्तेमाल करके, फ़िल्टर फ़ंक्शन को एक साथ जोड़ा जा सकता है. OR फ़ंक्शन काम नहीं करता.
उदाहरण:
फ़िल्टर: IN(DISPLAY_NAME, "विज्ञापन यूनिट मैपिंग 1 की जांच करें", "विज्ञापन यूनिट मैपिंग की जांच करें"
अनुरोध का मुख्य भाग
अनुरोध का मुख्य हिस्सा खाली होना चाहिए.
जवाब का मुख्य भाग
ListAdUnitMappingsRequest के लिए रिस्पॉन्स.
अगर एपीआई सही से जुड़ जाता है, ताे जवाब के मुख्य भाग में नीचे दिए गए स्ट्रक्चर शामिल होता है.
तय किए गए खाते और विज्ञापन यूनिट से विज्ञापन यूनिट की मैपिंग.
nextPageToken
string
अगले पेज को वापस पाने के लिए, ListAdUnitMappingsRequest में pageToken को सेट करने के लिए इस्तेमाल किया जाता है. अगर इस फ़ील्ड को हटा दिया जाता है, तो इसके बाद कोई पेज नहीं होता.
[[["समझने में आसान है","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"]],["आखिरी बार 2024-09-10 (UTC) को अपडेट किया गया."],[[["Lists ad unit mappings associated with a specific AdMob account and ad unit, allowing retrieval of mapping details."],["Enables filtering and pagination for managing large sets of ad unit mappings using query parameters like `pageSize`, `pageToken`, and `filter`."],["Requires specific authorization scopes (`admob.monetization` or `admob.readonly`) for access, with potential limitations requiring account manager intervention."],["Returns a response containing an array of ad unit mappings and a token for navigating to the next page of results, if available."],["Provides an HTTP request structure with path and query parameters for interacting with the API endpoint."]]],["This API lists ad unit mappings under a specified AdMob account and ad unit using a `GET` request to a specific URL. The `parent` path parameter is mandatory, defining the account and ad unit. Optional query parameters `pageSize`, `pageToken`, and `filter` allow for result pagination and filtering. The request body must be empty, while the response includes an array of `adUnitMappings` and an optional `nextPageToken` for pagination. Access requires specific OAuth scopes, potentially needing account manager assistance.\n"]]