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 2025-08-06 UTC."],[[["\u003cp\u003eLabelFrequencyCap sets limits on how often ads with a specific label are shown to a user within a given timeframe.\u003c/p\u003e\n"],["\u003cp\u003eIt connects a frequency cap to a label, impacting ad units associated with that label.\u003c/p\u003e\n"],["\u003cp\u003eThis feature utilizes a FrequencyCap object to define the limitations and a labelId to specify the target label on ad units.\u003c/p\u003e\n"]]],["`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"],null,["# type LabelFrequencyCap (v202411)\n\n**Service** \n**InventoryService** **Dependencies** \n[AdUnit](/ad-manager/api/reference/v202411/InventoryService.AdUnit) \n▼\n**LabelFrequencyCap**\n\nA `LabelFrequencyCap` assigns a frequency cap to a label. The frequency cap will limit the\ncumulative number of impressions of any ad units with this label that may be shown to a\nparticular user over a time unit.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202411`\n\n| Field ----- ||\n|--------------------|----------------------------------------------------------------------------------------------------------------------------------------|\n| ### `frequencyCap` | ` `[FrequencyCap](/ad-manager/api/reference/v202411/InventoryService.FrequencyCap)` ` The frequency cap to be applied with this label. |\n| ### `labelId` | ` `xsd:`long` ID of the label being capped on the [AdUnit](/ad-manager/api/reference/v202411/InventoryService.AdUnit). |"]]