google_api_double_click_bid_manager v0.20.1 GoogleApi.DoubleClickBidManager.V11.Model.ChannelGrouping View Source

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.DoubleClickBidManager.V11.Model.ChannelGrouping{
  fallbackName: String.t(),
  name: String.t(),
  rules: [GoogleApi.DoubleClickBidManager.V11.Model.Rule.t()]
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.