PathFilter class
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.
Constructors
-
PathFilter({List<
EventFilter> ? eventFilters, String? pathMatchPosition}) - PathFilter.fromJson(Map json_)
Properties
-
eventFilters
↔ List<
EventFilter> ? -
Filter on an event to be applied to some part of the path.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- pathMatchPosition ↔ String?
-
The position of the path the filter should match to (first, last, or any
event in path).
Possible string values are:
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited