Stay organized with collections
Save and categorize content based on your preferences.
AddAdSelectionOverrideRequest
open class AddAdSelectionOverrideRequest
This POJO represents the android.adservices.adselection.TestAdSelectionManager#overrideAdSelectionConfigRemoteInfo(android.adservices.adselection.AddAdSelectionOverrideRequest,java.util.concurrent.Executor,android.os.OutcomeReceiver)
request
It contains, a AdSelectionConfig
which will serve as the identifier for the specific override, a String
decisionLogicJs and String
trustedScoringSignals field representing the override value
Summary
Public constructors
Public methods
getAdSelectionConfig
open fun getAdSelectionConfig(): AdSelectionConfig
Return |
AdSelectionConfig |
an instance of AdSelectionConfig , the configuration of the ad selection process. This configuration provides the data necessary to run Ad Selection flow that generates bids and scores to find a wining ad for rendering. This value cannot be null . |
getDecisionLogicJs
open fun getDecisionLogicJs(): String
Return |
String |
The override javascript result, should be a string that contains valid JS code. The code should contain the scoring logic that will be executed during Ad selection. This value cannot be null . |
getPerBuyerDecisionLogic
open fun getPerBuyerDecisionLogic(): PerBuyerDecisionLogic
Return |
PerBuyerDecisionLogic |
The override for the decision logic for each buyer that is used by contextual ads for reporting, which may be extended to updating bid values for contextual ads in the future This value cannot be null . |
getTrustedScoringSignals
open fun getTrustedScoringSignals(): AdSelectionSignals
Return |
AdSelectionSignals |
The override trusted scoring signals, should be a valid json string. The trusted signals would be fed into the scoring logic during Ad 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 2025-01-23 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-23 UTC."],[],[]]