Show / Hide Table of Contents

Class PathFilter

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.

Inheritance
object
PathFilter
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DoubleClickBidManager.v1_1.Data
Assembly: Google.Apis.DoubleClickBidManager.v1_1.dll
Syntax
public class PathFilter : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EventFilters

Filter on an event to be applied to some part of the path.

Declaration
[JsonProperty("eventFilters")]
public virtual IList<EventFilter> EventFilters { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<T><EventFilter>

PathMatchPosition

Indicates the position of the path the filter should match to (first, last, or any event in path).

Declaration
[JsonProperty("pathMatchPosition")]
public virtual string PathMatchPosition { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX