Show / Hide Table of Contents

Class AdvertiserAdServerConfig

Ad server related settings of an advertiser.

Inheritance
object
AdvertiserAdServerConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DisplayVideo.v2.Data
Assembly: Google.Apis.DisplayVideo.v2.dll
Syntax
public class AdvertiserAdServerConfig : IDirectResponseSchema

Properties

CmHybridConfig

The configuration for advertisers that use both Campaign Manager 360 (CM360) and third-party ad servers.

Declaration
[JsonProperty("cmHybridConfig")]
public virtual CmHybridConfig CmHybridConfig { get; set; }
Property Value
Type Description
CmHybridConfig

ETag

The ETag of the item.

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

ThirdPartyOnlyConfig

The configuration for advertisers that use third-party ad servers only.

Declaration
[JsonProperty("thirdPartyOnlyConfig")]
public virtual ThirdPartyOnlyConfig ThirdPartyOnlyConfig { get; set; }
Property Value
Type Description
ThirdPartyOnlyConfig

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX