SellerConfiguration.PerBuyerConfigurations 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.
Returns a set of per buyer configurations that the service will do a best effort to respect
when constructing the response without exceeding #getMaximumPayloadSizeBytes()
.
public System.Collections.Generic.ICollection<Android.AdServices.AdSelection.PerBuyerConfiguration> PerBuyerConfigurations { [Android.Runtime.Register("getPerBuyerConfigurations", "()Ljava/util/Set;", "", ApiSince=36)] get; }
[<get: Android.Runtime.Register("getPerBuyerConfigurations", "()Ljava/util/Set;", "", ApiSince=36)>]
member this.PerBuyerConfigurations : System.Collections.Generic.ICollection<Android.AdServices.AdSelection.PerBuyerConfiguration>
Property Value
- Attributes
Remarks
Returns a set of per buyer configurations that the service will do a best effort to respect when constructing the response without exceeding #getMaximumPayloadSizeBytes()
.
If this is empty, the service will fill up the response with buyer data until #getMaximumPayloadSizeBytes()
is reached. Otherwise, only data from buyers from the per buyer configuration will be included. If the sum of PerBuyerConfiguration#getTargetInputSizeBytes()
sizes is larger than #getMaximumPayloadSizeBytes()
, the service will do a best effort attempt to proportionally include the buyer data based on the ratio between that specific buyer's target and the sum of PerBuyerConfiguration#getTargetInputSizeBytes()
.
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.