Class: Google::Apis::DfareportingV3_4::ThirdPartyTrackingUrl

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

Overview

Third-party Tracking URL.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ThirdPartyTrackingUrl

Returns a new instance of ThirdPartyTrackingUrl.



12520
12521
12522
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 12520

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

Instance Attribute Details

#third_party_url_typeString

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

Returns:

  • (String)


12513
12514
12515
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 12513

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)


12518
12519
12520
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 12518

def url
  @url
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



12525
12526
12527
12528
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 12525

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