class Google::Apis::DfareportingV2_1::ThirdPartyTrackingUrl
Third-party Tracking URL.
Attributes
third_party_url_type[RW]
Third-party URL type for in-stream video creatives. Corresponds to the JSON property `thirdPartyUrlType` @return [String]
url[RW]
URL for the specified third-party URL type. Corresponds to the JSON property `url` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/dfareporting_v2_1/classes.rb, line 10402 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/dfareporting_v2_1/classes.rb, line 10407 def update!(**args) @third_party_url_type = args[:third_party_url_type] unless args[:third_party_url_type].nil? @url = args[:url] unless args[:url].nil? end