google_api_dfa_reporting v0.8.0 GoogleApi.DFAReporting.V34.Model.CreativeOptimizationConfiguration View Source
Creative optimization settings.
Attributes
id
(type:String.t
, default:nil
) - ID of this creative optimization config. This field is auto-generated when the campaign is inserted or updated. It can be null for existing campaigns.name
(type:String.t
, default:nil
) - Name of this creative optimization config. This is a required field and must be less than 129 characters long.optimizationActivitys
(type:list(GoogleApi.DFAReporting.V34.Model.OptimizationActivity.t)
, default:nil
) - List of optimization activities associated with this configuration.optimizationModel
(type:String.t
, default:nil
) - Optimization model for this configuration.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.DFAReporting.V34.Model.CreativeOptimizationConfiguration{ id: String.t(), name: String.t(), optimizationActivitys: [ GoogleApi.DFAReporting.V34.Model.OptimizationActivity.t() ], optimizationModel: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.