AdData.AdRenderId Property

Definition

Gets the ad render id for server auctions.

public string? AdRenderId { [Android.Runtime.Register("getAdRenderId", "()Ljava/lang/String;", "", ApiSince=35)] get; }
[<get: Android.Runtime.Register("getAdRenderId", "()Ljava/lang/String;", "", ApiSince=35)>]
member this.AdRenderId : string

Property Value

Attributes

Remarks

Gets the ad render id for server auctions.

Ad render id is collected for each AdData when server auction request is received.

Any AdData without ad render id will be ineligible for server-side auction.

The overall size of the CA is limited. The size of this field is considered using String#getBytes() in UTF-8 encoding.

Java documentation for android.adservices.common.AdData.getAdRenderId().

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