Class: Google::Apis::DoubleclickbidmanagerV1_1::Options
- Inherits:
-
Object
- Object
- Google::Apis::DoubleclickbidmanagerV1_1::Options
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/doubleclickbidmanager_v1_1/classes.rb,
generated/google/apis/doubleclickbidmanager_v1_1/representations.rb,
generated/google/apis/doubleclickbidmanager_v1_1/representations.rb
Overview
Additional query options.
Instance Attribute Summary collapse
-
#include_only_targeted_user_lists ⇒ Boolean
(also: #include_only_targeted_user_lists?)
Set to true and filter your report by
FILTER_INSERTION_ORDER
orFILTER_LINE_ITEM
to include data for audience lists specifically targeted by those items. -
#path_query_options ⇒ Google::Apis::DoubleclickbidmanagerV1_1::PathQueryOptions
Path Query Options for Report Options.
Instance Method Summary collapse
-
#initialize(**args) ⇒ Options
constructor
A new instance of Options.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ Options
Returns a new instance of Options.
356 357 358 |
# File 'generated/google/apis/doubleclickbidmanager_v1_1/classes.rb', line 356 def initialize(**args) update!(**args) end |
Instance Attribute Details
#include_only_targeted_user_lists ⇒ Boolean Also known as: include_only_targeted_user_lists?
Set to true and filter your report by FILTER_INSERTION_ORDER
or
FILTER_LINE_ITEM
to include data for audience lists specifically targeted by
those items.
Corresponds to the JSON property includeOnlyTargetedUserLists
348 349 350 |
# File 'generated/google/apis/doubleclickbidmanager_v1_1/classes.rb', line 348 def include_only_targeted_user_lists @include_only_targeted_user_lists end |
#path_query_options ⇒ Google::Apis::DoubleclickbidmanagerV1_1::PathQueryOptions
Path Query Options for Report Options.
Corresponds to the JSON property pathQueryOptions
354 355 356 |
# File 'generated/google/apis/doubleclickbidmanager_v1_1/classes.rb', line 354 def @path_query_options end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
361 362 363 364 |
# File 'generated/google/apis/doubleclickbidmanager_v1_1/classes.rb', line 361 def update!(**args) @include_only_targeted_user_lists = args[:include_only_targeted_user_lists] if args.key?(:include_only_targeted_user_lists) @path_query_options = args[:path_query_options] if args.key?(:path_query_options) end |