EventFilter

Represents a DfaReporting event filter.

JSON representation
{
  "dimensionFilter": {
    object (PathReportDimensionValue)
  },
  "kind": string
}
Fields
dimensionFilter

object (PathReportDimensionValue)

The dimension filter contained within this EventFilter.

kind

string

The kind of resource this is, in this case

dfareporting#eventFilter

.

PathReportDimensionValue

Represents a PathReportDimensionValue resource.

JSON representation
{
  "dimensionName": string,
  "values": [
    string
  ],
  "ids": [
    string
  ],
  "matchType": enum (MatchType),
  "kind": string
}
Fields
dimensionName

string

The name of the dimension.

values[]

string

The possible values of the dimension.

ids[]

string

The possible ID's associated with the value if available.

matchType

enum (MatchType)

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.

kind

string

The kind of resource this is, in this case

dfareporting#pathReportDimensionValue

.