class Google::Apis::DfareportingV3_5::MeasurementPartnerCampaignLink
Attributes
link_status[RW]
. Corresponds to the JSON property `linkStatus` @return [String]
measurement_partner[RW]
Measurement partner used for tag wrapping. Corresponds to the JSON property `measurementPartner` @return [String]
partner_campaign_id[RW]
Partner campaign ID needed for establishing linking with Measurement partner. Corresponds to the JSON property `partnerCampaignId` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/dfareporting_v3_5/classes.rb, line 7250 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 7255 def update!(**args) @link_status = args[:link_status] if args.key?(:link_status) @measurement_partner = args[:measurement_partner] if args.key?(:measurement_partner) @partner_campaign_id = args[:partner_campaign_id] if args.key?(:partner_campaign_id) end