Tạo một mục hàng mới có các chế độ cài đặt (bao gồm cả tiêu chí nhắm mục tiêu) được kế thừa từ đơn đặt hàng quảng cáo và ENTITY_STATUS_DRAFTentityStatus. Trả về mục hàng mới tạo nếu thành công. Có các giá trị mặc định dựa trên 3 trường:
[[["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 line item with settings inherited from the insertion order and an `ENTITY_STATUS_DRAFT` entity status."],["YouTube & Partners line items cannot be created or updated using the API."],["The request requires specifying the advertiser ID, insertion order ID, display name, and line item type."],["A successful response returns the created line item."],["Requires authorization with the `https://www.googleapis.com/auth/display-video` scope."]]],["This outlines how to create a new line item by sending a POST request to `https://displayvideo.googleapis.com/v3/advertisers/{advertiserId}/lineItems:generateDefault`. The request body requires the `insertionOrderId`, `displayName`, and `lineItemType`. The advertiser ID is specified in the path. Optionally `mobileApp` object can be included. Default settings are derived from the insertion order's type and automation type and specified `lineItemType`. The response returns the newly created line item, with `ENTITY_STATUS_DRAFT`, upon success.\n"]]