Show / Hide Table of Contents

Class AuxiliaryAdSettings

Settings for auxiliary ads (e.g. pause ads) on a live stream.

Inheritance
object
AuxiliaryAdSettings
Implements
IMessage<AuxiliaryAdSettings>
IEquatable<AuxiliaryAdSettings>
IDeepCloneable<AuxiliaryAdSettings>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class AuxiliaryAdSettings : IMessage<AuxiliaryAdSettings>, IEquatable<AuxiliaryAdSettings>, IDeepCloneable<AuxiliaryAdSettings>, IBufferMessage, IMessage

Constructors

AuxiliaryAdSettings()

Declaration
public AuxiliaryAdSettings()

AuxiliaryAdSettings(AuxiliaryAdSettings)

Declaration
public AuxiliaryAdSettings(AuxiliaryAdSettings other)
Parameters
Type Name Description
AuxiliaryAdSettings other

Properties

AdTagUrl

Required. The ad tag URL used to request auxiliary ads (such as pause ads). This can be a Google Ad Manager ad tag or a third-party ad tag. Publishers are responsible for ensuring the correctness of the URL.

Declaration
public string AdTagUrl { get; set; }
Property Value
Type Description
string

HasAdTagUrl

Gets whether the "ad_tag_url" field is set

Declaration
public bool HasAdTagUrl { get; }
Property Value
Type Description
bool
In this article
Back to top Generated by DocFX