Share via


CustomAudience.UserBiddingSignals Property

Definition

User bidding signals are optionally provided by buyers to be consumed by buyer-provided JavaScript during ad selection in an isolated execution environment.

public Android.AdServices.Common.AdSelectionSignals? UserBiddingSignals { [Android.Runtime.Register("getUserBiddingSignals", "()Landroid/adservices/common/AdSelectionSignals;", "", ApiSince=34)] get; }
[<get: Android.Runtime.Register("getUserBiddingSignals", "()Landroid/adservices/common/AdSelectionSignals;", "", ApiSince=34)>]
member this.UserBiddingSignals : Android.AdServices.Common.AdSelectionSignals

Property Value

an AdSelectionSignals object representing the user bidding signals for the custom audience

Attributes

Remarks

User bidding signals are optionally provided by buyers to be consumed by buyer-provided JavaScript during ad selection in an isolated execution environment.

If the user bidding signals are not a valid JSON object that can be consumed by the buyer's JS, the custom audience will not be eligible for ad selection.

If not specified, the CustomAudience will not participate in ad selection until user bidding signals are provided via the daily update for the custom audience.

Java documentation for android.adservices.customaudience.CustomAudience.getUserBiddingSignals().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to