Kể từ
ngày 8 tháng 9 năm 2025, mỗi mục hàng mới sẽ cần phải khai báo xem mục hàng đó có phân phát quảng cáo chính trị ở Liên minh Châu Âu (EU) hay không. Display & Video 360 API và các tệp SDF được tải lên mà không cung cấp thông tin khai báo sẽ không thành công. Hãy xem
trang thông báo về những nội dung không dùng nữa để biết thêm thông tin về cách cập nhật quy trình tích hợp để đưa ra nội dung khai báo này.
Method: advertisers.lineItems.create
Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Tạo một mục hàng mới. Trả về mục hàng mới tạo nếu thành công.
Bạn không thể tạo hoặc cập nhật mục hàng của YouTube và đối tác bằng API.
Yêu cầu HTTP
POST https://displayvideo.googleapis.com/v4/advertisers/{lineItem.advertiserId}/lineItems
URL sử dụng cú pháp Chuyển mã gRPC.
Tham số đường dẫn
Thông số |
lineItem.advertiserId |
string (int64 format)
Chỉ có đầu ra. Mã nhận dạng duy nhất của nhà quảng cáo sở hữu mục hàng.
|
Nội dung yêu cầu
Nội dung yêu cầu chứa một bản sao của LineItem
.
Nội dung phản hồi
Nếu thành công, nội dung phản hồi sẽ chứa một thực thể LineItem
mới tạo.
Phạm vi uỷ quyền
Yêu cầu phạm vi OAuth sau:
https://www.googleapis.com/auth/display-video
Để biết thêm thông tin, hãy xem OAuth 2.0 Overview.
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2025-07-25 UTC.
[null,null,["Cập nhật lần gần đây nhất: 2025-07-25 UTC."],[],["The Display & Video 360 API v4 (beta) allows creating new line items via a POST request to a specific URL, including an advertiser ID in the path. The request body needs a `LineItem` instance, and a successful request returns the newly created `LineItem`. The API is not compatible with YouTube & Partners line items. Authorization requires the `https://www.googleapis.com/auth/display-video` OAuth scope. This action can be done by following the gRPC Transcoding syntax.\n"],null,["# Method: advertisers.lineItems.create\n\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 line item. Returns the newly created line item if successful.\n\nYouTube \\& Partners line items cannot be created or updated using the API.\n\n### HTTP request\n\n`POST https://displayvideo.googleapis.com/v4/advertisers/{lineItem.advertiserId}/lineItems`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|-------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `lineItem.advertiserId` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Output only. The unique ID of the advertiser the line item belongs to. |\n\n### Request body\n\nThe request body contains an instance of [LineItem](/display-video/api/reference/rest/v4/advertisers.lineItems#LineItem).\n\n### Response body\n\nIf successful, the response body contains a newly created instance of [LineItem](/display-video/api/reference/rest/v4/advertisers.lineItems#LineItem).\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)."]]