AddAdSelectionFromOutcomesOverrideRequest

public class AddAdSelectionFromOutcomesOverrideRequest
extends Object

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


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

Tệp này chứa AdSelectionFromOutcomesConfig đóng vai trò là giá trị nhận dạng cho hoạt động ghi đè cụ thể, trường String selectionLogicJs và String selectionSignals đại diện cho 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 một thực thể của AdSelectionFromOutcomesConfig, cấu hình của quá trình lựa chọn quảng cáo. Cấu hình này cung cấp dữ liệu cần thiết để chạy quy trình Lựa chọn quảng cáo, quy trình này sẽ tạo giá thầu và điểm để tìm quảng cáo chiến thắng nhằm 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ệ. Mã này phải chứa logic lựa chọn kết quả sẽ được thực thi trong quá trình lựa chọn kết quả quảng cáo. Giá trị này không được là null.

getOutcomeSelectionTrustedSignals

public AdSelectionSignals getOutcomeSelectionTrustedSignals ()

Giá trị trả về
AdSelectionSignals Các tín hiệu tính điểm đáng tin cậy được ghi đè phải là một chuỗi json hợp lệ. Các tín hiệu đáng tin cậy 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.