[[["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\u003eThe \u003ccode\u003eTimeUnit\u003c/code\u003e enumeration represents the various time units available for frequency capping in Google Ad Manager.\u003c/p\u003e\n"],["\u003cp\u003eOptions for \u003ccode\u003eTimeUnit\u003c/code\u003e include standard durations like minutes, hours, days, weeks, and months, as well as 'lifetime', and specialized video units like 'pod' and 'stream'.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eTimeUnit\u003c/code\u003e is utilized within the \u003ccode\u003eForecastService\u003c/code\u003e and its related services, namely \u003ccode\u003eInventoryService\u003c/code\u003e, \u003ccode\u003eLineItemService\u003c/code\u003e, and \u003ccode\u003eProposalLineItemService\u003c/code\u003e, within the Google Ad Manager API.\u003c/p\u003e\n"],["\u003cp\u003eVideo-specific time units, \u003ccode\u003ePOD\u003c/code\u003e and \u003ccode\u003eSTREAM\u003c/code\u003e, are exclusively applicable to entities within a \u003ccode\u003eVIDEO_PLAYER\u003c/code\u003e environment.\u003c/p\u003e\n"]]],["The core content details the `TimeUnit` enumeration within the Google Ad Manager API's `ForecastService`. It specifies the time units available for frequency capping, including `MINUTE`, `HOUR`, `DAY`, `WEEK`, `MONTH`, and `LIFETIME`. Additionally, `POD` and `STREAM` are available for video environments. An `UNKNOWN` value exists for unexposed API version values. It is linked to the `InventoryService`, `LineItemService`, and `ProposalLineItemService` as dependencies. The namespace is also provided.\n"],null,["# enum TimeUnit (v202411)\n\n**Service** \n**ForecastService** [InventoryService](/ad-manager/api/reference/v202411/InventoryService.TimeUnit) [LineItemService](/ad-manager/api/reference/v202411/LineItemService.TimeUnit) [ProposalLineItemService](/ad-manager/api/reference/v202411/ProposalLineItemService.TimeUnit) **Dependencies** \n[FrequencyCap](/ad-manager/api/reference/v202411/ForecastService.FrequencyCap) \n▼\n**TimeUnit**\n\nRepresent the possible time units for frequency capping.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202411`\n\n| Enumeration | Description |\n|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `MINUTE` | |\n| `HOUR` | |\n| `DAY` | |\n| `WEEK` | |\n| `MONTH` | |\n| `LIFETIME` | |\n| `POD` | Per pod of ads in a video stream. Only valid for entities in a [EnvironmentType.VIDEO_PLAYER](/ad-manager/api/reference/v202411/ForecastService.EnvironmentType#VIDEO_PLAYER) environment. |\n| `STREAM` | Per video stream. Only valid for entities in a [EnvironmentType.VIDEO_PLAYER](/ad-manager/api/reference/v202411/ForecastService.EnvironmentType#VIDEO_PLAYER) environment. |\n| `UNKNOWN` | The value returned if the actual value is not exposed by the requested API version. |"]]