Class: Google::Apis::DfareportingV2_1::ThirdPartyTrackingUrl

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable
Defined in:
generated/google/apis/dfareporting_v2_1/classes.rb,
generated/google/apis/dfareporting_v2_1/representations.rb,
generated/google/apis/dfareporting_v2_1/representations.rb

Overview

Third-party Tracking URL.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ ThirdPartyTrackingUrl

Returns a new instance of ThirdPartyTrackingUrl.



10402
10403
10404
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 10402

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

Instance Attribute Details

#third_party_url_typeString

Third-party URL type for in-stream video creatives. Corresponds to the JSON property thirdPartyUrlType

Returns:

  • (String)


10395
10396
10397
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 10395

def third_party_url_type
  @third_party_url_type
end

#urlString

URL for the specified third-party URL type. Corresponds to the JSON property url

Returns:

  • (String)


10400
10401
10402
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 10400

def url
  @url
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



10407
10408
10409
10410
# 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