[[["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-02-13 UTC."],[[["The `FrequencyCap` object in Google Ad Manager is used to limit the number of times an ad is shown to a single viewer within a given timeframe."],["It's defined by three main properties: `maxImpressions`, `numTimeUnits`, and `timeUnit`, which together determine the frequency limit."],["`timeUnit` offers various options like minutes, hours, days, weeks, and even lifetime or per video stream for video ads."],["Frequency caps are applicable to Line Items, Proposal Line Items, and can be accessed via services like ForecastService, InventoryService, LineItemService, and ProposalLineItemService."]]],["The core content describes the `FrequencyCap`, which limits a viewer's exposure to a specific `LineItem` within a set timeframe. Key fields include `maxImpressions` (maximum impressions allowed), `numTimeUnits` (quantity of time units), and `timeUnit` (the time unit itself). Enumerated `timeUnit` values include `MINUTE`, `HOUR`, `DAY`, `WEEK`, `MONTH`, `LIFETIME`, `POD`, `STREAM`, and `UNKNOWN`, which provide different temporal granularities for frequency capping. The service `ForecastService` includes this information and how it relates to `LineItemSummary` and `ProposalLineItem`.\n"]]