filtersExpression property

String? filtersExpression
getter/setter pair

Dimension or metric filters that restrict the data returned for your request.

To use the filtersExpression, supply a dimension or metric on which to filter, followed by the filter expression. For example, the following expression selects ga:browser dimension which starts with Firefox; ga:browser=~^Firefox. For more information on dimensions and metric filters, see Filters reference.

Implementation

core.String? filtersExpression;