View Source GoogleApi.DFAReporting.V4.Model.MeasurementPartnerWrappingData (google_api_dfa_reporting v0.28.0)

Placement tag wrapping

Attributes

  • linkStatus (type: String.t, default: nil) - Placement wrapping status.
  • measurementPartner (type: String.t, default: nil) - Measurement partner used for wrapping the placement.
  • tagWrappingMode (type: String.t, default: nil) - Measurement mode for the wrapped placement.
  • wrappedTag (type: String.t, default: nil) - Tag provided by the measurement partner during wrapping.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DFAReporting.V4.Model.MeasurementPartnerWrappingData{
  linkStatus: String.t() | nil,
  measurementPartner: String.t() | nil,
  tagWrappingMode: String.t() | nil,
  wrappedTag: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.