google_api_double_click_bid_manager v0.20.1 GoogleApi.DoubleClickBidManager.V11.Model.PathFilter View Source
Path filters specify which paths to include in a report. A path is the result of combining DV360 events based on User ID to create a workflow of users' actions. When a path filter is set, the resulting report will only include paths that match the specified event at the specified position. All other paths will be excluded.
Attributes
-
eventFilters
(type:list(GoogleApi.DoubleClickBidManager.V11.Model.EventFilter.t)
, default:nil
) - Filter on an event to be applied to some part of the path. -
pathMatchPosition
(type:String.t
, default:nil
) - Indicates the position of the path the filter should match to (first, last, or any event in path).
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.PathFilter{ eventFilters: [GoogleApi.DoubleClickBidManager.V11.Model.EventFilter.t()], pathMatchPosition: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.