Class AdvertiserAdServerConfig
Ad server related settings of an advertiser.
Inheritance
System.Object
AdvertiserAdServerConfig
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.DisplayVideo.v1.Data
Assembly: Google.Apis.DisplayVideo.v1.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 |
---|---|
System.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
Google.Apis.Requests.IDirectResponseSchema