GoogleApi.DFAReporting.V4.Model.OptimizationActivity (google_api_dfa_reporting v0.31.0)

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.V4.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

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.