UpdateAdCounterHistogramRequest.CallerAdTech 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.
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)
.
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.