VideoAdSequenceMinimumDuration

  • The document describes enums related to user eligibility to repeat video ad sequences after a certain time.

  • Users can be eligible to restart a sequence after 7 days (WEEK) or 30 days (MONTH) from the sequence start, with different completion requirements.

  • UNSPECIFIED and UNKNOWN are also listed as possible enum values with specific meanings.

Enum describing possible times after starting a video ad sequence when a user is eligible to repeat the sequence.

Enums

UNSPECIFIED

Not specified.

UNKNOWN

Used for return value only. Represents value unknown in this version.

WEEK

Users are eligible to restart a sequence once they have completed the sequence and at least 7 days have passed since sequence start.

MONTH

Users are eligible to restart a sequence once at least 30 days have passed since sequence start. Users are eligible to start the sequence again even if they haven't completed the sequence.