View Source GoogleApi.DoubleClickBidManager.V2.Model.Parameters (google_api_double_click_bid_manager v0.25.1)
Parameters of a generated report.
Attributes
-
filters
(type:list(GoogleApi.DoubleClickBidManager.V2.Model.FilterPair.t)
, default:nil
) - Filters to limit the scope of reported data. -
groupBys
(type:list(String.t)
, default:nil
) - Dimensions by which to segment and group the data. Defined by Filter values. -
metrics
(type:list(String.t)
, default:nil
) - Metrics to define the data populating the report. Defined by Metric values. -
options
(type:GoogleApi.DoubleClickBidManager.V2.Model.Options.t
, default:nil
) - Additional report parameter options. -
type
(type:String.t
, default:nil
) - The type of the report. The type of the report determines the dimesions, filters, and metrics that can be used.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DoubleClickBidManager.V2.Model.Parameters{ filters: [GoogleApi.DoubleClickBidManager.V2.Model.FilterPair.t()] | nil, groupBys: [String.t()] | nil, metrics: [String.t()] | nil, options: GoogleApi.DoubleClickBidManager.V2.Model.Options.t() | nil, type: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.