GoogleApi.DFAReporting.V34.Model.PathFilter (google_api_dfa_reporting v0.31.0)
View SourceRepresents a DfaReporting path filter.
Attributes
-
eventFilters
(type:list(GoogleApi.DFAReporting.V34.Model.EventFilter.t)
, default:nil
) - Event filters in path report. -
kind
(type:String.t
, default:nil
) - The kind of resource this is, in this case dfareporting#pathFilter. -
pathMatchPosition
(type:String.t
, default:nil
) - 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DFAReporting.V34.Model.PathFilter{ eventFilters: [GoogleApi.DFAReporting.V34.Model.EventFilter.t()] | nil, kind: String.t() | nil, pathMatchPosition: String.t() | nil }