AddAdSelectionFromOutcomesOverrideRequest
open class AddAdSelectionFromOutcomesOverrideRequest
This POJO represents the android.adservices.adselection.TestAdSelectionManager#overrideAdSelectionFromOutcomesConfigRemoteInfo
( AddAdSelectionOverrideRequest, Executor, OutcomeReceiver)} request
It contains, a AdSelectionFromOutcomesConfig
which will serve as the identifier for the specific override, a String
selectionLogicJs and String
selectionSignals field representing the override value
Summary
Public constructors
Public methods
getOutcomeSelectionLogicJs
open fun getOutcomeSelectionLogicJs(): String
Return |
String |
The override javascript result, should be a string that contains valid JS code. The code should contain the outcome selection logic that will be executed during ad outcome selection. This value cannot be null . |
getOutcomeSelectionTrustedSignals
open fun getOutcomeSelectionTrustedSignals(): AdSelectionSignals
Return |
AdSelectionSignals |
The override trusted scoring signals, should be a valid json string. The trusted signals would be fed into the outcome selection logic during ad outcome selection. This value cannot be null . |
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2024-06-18 UTC.
[null,null,["Last updated 2024-06-18 UTC."],[],[]]