Class CreativeConfig
Creative requirements configuration for the inventory source.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v2.Data
Assembly: Google.Apis.DisplayVideo.v2.dll
Syntax
public class CreativeConfig : IDirectResponseSchema
Properties
CreativeType
The type of creative that can be assigned to the inventory source. Only the following types are supported: *
CREATIVE_TYPE_STANDARD
* CREATIVE_TYPE_VIDEO
Declaration
[JsonProperty("creativeType")]
public virtual string CreativeType { get; set; }
Property Value
Type | Description |
---|---|
string |
DisplayCreativeConfig
The configuration for display creatives. Applicable when creative_type is CREATIVE_TYPE_STANDARD
.
Declaration
[JsonProperty("displayCreativeConfig")]
public virtual InventorySourceDisplayCreativeConfig DisplayCreativeConfig { get; set; }
Property Value
Type | Description |
---|---|
InventorySourceDisplayCreativeConfig |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
VideoCreativeConfig
The configuration for video creatives. Applicable when creative_type is CREATIVE_TYPE_VIDEO
.
Declaration
[JsonProperty("videoCreativeConfig")]
public virtual InventorySourceVideoCreativeConfig VideoCreativeConfig { get; set; }
Property Value
Type | Description |
---|---|
InventorySourceVideoCreativeConfig |