GoogleApi.DFAReporting.V4.Model.CreativeRotation (google_api_dfa_reporting v0.31.0)
View SourceCreative Rotation.
Attributes
-
creativeAssignments
(type:list(GoogleApi.DFAReporting.V4.Model.CreativeAssignment.t)
, default:nil
) - Creative assignments in this creative rotation. -
creativeOptimizationConfigurationId
(type:String.t
, default:nil
) - Creative optimization configuration that is used by this ad. It should refer to one of the existing optimization configurations in the ad's campaign. If it is unset or set to 0, then the campaign's default optimization configuration will be used for this ad. -
type
(type:String.t
, default:nil
) - Type of creative rotation. Can be used to specify whether to use sequential or random rotation. -
weightCalculationStrategy
(type:String.t
, default:nil
) - Strategy for calculating weights. Used with CREATIVE_ROTATION_TYPE_RANDOM.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DFAReporting.V4.Model.CreativeRotation{ creativeAssignments: [GoogleApi.DFAReporting.V4.Model.CreativeAssignment.t()] | nil, creativeOptimizationConfigurationId: String.t() | nil, type: String.t() | nil, weightCalculationStrategy: String.t() | nil }