Show / Hide Table of Contents

Enum AdRuleSlotMidrollFrequencyTypeEnum.Types.AdRuleSlotMidrollFrequencyType

Frequency types for mid-roll BaseAdRuleSlot ad rule slots.

Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public enum AdRuleSlotMidrollFrequencyTypeEnum.Types.AdRuleSlotMidrollFrequencyType

Fields

Name Description
EveryNCuepoints

MidrollFrequency is a cue point interval and is a single integer value, such as "5", which means "play a mid-roll every 5th cue point".

EveryNSeconds

MidrollFrequency is a time interval and mentioned as a single numeric value in seconds. For example, "100" would mean "play a mid-roll every 100 seconds".

FixedCuePoints

Same as FIXED_TIME, except the values represent the ordinal cue points ("1,3,5", for example).

FixedTime

MidrollFrequency is a comma-delimited list of points in time (in seconds) when an ad should play. For example, "100,300" would mean "play an ad at 100 seconds and 300 seconds".

None

The ad rule slot is not a mid-roll and MidrollFrequency should be ignored.

ReverseMidrollIndex

After all other frequency type is applied and the number of midrolls are settled, this slot setting will override the mid-roll defined by ReverseMidrollIndex.

Unspecified

Default value. This value is unused.

In this article
Back to top Generated by DocFX