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 |
| 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. |