AdSelectionConfig.PerBuyerSignals Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public System.Collections.Generic.IDictionary<Android.AdServices.Common.AdTechIdentifier,Android.AdServices.Common.AdSelectionSignals> PerBuyerSignals { [Android.Runtime.Register("getPerBuyerSignals", "()Ljava/util/Map;", "", ApiSince=34)] get; }
[<get: Android.Runtime.Register("getPerBuyerSignals", "()Ljava/util/Map;", "", ApiSince=34)>]
member this.PerBuyerSignals : System.Collections.Generic.IDictionary<Android.AdServices.Common.AdTechIdentifier, Android.AdServices.Common.AdSelectionSignals>
Property Value
a Map of buyers and AdSelectionSignals, fetched from the AdSelectionConfig and consumed by the JS logic fetched from the DSP, representing any information that each buyer would provide during ad selection to participants (such as bid floor, ad selection type, etc.)
- Attributes
Remarks
Java documentation for android.adservices.adselection.AdSelectionConfig.getPerBuyerSignals()
.
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.