[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 2025-02-25 UTC."],[[["Creates a new location list for a given advertiser in Display & Video 360."],["Requires an HTTP POST request to the specified endpoint with advertiser ID and location list details in the request body."],["The response includes the newly created location list if the request is successful."],["Authorization using the `https://www.googleapis.com/auth/display-video` scope is required."]]],["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"]]