Display & Video 360 API v2 غروب است. به جای آن از Display & Video 360 API v3 استفاده کنید. برای دستورالعملهای انتقال نسخه 2 به نسخه 3، راهنمای مهاجرت ما را ببینید.
مورد نیاز. شناسه کانال اصلی که سایت های آن جایگزین می شود.
owner پارامتر اتحادیه مورد نیاز. موجودیت DV360 را که مالک کانال اصلی است شناسایی می کند. این می تواند یک شریک یا یک تبلیغ کننده باشد. owner تنها می تواند یکی از موارد زیر باشد:
{"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 تنها می تواند یکی از موارد زیر باشد:
تاریخ آخرین بهروزرسانی 2025-02-25 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","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-02-25 بهوقت ساعت هماهنگ جهانی."],[[["Replaces all existing sites under a given channel with a new list of sites."],["Requires specifying the channel ID and the owner (partner or advertiser) of the channel."],["The request body should contain a list of new sites to be assigned."],["This operation may have high latency, consider increasing your default timeout."],["Uses the `https://www.googleapis.com/auth/display-video` authorization scope."]]],["This operation replaces all sites within a channel. It uses a `POST` request to the specified URL, requiring `channelId` and `partnerId` as path parameters. The request body, using JSON, includes a list of `newSites` and an `owner` field (`partnerId` or `advertiserId`). This method often experiences high latency, recommending increased timeouts. The operation requires OAuth scope and returns a `ReplaceSitesResponse` upon success.\n"]]