View Source GoogleApi.DFAReporting.V34.Model.OptimizationActivity (google_api_dfa_reporting v0.25.0)

Creative optimization activity.

Attributes

  • floodlightActivityId (type: String.t, default: nil) - Floodlight activity ID of this optimization activity. This is a required field.
  • floodlightActivityIdDimensionValue (type: GoogleApi.DFAReporting.V34.Model.DimensionValue.t, default: nil) - Dimension value for the ID of the floodlight activity. This is a read-only, auto-generated field.
  • weight (type: integer(), default: nil) - Weight associated with this optimization. The weight assigned will be understood in proportion to the weights assigned to the other optimization activities. Value must be greater than or equal to 1.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DFAReporting.V34.Model.OptimizationActivity{
  floodlightActivityId: String.t() | nil,
  floodlightActivityIdDimensionValue:
    GoogleApi.DFAReporting.V34.Model.DimensionValue.t() | nil,
  weight: integer() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.