AI-generated Key Takeaways
-
TimeUnit represents possible time units for frequency capping.
-
It is used within the ForecastService, InventoryService, LineItemService, and ProposalLineItemService.
-
Available time units include MINUTE, HOUR, DAY, WEEK, MONTH, LIFETIME, POD, STREAM, and UNKNOWN.
-
POD and STREAM time units are only valid for entities in a VIDEO_PLAYER environment.
-
UNKNOWN is returned when the actual value is not exposed by the requested API version.
Represent the possible time units for frequency capping.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202505
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. |