google_api_dfa_reporting v0.15.0 GoogleApi.DFAReporting.V33.Model.PlacementAssignment View Source

Placement Assignment.

Attributes

  • active (type: boolean(), default: nil) - Whether this placement assignment is active. When true, the placement will be included in the ad's rotation.
  • placementId (type: String.t, default: nil) - ID of the placement to be assigned. This is a required field.
  • placementIdDimensionValue (type: GoogleApi.DFAReporting.V33.Model.DimensionValue.t, default: nil) - Dimension value for the ID of the placement. This is a read-only, auto-generated field.
  • sslRequired (type: boolean(), default: nil) - Whether the placement to be assigned requires SSL. This is a read-only field that is auto-generated when the ad is inserted or updated.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.DFAReporting.V33.Model.PlacementAssignment{
  active: boolean(),
  placementId: String.t(),
  placementIdDimensionValue:
    GoogleApi.DFAReporting.V33.Model.DimensionValue.t(),
  sslRequired: boolean()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.