Class: Google::Apis::DfareportingV3_5::ThirdPartyTrackingUrl
- Inherits:
-
Object
- Object
- Google::Apis::DfareportingV3_5::ThirdPartyTrackingUrl
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dfareporting_v3_5/classes.rb,
lib/google/apis/dfareporting_v3_5/representations.rb,
lib/google/apis/dfareporting_v3_5/representations.rb
Overview
Third-party Tracking URL.
Instance Attribute Summary collapse
-
#third_party_url_type ⇒ String
Third-party URL type for in-stream video and in-stream audio creatives.
-
#url ⇒ String
URL for the specified third-party URL type.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ThirdPartyTrackingUrl
constructor
A new instance of ThirdPartyTrackingUrl.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ThirdPartyTrackingUrl
Returns a new instance of ThirdPartyTrackingUrl.
12179 12180 12181 |
# File 'lib/google/apis/dfareporting_v3_5/classes.rb', line 12179 def initialize(**args) update!(**args) end |
Instance Attribute Details
#third_party_url_type ⇒ String
Third-party URL type for in-stream video and in-stream audio creatives.
Corresponds to the JSON property thirdPartyUrlType
12172 12173 12174 |
# File 'lib/google/apis/dfareporting_v3_5/classes.rb', line 12172 def third_party_url_type @third_party_url_type end |
#url ⇒ String
URL for the specified third-party URL type.
Corresponds to the JSON property url
12177 12178 12179 |
# File 'lib/google/apis/dfareporting_v3_5/classes.rb', line 12177 def url @url end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
12184 12185 12186 12187 |
# File 'lib/google/apis/dfareporting_v3_5/classes.rb', line 12184 def update!(**args) @third_party_url_type = args[:third_party_url_type] if args.key?(:third_party_url_type) @url = args[:url] if args.key?(:url) end |