enum TimeUnit (v202411)

  • 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, including MINUTE, HOUR, DAY, WEEK, MONTH, and LIFETIME, representing different durations for frequency capping.

  • Specific time units POD and STREAM are designed exclusively for environments of type VIDEO_PLAYER in a video stream setting.

  • The namespace for the TimeUnit enumeration is https://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.