GoogleApi.DisplayVideo.V1.Model.CreativeConfig (google_api_display_video v0.15.3) View Source
Creative 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. -
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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.DisplayVideo.V1.Model.CreativeConfig{
creativeType: String.t(),
displayCreativeConfig:
GoogleApi.DisplayVideo.V1.Model.InventorySourceDisplayCreativeConfig.t(),
videoCreativeConfig:
GoogleApi.DisplayVideo.V1.Model.InventorySourceVideoCreativeConfig.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.