enum TimeUnit (v202502)
Stay organized with collections
Save and categorize content based on your preferences.
Represent the possible time units for frequency capping.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202502
Enumeration |
Description |
MINUTE
|
|
HOUR
|
|
DAY
|
|
WEEK
|
|
MONTH
|
|
LIFETIME
|
|
POD
|
Per pod of ads in a video stream. Only valid for entities in a
EnvironmentType.VIDEO_PLAYER environment.
|
STREAM
|
Per video stream. Only valid for entities in a
EnvironmentType.VIDEO_PLAYER environment.
|
UNKNOWN
|
The value returned if the actual value is not exposed by the requested API version.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-06 UTC.
[null,null,["Last updated 2025-08-06 UTC."],[],["The document outlines the `TimeUnit` enumeration, which defines time units for frequency capping within the ad management system. This includes `MINUTE`, `HOUR`, `DAY`, `WEEK`, `MONTH`, and `LIFETIME`. Specialized units `POD` and `STREAM` are applicable only within a video player environment. The `UNKNOWN` unit represents values not accessible in the current API version. These `TimeUnits` are linked to `FrequencyCap`, and relevant services are: Forecast, Inventory, LineItem, and ProposalLineItem.\n"],null,["# enum TimeUnit (v202502)\n\n**Service** \n[ForecastService](/ad-manager/api/reference/v202502/ForecastService.TimeUnit) [InventoryService](/ad-manager/api/reference/v202502/InventoryService.TimeUnit) [LineItemService](/ad-manager/api/reference/v202502/LineItemService.TimeUnit) **ProposalLineItemService** **Dependencies** \n[FrequencyCap](/ad-manager/api/reference/v202502/ProposalLineItemService.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/v202502`\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/v202502/ProposalLineItemService.EnvironmentType#VIDEO_PLAYER) environment. |\n| `STREAM` | Per video stream. Only valid for entities in a [EnvironmentType.VIDEO_PLAYER](/ad-manager/api/reference/v202502/ProposalLineItemService.EnvironmentType#VIDEO_PLAYER) environment. |\n| `UNKNOWN` | The value returned if the actual value is not exposed by the requested API version. |"]]