google_api_dfa_reporting v0.15.0 GoogleApi.DFAReporting.V34.Model.OptimizationActivity View Source

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.