8 Eylül 2025'ten itibaren her yeni satır öğesinin, Avrupa Birliği (AB) siyasi reklamları yayınlayıp yayınlamayacağını beyan etmesi gerekecek. Bildirim içermeyen Display & Video 360 API ve SDF yüklemeleri başarısız olur. Entegrasyonunuzu bu beyanı yapacak şekilde güncelleme hakkında daha fazla bilgi için desteği sonlandırma sayfamıza bakın.
[null,null,["Son güncelleme tarihi: 2025-07-25 UTC."],[[["\u003cp\u003eCreates a new location list for a given advertiser in Display & Video 360.\u003c/p\u003e\n"],["\u003cp\u003eRequires an HTTP POST request to the specified endpoint with advertiser ID and location list details in the request body.\u003c/p\u003e\n"],["\u003cp\u003eThe response includes the newly created location list if the request is successful.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization using the \u003ccode\u003ehttps://www.googleapis.com/auth/display-video\u003c/code\u003e scope is required.\u003c/p\u003e\n"]]],["This describes creating a new location list within a DV360 advertiser account. A `POST` request is sent to `https://displayvideo.googleapis.com/v3/advertisers/{advertiserId}/locationLists`, where `advertiserId` is a required path parameter. The request body must contain a `LocationList` instance. Upon success, the response body returns the newly created `LocationList`. This action requires the `https://www.googleapis.com/auth/display-video` OAuth scope for authorization.\n"],null,["# Method: advertisers.locationLists.create\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- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nCreates a new location list. Returns the newly created location list if successful.\n\n### HTTP request\n\n`POST https://displayvideo.googleapis.com/v3/advertisers/{advertiserId}/locationLists`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|----------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `advertiserId` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Required. The ID of the DV360 advertiser to which the location list belongs. |\n\n### Request body\n\nThe request body contains an instance of [LocationList](/display-video/api/reference/rest/v3/advertisers.locationLists#LocationList).\n\n### Response body\n\nIf successful, the response body contains a newly created instance of [LocationList](/display-video/api/reference/rest/v3/advertisers.locationLists#LocationList).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/display-video`\n\nFor more information, see the [OAuth 2.0 Overview](/identity/protocols/OAuth2)."]]