Partager via


CustomAudience.TrustedBiddingData Property

Definition

Trusted bidding data consists of a URI pointing to a trusted server for buyers' bidding data and a list of keys to query the server with.

public Android.AdServices.CustomAudiences.TrustedBiddingData? TrustedBiddingData { [Android.Runtime.Register("getTrustedBiddingData", "()Landroid/adservices/customaudience/TrustedBiddingData;", "", ApiSince=34)] get; }
[<get: Android.Runtime.Register("getTrustedBiddingData", "()Landroid/adservices/customaudience/TrustedBiddingData;", "", ApiSince=34)>]
member this.TrustedBiddingData : Android.AdServices.CustomAudiences.TrustedBiddingData

Property Value

a TrustedBiddingData object containing the custom audience's trusted bidding data

Attributes

Remarks

Trusted bidding data consists of a URI pointing to a trusted server for buyers' bidding data and a list of keys to query the server with. Note that the keys are arbitrary identifiers that will only be used to query the trusted server for a buyer's bidding logic during ad selection.

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

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

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