हमारे प्रॉडक्ट के बारे में चर्चा करने और सुझाव/राय देने या शिकायत करने के लिए, Google Advertising and Measurement Community सर्वर में, Display & Video 360 API और स्ट्रक्चर्ड डेटा फ़ाइलों के आधिकारिक Discord चैनल में शामिल हों.
Google uses AI technology to translate content into your preferred language. AI translations can contain errors.
उस पार्टनर का आईडी जिसके पास पैरंट चैनल का मालिकाना हक है.
अनुरोध का मुख्य भाग
अनुरोध के मुख्य हिस्से में, यहां दिए गए स्ट्रक्चर का डेटा शामिल होता है:
JSON के काेड में दिखाना
{"newSites": [{object (Site)}],// Union field owner can be only one of the following:"advertiserId": string// End of list of possible types for union field owner.}
ऐसी साइटें जो चैनल को असाइन की गई मौजूदा साइटों को बदलेंगी. इन साइटों के बारे में Sites की सूची के तौर पर बताया गया है.
यूनियन फ़ील्ड owner. ज़रूरी है. DV360 की उस इकाई की पहचान करता है जिसके पास पैरंट चैनल का मालिकाना हक है. वह पार्टनर या विज्ञापन देने वाला हो सकता है. owner इनमें से सिर्फ़ एक हो सकता है:
[[["समझने में आसान है","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-25 (UTC) को अपडेट किया गया."],[],["This document details the process for replacing sites within a channel using the Display & Video 360 API. A POST request is sent to `https://displayvideo.googleapis.com/v1/partners/{partnerId}/channels/{channelId}/sites:replace`. The request body must include `newSites`, an array of site objects that will replace existing channel sites. The request requires both a `partnerId` and `channelId` as path parameters. It also specifies an owner, either `partnerId` or `advertiserId`. The successful response will be of the type `ReplaceSitesResponse`. The process requires the `https://www.googleapis.com/auth/display-video` OAuth scope.\n"]]