PathFilter

Represents a DfaReporting path filter.

JSON representation
{
  "kind": string,
  "pathMatchPosition": enum (PathMatchPosition),
  "eventFilters": [
    {
      object (EventFilter)
    }
  ]
}
Fields
kind

string

The kind of resource this is, in this case

dfareporting#pathFilter

.

pathMatchPosition

enum (PathMatchPosition)

Determines how the 'value' field is matched when filtering. If not specified, defaults to EXACT. If set to WILDCARD_EXPRESSION, '*' is allowed as a placeholder for variable length character sequences, and it can be escaped with a backslash. Note, only paid search dimensions ('dfa:paidSearch*') allow a matchType other than EXACT.

eventFilters[]

object (EventFilter)

Event filters in path report.