dimensionFilterClauses property

List<DimensionFilterClause>? dimensionFilterClauses
getter/setter pair

DimensionFilterClauses are logically combined with an AND operator: only data that is included by all these DimensionFilterClauses contributes to the values in this pivot region.

Dimension filters can be used to restrict the columns shown in the pivot region. For example if you have ga:browser as the requested dimension in the pivot region, and you specify key filters to restrict ga:browser to only "IE" or "Firefox", then only those two browsers would show up as columns.

Implementation

core.List<DimensionFilterClause>? dimensionFilterClauses;