View Source GoogleApi.DoubleClickBidManager.V11.Model.ChannelGrouping (google_api_double_click_bid_manager v0.23.0)
A channel grouping defines a set of rules that can be used to categorize events in a path report.
Attributes
-
fallbackName
(type:String.t
, default:nil
) - The name to apply to an event that does not match any of the rules in the channel grouping. -
name
(type:String.t
, default:nil
) - Channel Grouping name. -
rules
(type:list(GoogleApi.DoubleClickBidManager.V11.Model.Rule.t)
, default:nil
) - Rules within Channel Grouping. There is a limit of 100 rules that can be set per channel grouping.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DoubleClickBidManager.V11.Model.ChannelGrouping{ fallbackName: String.t() | nil, name: String.t() | nil, rules: [GoogleApi.DoubleClickBidManager.V11.Model.Rule.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.