View Source GoogleApi.DoubleClickBidManager.V2.Model.PathFilter (google_api_double_click_bid_manager v0.23.0)
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.V2.Model.EventFilter.t)
, default:nil
) - Filter on an event to be applied to some part of the path. -
pathMatchPosition
(type:String.t
, default:nil
) - The position of the path the filter should match to (first, last, or any event in path).
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DoubleClickBidManager.V2.Model.PathFilter{ eventFilters: [GoogleApi.DoubleClickBidManager.V2.Model.EventFilter.t()] | nil, pathMatchPosition: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.