timeUnitCount property
The number of time_unit the frequency cap will last.
Required when unlimited is false
. The following restrictions apply based
on the value of time_unit: * TIME_UNIT_LIFETIME
- this field is output
only and will default to 1 * TIME_UNIT_MONTHS
- must be between 1 and 2
TIME_UNIT_WEEKS
- must be between 1 and 4 *TIME_UNIT_DAYS
- must be between 1 and 6 *TIME_UNIT_HOURS
- must be between 1 and 23 *TIME_UNIT_MINUTES
- must be between 1 and 59 Warning: On February 28, 2025, frequency cap time periods greater than 30 days will no longer be accepted. This field will no longer accept the value 2 if the value of time_unit isTIME_UNIT_MONTHS
. [Read more about this announced change](/display-video/api/deprecations#features.lifetime_frequency_cap).
Implementation
core.int? timeUnitCount;