class Google::Apis::DisplayvideoV1::DoubleVerify
Details of DoubleVerify
settings.
Attributes
Details of DoubleVerify
star ratings settings. Corresponds to the JSON property `appStarRating` @return [Google::Apis::DisplayvideoV1::DoubleVerifyAppStarRating]
Avoid bidding on apps with the age rating. Corresponds to the JSON property `avoidedAgeRatings` @return [Array<String>]
Settings for brand safety controls. Corresponds to the JSON property `brandSafetyCategories` @return [Google::Apis::DisplayvideoV1::DoubleVerifyBrandSafetyCategories]
The custom segment ID provided by DoubleVerify
. The ID must start with “51” and consist of eight digits. Custom segment ID cannot be specified along with any of the following fields: * brand_safety_categories
* avoided_age_ratings
* app_star_rating
* fraud_invalid_traffic
Corresponds to the JSON property `customSegmentId` @return [Fixnum]
Details of DoubleVerify
display viewability settings. Corresponds to the JSON property `displayViewability` @return [Google::Apis::DisplayvideoV1::DoubleVerifyDisplayViewability]
DoubleVerify
Fraud & Invalid Traffic settings. Corresponds to the JSON property `fraudInvalidTraffic` @return [Google::Apis::DisplayvideoV1::DoubleVerifyFraudInvalidTraffic]
Details of DoubleVerify
video viewability settings. Corresponds to the JSON property `videoViewability` @return [Google::Apis::DisplayvideoV1::DoubleVerifyVideoViewability]
Public Class Methods
# File lib/google/apis/displayvideo_v1/classes.rb, line 3940 def initialize(**args) update!(**args) end
Public Instance Methods
Update properties of this object
# File lib/google/apis/displayvideo_v1/classes.rb, line 3945 def update!(**args) @app_star_rating = args[:app_star_rating] if args.key?(:app_star_rating) @avoided_age_ratings = args[:avoided_age_ratings] if args.key?(:avoided_age_ratings) @brand_safety_categories = args[:brand_safety_categories] if args.key?(:brand_safety_categories) @custom_segment_id = args[:custom_segment_id] if args.key?(:custom_segment_id) @display_viewability = args[:display_viewability] if args.key?(:display_viewability) @fraud_invalid_traffic = args[:fraud_invalid_traffic] if args.key?(:fraud_invalid_traffic) @video_viewability = args[:video_viewability] if args.key?(:video_viewability) end