Class InventorySourceStatus
The status related settings of the inventory source.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v3.Data
Assembly: Google.Apis.DisplayVideo.v3.dll
Syntax
public class InventorySourceStatus : IDirectResponseSchema
Properties
ConfigStatus
Output only. The configuration status of the inventory source. Only applicable for guaranteed inventory
sources. Acceptable values are INVENTORY_SOURCE_CONFIG_STATUS_PENDING
and
INVENTORY_SOURCE_CONFIG_STATUS_COMPLETED
. An inventory source must be configured (fill in the required
fields, choose creatives, and select a default campaign) before it can serve.
Declaration
[JsonProperty("configStatus")]
public virtual string ConfigStatus { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EntityPauseReason
The user-provided reason for pausing this inventory source. Must not exceed 100 characters. Only applicable
when entity_status is set to ENTITY_STATUS_PAUSED
.
Declaration
[JsonProperty("entityPauseReason")]
public virtual string EntityPauseReason { get; set; }
Property Value
Type | Description |
---|---|
string |
EntityStatus
Whether or not the inventory source is servable. Acceptable values are ENTITY_STATUS_ACTIVE
,
ENTITY_STATUS_ARCHIVED
, and ENTITY_STATUS_PAUSED
. Default value is ENTITY_STATUS_ACTIVE
.
Declaration
[JsonProperty("entityStatus")]
public virtual string EntityStatus { get; set; }
Property Value
Type | Description |
---|---|
string |
SellerPauseReason
Output only. The seller-provided reason for pausing this inventory source. Only applicable for inventory
sources synced directly from the publishers and when seller_status is set to ENTITY_STATUS_PAUSED
.
Declaration
[JsonProperty("sellerPauseReason")]
public virtual string SellerPauseReason { get; set; }
Property Value
Type | Description |
---|---|
string |
SellerStatus
Output only. The status set by the seller for the inventory source. Only applicable for inventory sources
synced directly from the publishers. Acceptable values are ENTITY_STATUS_ACTIVE
and
ENTITY_STATUS_PAUSED
.
Declaration
[JsonProperty("sellerStatus")]
public virtual string SellerStatus { get; set; }
Property Value
Type | Description |
---|---|
string |