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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-08-20 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 user within a time frame. It requires two key fields: `frequencyCap`, which defines the impression limit, and `labelId`, the ID of the label to which the cap is applied. This is part of the `InventoryService` in the specified namespace. It controls how often ad units with specific labels are shown to users.\n"]]