[[["เข้าใจง่าย","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"]],["อัปเดตล่าสุด 2023-12-02 UTC"],[[["Display & Video 360 API v1 is deprecated and users should refer to the documentation for the latest version."],["This documentation details how to create a new line item using the API, including the request and response format."],["The API requires specific authorization with the `https://www.googleapis.com/auth/display-video` scope."],["Successful requests will return the newly created line item object with all its associated properties."]]],["The content describes the process of creating a new line item via an API. It details that the Display & Video 360 API v1 is no longer available and outlines the necessary steps for line item creation. A `POST` request is sent to `https://displayvideo.googleapis.com/v1/advertisers/{lineItem.advertiserId}/lineItems`, with the `lineItem.advertiserId` as a path parameter. The request body includes a `LineItem` instance, and a successful response returns a new `LineItem` instance. This action requires the OAuth scope `https://www.googleapis.com/auth/display-video`.\n"]]