AI-generated Key Takeaways
-
The content outlines the
TimeUnit
enumeration, which defines the possible time units for frequency capping within the context of ad management services. -
TimeUnit
supports various units, includingMINUTE
,HOUR
,DAY
,WEEK
,MONTH
, andLIFETIME
, representing different durations for frequency capping. -
Specific time units
POD
andSTREAM
are designed exclusively for environments of typeVIDEO_PLAYER
in a video stream setting. -
The namespace for the
TimeUnit
enumeration ishttps://www.google.com/apis/ads/publisher/v202411
, indicating its location within the Google Ad Manager API. -
An
UNKNOWN
value is available, used when the current API version doesn't reveal the true value.
Represent the possible time units for frequency capping.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
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. |