type LabelFrequencyCap (v202405)
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/v202405
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-05-15 UTC.
[null,null,["Last updated 2024-05-15 UTC."],[[["LabelFrequencyCap limits the total impressions of ad units associated with a specific label for a user within a timeframe."],["It works by applying a frequency cap to a label, restricting the number of times ads with that label are shown to a user."],["LabelFrequencyCap configuration involves specifying a frequency cap and the ID of the label attached to ad units."]]],["`LabelFrequencyCap` applies a frequency cap to a label, limiting the total impressions of ad units with that label to a specific user within a set time. It has two key fields: `frequencyCap`, which defines the frequency cap to be applied, and `labelId`, the ID of the label receiving the cap. This service is under the namespace `https://www.google.com/apis/ads/publisher/v202405`. `AdUnit` and `FrequencyCap` are dependencies of `InventoryService`.\n"]]