type LabelFrequencyCap (v202411)
A LabelFrequencyCap
assigns a frequency cap to a label. The frequency cap will limit the
cumulative number of impressions of any ad units with this label that may be shown to a
particular user over a time unit.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Field
|
frequencyCap
|
FrequencyCap
The frequency cap to be applied with this label.
|
labelId
|
xsd:long
ID of the label being capped on the AdUnit.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-11-19 UTC.
[null,null,["Last updated 2024-11-19 UTC."],[[["LabelFrequencyCap sets limits on how often ads with a specific label are shown to a user within a given timeframe."],["It connects a frequency cap to a label, impacting ad units associated with that label."],["This feature utilizes a FrequencyCap object to define the limitations and a labelId to specify the target label on ad units."]]],["`LabelFrequencyCap` assigns a frequency cap to a label, limiting the total impressions of ad units with that label to a specific user over a time unit. It includes two key fields: `frequencyCap`, which defines the frequency cap itself, and `labelId`, which is the ID of the label. This feature can be used in conjunction with the `AdUnit` service. The `LabelFrequencyCap` namespace is defined as `https://www.google.com/apis/ads/publisher/v202411`.\n"]]