AddCustomAudienceOverrideRequest
open class AddCustomAudienceOverrideRequest
This POJO represents the android.adservices.customaudience.TestCustomAudienceManager#overrideCustomAudienceRemoteInfo(android.adservices.customaudience.AddCustomAudienceOverrideRequest,java.util.concurrent.Executor,android.os.OutcomeReceiver)
request.
It contains fields buyer
and name
which will serve as the identifier for the override fields, biddingLogicJs
and trustedBiddingSignals
, which are used during ad selection instead of querying external servers.
Summary
Public constructors
Public methods
getBiddingLogicJs
open fun getBiddingLogicJs(): String
Return |
String |
the override JavaScript result that should be served during ad selection This value cannot be null . |
getBiddingLogicJsVersion
open fun getBiddingLogicJsVersion(): Long
Returns the value to return as version for JavaScript bidding logic.
Default to be 0L
, which will fall back to use default version(V1 or V2).
getName
open fun getName(): String
Return |
String |
name of the custom audience being overridden This value cannot be null . |
getTrustedBiddingSignals
open fun getTrustedBiddingSignals(): AdSelectionSignals
Return |
AdSelectionSignals |
the override trusted bidding signals that should be served 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.
[null,null,["Last updated 2025-01-23 UTC."],[],[]]