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

View Source

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

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.