8 সেপ্টেম্বর, 2025 থেকে শুরু করে, প্রতিটি নতুন লাইন আইটেমকে ঘোষণা করতে হবে যে তারা ইউরোপিয়ান ইউনিয়ন (EU) রাজনৈতিক বিজ্ঞাপনগুলি পরিবেশন করবে কি না। Display & Video 360 API এবং SDF আপলোডগুলি যেগুলি ঘোষণা প্রদান করে না সেগুলি ব্যর্থ হবে৷ এই ঘোষণাটি করার জন্য কীভাবে আপনার ইন্টিগ্রেশন আপডেট করবেন সে সম্পর্কে আরও বিশদ বিবরণের জন্য আমাদের অবচয় পৃষ্ঠা দেখুন।
[null,null,["2025-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eThis page describes the JSON response structure for the \u003ccode\u003eSiteService.ListSites\u003c/code\u003e method in Display & Video 360 API.\u003c/p\u003e\n"],["\u003cp\u003eThe response includes a list of sites and a token for retrieving the next page of results if available.\u003c/p\u003e\n"],["\u003cp\u003eEach site in the list is represented by a \u003ccode\u003eSite\u003c/code\u003e object, detailed in its dedicated documentation.\u003c/p\u003e\n"]]],["The core content details the JSON response structure for `SiteService.ListSites`. The response contains an array of `sites`, each represented as a Site object. If no sites are found, the `sites` array will be absent. Additionally, a `nextPageToken` string is provided to fetch subsequent result pages by using it in the `pageToken` field of future `ListSites` method calls.\n"],null,["# ListSitesResponse\n\n| Display \\& Video 360 API is deprecated and will sunset on **October 7, 2025** . Migrate to [Display \\& Video 360 API v4](/display-video/api/reference/rest/v4) before sunset to avoid an interruption in service.\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nResponse message for SiteService.ListSites.\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"sites\": [ { object (/display-video/api/reference/rest/v3/advertisers.channels.sites#Site) } ], \"nextPageToken\": string } ``` |\n\n| Fields ||\n|-----------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `sites[]` | `object (`[Site](/display-video/api/reference/rest/v3/advertisers.channels.sites#Site)`)` The list of sites. This list will be absent if empty. |\n| `nextPageToken` | `string` A token to retrieve the next page of results. Pass this value in the [pageToken](/display-video/api/reference/rest/v3/partners.channels.sites/list#body.QUERY_PARAMETERS.page_token) field in the subsequent call to `ListSites` method to retrieve the next page of results. |"]]