View Source GoogleApi.DoubleClickBidManager.V2.Model.Options (google_api_double_click_bid_manager v0.23.0)
Additional query options.
Attributes
-
includeOnlyTargetedUserLists
(type:boolean()
, default:nil
) - Set to true and filter your report byFILTER_INSERTION_ORDER
orFILTER_LINE_ITEM
to include data for audience lists specifically targeted by those items. -
pathQueryOptions
(type:GoogleApi.DoubleClickBidManager.V2.Model.PathQueryOptions.t
, default:nil
) - Options that contain Path Filters and Custom Channel Groupings. This field is deprecated and will sunset on May 1, 2024. After sunset, requests using this field will return an error.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DoubleClickBidManager.V2.Model.Options{ includeOnlyTargetedUserLists: boolean() | nil, pathQueryOptions: GoogleApi.DoubleClickBidManager.V2.Model.PathQueryOptions.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.