Class: Google::Apis::DfareportingV4::MeasurementPartnerWrappingData

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/dfareporting_v4/classes.rb,
lib/google/apis/dfareporting_v4/representations.rb,
lib/google/apis/dfareporting_v4/representations.rb

Overview

Placement tag wrapping

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ MeasurementPartnerWrappingData

Returns a new instance of MeasurementPartnerWrappingData.



7711
7712
7713
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 7711

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

Placement wrapping status. Corresponds to the JSON property linkStatus

Returns:

  • (String)


7694
7695
7696
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 7694

def link_status
  @link_status
end

#measurement_partnerString

Measurement partner used for wrapping the placement. Corresponds to the JSON property measurementPartner

Returns:

  • (String)


7699
7700
7701
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 7699

def measurement_partner
  @measurement_partner
end

#tag_wrapping_modeString

Measurement mode for the wrapped placement. Corresponds to the JSON property tagWrappingMode

Returns:

  • (String)


7704
7705
7706
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 7704

def tag_wrapping_mode
  @tag_wrapping_mode
end

#wrapped_tagString

Tag provided by the measurement partner during wrapping. Corresponds to the JSON property wrappedTag

Returns:

  • (String)


7709
7710
7711
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 7709

def wrapped_tag
  @wrapped_tag
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7716
7717
7718
7719
7720
7721
# File 'lib/google/apis/dfareporting_v4/classes.rb', line 7716

def update!(**args)
  @link_status = args[:link_status] if args.key?(:link_status)
  @measurement_partner = args[:measurement_partner] if args.key?(:measurement_partner)
  @tag_wrapping_mode = args[:tag_wrapping_mode] if args.key?(:tag_wrapping_mode)
  @wrapped_tag = args[:wrapped_tag] if args.key?(:wrapped_tag)
end