[[["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 applicable to frequency capping in advertising.\u003c/p\u003e\n"],["\u003cp\u003eThese units range from minutes to the lifetime of a campaign and include specific options for video advertising like 'pod' and 'stream'.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eTimeUnit\u003c/code\u003e is used within the ForecastService and related services like InventoryService, LineItemService, and ProposalLineItemService.\u003c/p\u003e\n"],["\u003cp\u003eWhen the actual time unit is not exposed by the API, the value returned is 'UNKNOWN'.\u003c/p\u003e\n"]]],["The document details `TimeUnit`, a component within the `ForecastService`, and its dependencies like `FrequencyCap`. It defines possible time units for frequency capping, including `MINUTE`, `HOUR`, `DAY`, `WEEK`, `MONTH`, and `LIFETIME`. Additionally, it specifies `POD` and `STREAM` units, applicable exclusively within a `VIDEO_PLAYER` environment. `UNKNOWN` is for unexposed API values. The document references also InventoryService, LineItemService and ProposalLineItemService.\n"],null,["# enum TimeUnit (v202408)\n\n**Service** \n**ForecastService** [InventoryService](/ad-manager/api/reference/v202408/InventoryService.TimeUnit) [LineItemService](/ad-manager/api/reference/v202408/LineItemService.TimeUnit) [ProposalLineItemService](/ad-manager/api/reference/v202408/ProposalLineItemService.TimeUnit) **Dependencies** \n[FrequencyCap](/ad-manager/api/reference/v202408/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/v202408`\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/v202408/ForecastService.EnvironmentType#VIDEO_PLAYER) environment. |\n| `STREAM` | Per video stream. Only valid for entities in a [EnvironmentType.VIDEO_PLAYER](/ad-manager/api/reference/v202408/ForecastService.EnvironmentType#VIDEO_PLAYER) environment. |\n| `UNKNOWN` | The value returned if the actual value is not exposed by the requested API version. |"]]