Method: firstAndThirdPartyAudiences.create
Tạo FirstAndThirdPartyAudience.
Chỉ hỗ trợ cho các audienceType
sau:
CUSTOMER_MATCH_CONTACT_INFO
CUSTOMER_MATCH_DEVICE_ID
Yêu cầu HTTP
POST https://displayvideo.googleapis.com/v3/firstAndThirdPartyAudiences
URL sử dụng cú pháp Chuyển mã gRPC.
Tham số truy vấn
Thông số |
advertiserId |
string (int64 format)
Bắt buộc. Mã nhận dạng của nhà quảng cáo mà trong đó FirstAndThirdPartyAudience sẽ được tạo.
|
Nội dung yêu cầu
Nội dung yêu cầu chứa một bản sao của FirstAndThirdPartyAudience
.
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ể FirstAndThirdPartyAudience
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-02-25 UTC.
[null,null,["Cập nhật lần gần đây nhất: 2025-02-25 UTC."],[[["Creates a FirstAndThirdPartyAudience with an audienceType of either `CUSTOMER_MATCH_CONTACT_INFO` or `CUSTOMER_MATCH_DEVICE_ID`."],["Sends a POST request to the specified URL to create the FirstAndThirdPartyAudience, requiring an advertiserId as a query parameter."],["The request body should contain a FirstAndThirdPartyAudience object, and a successful response will return the newly created FirstAndThirdPartyAudience object."],["Requires authorization with the `https://www.googleapis.com/auth/display-video` scope for access."]]],["This content outlines how to create a `FirstAndThirdPartyAudience` via a POST HTTP request to `https://displayvideo.googleapis.com/v3/firstAndThirdPartyAudiences`. The request requires the `advertiserId` query parameter. The request body should contain an instance of `FirstAndThirdPartyAudience`, which is only supported for `CUSTOMER_MATCH_CONTACT_INFO` and `CUSTOMER_MATCH_DEVICE_ID` audience types. Successful creation returns a new `FirstAndThirdPartyAudience` instance in the response body. The process requires `https://www.googleapis.com/auth/display-video` authorization scope.\n"]]