GoogleApi.DisplayVideo.V1.Model.CreativeConfig (google_api_display_video v0.39.0)
View SourceCreative requirements configuration for the inventory source.
Attributes
-
creativeType(type:String.t, default:nil) - The type of creative that can be assigned to the inventory source. Only the following types are supported:CREATIVE_TYPE_STANDARDCREATIVE_TYPE_VIDEO -
displayCreativeConfig(type:GoogleApi.DisplayVideo.V1.Model.InventorySourceDisplayCreativeConfig.t, default:nil) - The configuration for display creatives. Applicable when creative_type isCREATIVE_TYPE_STANDARD. -
videoCreativeConfig(type:GoogleApi.DisplayVideo.V1.Model.InventorySourceVideoCreativeConfig.t, default:nil) - The configuration for video creatives. Applicable when creative_type isCREATIVE_TYPE_VIDEO.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DisplayVideo.V1.Model.CreativeConfig{ creativeType: String.t() | nil, displayCreativeConfig: GoogleApi.DisplayVideo.V1.Model.InventorySourceDisplayCreativeConfig.t() | nil, videoCreativeConfig: GoogleApi.DisplayVideo.V1.Model.InventorySourceVideoCreativeConfig.t() | nil }