Class: Google::Apis::DisplayvideoV1::AdvertiserTargetingConfig
- Inherits:
-
Object
- Object
- Google::Apis::DisplayvideoV1::AdvertiserTargetingConfig
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/displayvideo_v1/classes.rb,
generated/google/apis/displayvideo_v1/representations.rb,
generated/google/apis/displayvideo_v1/representations.rb
Overview
Targeting settings related to ad serving of an advertiser.
Instance Attribute Summary collapse
-
#exempt_tv_from_viewability_targeting ⇒ Boolean
(also: #exempt_tv_from_viewability_targeting?)
Whether or not connected TV devices are exempt from viewability targeting for all video line items under the advertiser.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AdvertiserTargetingConfig
constructor
A new instance of AdvertiserTargetingConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ AdvertiserTargetingConfig
Returns a new instance of AdvertiserTargetingConfig.
384 385 386 |
# File 'generated/google/apis/displayvideo_v1/classes.rb', line 384 def initialize(**args) update!(**args) end |
Instance Attribute Details
#exempt_tv_from_viewability_targeting ⇒ Boolean Also known as: exempt_tv_from_viewability_targeting?
Whether or not connected TV devices are exempt from viewability targeting for
all video line items under the advertiser.
Corresponds to the JSON property exemptTvFromViewabilityTargeting
381 382 383 |
# File 'generated/google/apis/displayvideo_v1/classes.rb', line 381 def exempt_tv_from_viewability_targeting @exempt_tv_from_viewability_targeting end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
389 390 391 |
# File 'generated/google/apis/displayvideo_v1/classes.rb', line 389 def update!(**args) @exempt_tv_from_viewability_targeting = args[:exempt_tv_from_viewability_targeting] if args.key?(:exempt_tv_from_viewability_targeting) end |