[[["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-11-19 UTC."],[[["A FrequencyCap in Google Ad Manager limits the number of times a viewer sees the same LineItem within a specific timeframe."],["It's defined by the maximum impressions (`maxImpressions`), the time period length (`numTimeUnits`), and the time unit (`timeUnit` like hours, days, etc.)."],["FrequencyCaps are utilized within services like ForecastService, InventoryService, LineItemService, and ProposalLineItemService."],["`timeUnit` allows for standard durations and also specialized options like \"POD\" and \"STREAM\" for video content."]]],["The content defines `FrequencyCap`, which limits viewer exposure to a `LineItem` within a set timeframe. Key fields include `maxImpressions`, setting the maximum allowed impressions; `numTimeUnits`, defining the total time period; and `timeUnit`, specifying the unit of time (e.g., `MINUTE`, `HOUR`, `DAY`, `WEEK`, `MONTH`, `LIFETIME`, `POD`, `STREAM`). The time unit enumerations can be used for different time periods, `POD` and `STREAM` only valid for `EnvironmentType.VIDEO_PLAYER`.\n"]]