AddAdSelectionFromOutcomesOverrideRequest

public class AddAdSelectionFromOutcomesOverrideRequest
extends Object

java.lang.Object
   ↳ android.adservices.adselection.AddAdSelectionFromOutcomesOverrideRequest


POJO này đại diện cho TestAdSelectionManager.overrideAdSelectionFromOutcomesConfigRemoteInfo(AddAdSelectionFromOutcomesOverrideRequest, Executor, OutcomeReceiver) ( Yêu cầu AddAdSelectionOverrideRequest, Thực thi, OutcomeReceiver)}

Lớp này chứa AdSelectionFromOutcomesConfig sẽ đóng vai trò là giá trị nhận dạng cho tuỳ chọn ghi đè cụ thể, String SelectionLogicJs và String SelectionSignals trường biểu thị giá trị ghi đè

Tóm tắt

Hàm khởi tạo công khai

AddAdSelectionFromOutcomesOverrideRequest(AdSelectionFromOutcomesConfig adSelectionFromOutcomesConfig, String outcomeSelectionLogicJs, AdSelectionSignals outcomeSelectionTrustedSignals)

Tạo một thực thể AddAdSelectionFromOutcomesOverrideRequest.

Phương thức công khai

AdSelectionFromOutcomesConfig getAdSelectionFromOutcomesConfig()
String getOutcomeSelectionLogicJs()
AdSelectionSignals getOutcomeSelectionTrustedSignals()

Phương thức kế thừa

Hàm khởi tạo công khai

AddAdSelectionFromOutcomesOverrideRequest

public AddAdSelectionFromOutcomesOverrideRequest (AdSelectionFromOutcomesConfig adSelectionFromOutcomesConfig, 
                String outcomeSelectionLogicJs, 
                AdSelectionSignals outcomeSelectionTrustedSignals)

Tạo một thực thể AddAdSelectionFromOutcomesOverrideRequest.

Tham số
adSelectionFromOutcomesConfig AdSelectionFromOutcomesConfig: Giá trị này không được là null.

outcomeSelectionLogicJs String: Giá trị này không được là null.

outcomeSelectionTrustedSignals AdSelectionSignals: Giá trị này không được là null.

Phương thức công khai

getAdSelectionFromOutcomesConfig

public AdSelectionFromOutcomesConfig getAdSelectionFromOutcomesConfig ()

Giá trị trả về
AdSelectionFromOutcomesConfig bản sao AdSelectionFromOutcomesConfig, cấu hình của quảng cáo quá trình lựa chọn. Cấu hình này cung cấp dữ liệu cần thiết để chạy Lựa chọn quảng cáo nhằm tạo giá thầu và điểm số nhằm tìm quảng cáo hiệu quả để hiển thị. Giá trị này không được là null.

getOutcomeSelectionLogicJs

public String getOutcomeSelectionLogicJs ()

Giá trị trả về
String Kết quả ghi đè JavaScript phải là một chuỗi chứa mã JS hợp lệ. Chiến lược phát hành đĩa đơn mã phải chứa logic lựa chọn kết quả sẽ được thực thi trong kết quả quảng cáo lựa chọn. Giá trị này không được là null.

getOutcomeSelectionTrustedSignals

public AdSelectionSignals getOutcomeSelectionTrustedSignals ()

Giá trị trả về
AdSelectionSignals Cơ chế ghi đè các tín hiệu tính điểm đáng tin cậy phải là một chuỗi json hợp lệ. Chương trình các tín hiệu sẽ được đưa vào logic lựa chọn kết quả trong quá trình lựa chọn kết quả quảng cáo. Giá trị này không được là null.