KeyedFrequencyCap.AdCounterKey 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 the ad counter key that the frequency cap is applied to.
public int AdCounterKey { [Android.Runtime.Register("getAdCounterKey", "()I", "", ApiSince=35)] get; }
[<get: Android.Runtime.Register("getAdCounterKey", "()I", "", ApiSince=35)>]
member this.AdCounterKey : int
Property Value
- Attributes
Remarks
Returns the ad counter key that the frequency cap is applied to.
The ad counter key is defined by an adtech and is an arbitrary numeric identifier which defines any criteria which may have previously been counted and persisted on the device. If the on-device count exceeds the maximum count within a certain time interval, the frequency cap has been exceeded.
Java documentation for android.adservices.common.KeyedFrequencyCap.getAdCounterKey()
.
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.