Class PrerollSettings
Settings for ad breaks on a livestream that are specific to preroll.
Implements
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class PrerollSettings : IMessage<PrerollSettings>, IEquatable<PrerollSettings>, IDeepCloneable<PrerollSettings>, IBufferMessage, IMessage
Constructors
PrerollSettings()
Declaration
public PrerollSettings()
PrerollSettings(PrerollSettings)
Declaration
public PrerollSettings(PrerollSettings other)
Parameters
| Type | Name | Description |
|---|---|---|
| PrerollSettings | other |
Properties
AdTag
Required. The Ad Manager ad tag URL generated by the Ad Manager trafficking workflow that is associated with this live stream.
Declaration
public string AdTag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
HasAdTag
Gets whether the "ad_tag" field is set
Declaration
public bool HasAdTag { get; }
Property Value
| Type | Description |
|---|---|
| bool |
MaxAdPodDuration
Required. The maximum duration for an ad break.
Declaration
public Duration MaxAdPodDuration { get; set; }
Property Value
| Type | Description |
|---|---|
| Duration |