Page Summary
-
The DfaReporting path filter is represented by a JSON object with fields for
kind,pathMatchPosition, andeventFilters. -
The
pathMatchPositionfield determines how the filter's value is matched, with options like EXACT and WILDCARD_EXPRESSION, and defaults to EXACT if not specified. -
The
eventFiltersfield contains a list of objects representing event filters used in the path report.
Represents a DfaReporting path filter.
| JSON representation |
|---|
{ "kind": string, "pathMatchPosition": enum ( |
| Fields | |
|---|---|
kind |
The kind of resource this is, in this case
. |
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[] |
Event filters in path report. |