Freigeben über


UpdateAdCounterHistogramRequest.CallerAdTech Property

Definition

Gets the caller adtech entity's AdTechIdentifier.

public virtual Android.AdServices.Common.AdTechIdentifier CallerAdTech { [Android.Runtime.Register("getCallerAdTech", "()Landroid/adservices/common/AdTechIdentifier;", "GetGetCallerAdTechHandler", ApiSince=35)] get; }
[<get: Android.Runtime.Register("getCallerAdTech", "()Landroid/adservices/common/AdTechIdentifier;", "GetGetCallerAdTechHandler", ApiSince=35)>]
member this.CallerAdTech : Android.AdServices.Common.AdTechIdentifier

Property Value

Attributes

Remarks

Gets the caller adtech entity's AdTechIdentifier.

The adtech using this UpdateAdCounterHistogramRequest object must have enrolled with the Privacy Sandbox and be allowed to act on behalf of the calling app. The specified adtech is not required to be the same adtech as either the buyer which owns the rendered ad or the seller which initiated the ad selection associated with the ID returned by #getAdSelectionId().

For more information about API requirements and exceptions, see AdSelectionManager#updateAdCounterHistogram(UpdateAdCounterHistogramRequest, Executor, OutcomeReceiver).

Java documentation for android.adservices.adselection.UpdateAdCounterHistogramRequest.getCallerAdTech().

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