Class ExchangeConfigEnabledExchange
An enabled exchange in the partner.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v3.Data
Assembly: Google.Apis.DisplayVideo.v3.dll
Syntax
public class ExchangeConfigEnabledExchange : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Exchange
The enabled exchange.
Declaration
[JsonProperty("exchange")]
public virtual string Exchange { get; set; }
Property Value
Type | Description |
---|---|
string |
GoogleAdManagerAgencyId
Output only. Agency ID of Google Ad Manager. The field is only relevant when Google Ad Manager is the enabled exchange.
Declaration
[JsonProperty("googleAdManagerAgencyId")]
public virtual string GoogleAdManagerAgencyId { get; set; }
Property Value
Type | Description |
---|---|
string |
GoogleAdManagerBuyerNetworkId
Output only. Network ID of Google Ad Manager. The field is only relevant when Google Ad Manager is the enabled exchange.
Declaration
[JsonProperty("googleAdManagerBuyerNetworkId")]
public virtual string GoogleAdManagerBuyerNetworkId { get; set; }
Property Value
Type | Description |
---|---|
string |
SeatId
Output only. Seat ID of the enabled exchange.
Declaration
[JsonProperty("seatId")]
public virtual string SeatId { get; set; }
Property Value
Type | Description |
---|---|
string |