class Google::Apis::DfareportingV3_5::MeasurementPartnerWrappingData
Placement
tag wrapping
Attributes
link_status[RW]
Placement
wrapping status. Corresponds to the JSON property `linkStatus` @return [String]
measurement_partner[RW]
Measurement partner used for wrapping the placement. Corresponds to the JSON property `measurementPartner` @return [String]
tag_wrapping_mode[RW]
Measurement mode for the wrapped placement. Corresponds to the JSON property `tagWrappingMode` @return [String]
wrapped_tag[RW]
Tag provided by the measurement partner during wrapping. Corresponds to the JSON property `wrappedTag` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/dfareporting_v3_5/classes.rb, line 7286 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/dfareporting_v3_5/classes.rb, line 7291 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