[[["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\u003eA FrequencyCap in Google Ad Manager limits the number of times a viewer sees the same ad within a specific timeframe.\u003c/p\u003e\n"],["\u003cp\u003eIt's defined by the maximum impressions allowed (\u003ccode\u003emaxImpressions\u003c/code\u003e), the length of the time period (\u003ccode\u003enumTimeUnits\u003c/code\u003e), and the unit of time (e.g., hour, day, week) (\u003ccode\u003etimeUnit\u003c/code\u003e).\u003c/p\u003e\n"],["\u003cp\u003eThis cap can be applied to various levels including line items, forecasts, and inventory.\u003c/p\u003e\n"],["\u003cp\u003eTimeUnit options include standard durations (minutes, hours, etc.) and specialized ones like per video pod or stream.\u003c/p\u003e\n"]]],["The content defines the `FrequencyCap`, which limits how often a viewer sees a specific `LineItem`. Key information includes: `maxImpressions`, defining the maximum views; `numTimeUnits`, specifying the duration's quantity; and `timeUnit`, the unit of time (e.g., minute, hour, day, week, month). For video players, `POD` or `STREAM` can be used. Services associated with FrequencyCap include: `ForecastService`, `InventoryService`, `LineItemService` and `ProposalLineItemService`.\n"],null,["# type FrequencyCap (v202411)\n\n**Service** \n[ForecastService](/ad-manager/api/reference/v202411/ForecastService.FrequencyCap) [InventoryService](/ad-manager/api/reference/v202411/InventoryService.FrequencyCap) [LineItemService](/ad-manager/api/reference/v202411/LineItemService.FrequencyCap) **ProposalLineItemService** **Dependencies** \n[ProposalLineItem](/ad-manager/api/reference/v202411/ProposalLineItemService.ProposalLineItem) \n▼\n**FrequencyCap**\n\nRepresents a limit on the number of times a single viewer can be exposed to the same [LineItem](/ad-manager/api/reference/v202411/ForecastService.LineItem) in a specified time period.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202411`\n\n| Field ----- ||\n|----------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ### `maxImpressions` | ` `xsd:`int` The maximum number of impressions than can be served to a user within a specified time period. |\n| ### `numTimeUnits` | ` `xsd:`int` The number of `FrequencyCap#timeUnit` to represent the total time period. |\n| ### `timeUnit` | ` `[TimeUnit](/ad-manager/api/reference/v202411/ProposalLineItemService.TimeUnit)` ` The unit of time for specifying the time period. *** ** * ** *** **Enumerations** `MINUTE` : `HOUR` : `DAY` : `WEEK` : `MONTH` : `LIFETIME` : `POD` : Per pod of ads in a video stream. Only valid for entities in a [EnvironmentType.VIDEO_PLAYER](/ad-manager/api/reference/v202411/ProposalLineItemService.EnvironmentType#VIDEO_PLAYER) environment. `STREAM` : Per video stream. Only valid for entities in a [EnvironmentType.VIDEO_PLAYER](/ad-manager/api/reference/v202411/ProposalLineItemService.EnvironmentType#VIDEO_PLAYER) environment. `UNKNOWN` : The value returned if the actual value is not exposed by the requested API version. \u003cbr /\u003e |"]]