class Google::Apis::DisplayvideoV1::AdvertiserTargetingConfig

Targeting settings related to ad serving of an advertiser.

Attributes

exempt_tv_from_viewability_targeting[RW]

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` @return [Boolean]

exempt_tv_from_viewability_targeting?[RW]

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` @return [Boolean]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/displayvideo_v1/classes.rb, line 396
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/displayvideo_v1/classes.rb, line 401
def update!(**args)
  @exempt_tv_from_viewability_targeting = args[:exempt_tv_from_viewability_targeting] if args.key?(:exempt_tv_from_viewability_targeting)
end