Reference documentation and code samples for the Google Analytics Data V1beta Client class Filter.
An expression to filter dimension or metric values.
Generated from protobuf messagegoogle.analytics.data.v1beta.Filter
Namespace
Google \ Analytics \ Data \ V1beta
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ field_name
string
The dimension name or metric name. In most methods, dimensions & metrics can be used for the first time in this field. However in a RunPivotReportRequest, this field must be additionally specified by name in the RunPivotReportRequest's dimensions or metrics.
A filter for empty values such as "(not set)" and "" values.
getFieldName
The dimension name or metric name.
In most methods, dimensions & metrics can be used for the first time in
this field. However in a RunPivotReportRequest, this field must be
additionally specified by name in the RunPivotReportRequest's dimensions or
metrics.
Returns
Type
Description
string
setFieldName
The dimension name or metric name.
In most methods, dimensions & metrics can be used for the first time in
this field. However in a RunPivotReportRequest, this field must be
additionally specified by name in the RunPivotReportRequest's dimensions or
metrics.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Analytics Data V1beta Client - Class Filter (0.22.3)\n\nVersion latestkeyboard_arrow_down\n\n- [0.22.3 (latest)](/php/docs/reference/analytics-data/latest/V1beta.Filter)\n- [0.22.2](/php/docs/reference/analytics-data/0.22.2/V1beta.Filter)\n- [0.21.1](/php/docs/reference/analytics-data/0.21.1/V1beta.Filter)\n- [0.20.1](/php/docs/reference/analytics-data/0.20.1/V1beta.Filter)\n- [0.19.0](/php/docs/reference/analytics-data/0.19.0/V1beta.Filter)\n- [0.18.0](/php/docs/reference/analytics-data/0.18.0/V1beta.Filter)\n- [0.17.1](/php/docs/reference/analytics-data/0.17.1/V1beta.Filter)\n- [0.16.4](/php/docs/reference/analytics-data/0.16.4/V1beta.Filter)\n- [0.14.0](/php/docs/reference/analytics-data/0.14.0/V1beta.Filter)\n- [0.13.0](/php/docs/reference/analytics-data/0.13.0/V1beta.Filter)\n- [0.12.0](/php/docs/reference/analytics-data/0.12.0/V1beta.Filter)\n- [0.11.2](/php/docs/reference/analytics-data/0.11.2/V1beta.Filter)\n- [0.10.1](/php/docs/reference/analytics-data/0.10.1/V1beta.Filter)\n- [0.9.5](/php/docs/reference/analytics-data/0.9.5/V1beta.Filter) \n| **Beta**\n|\n|\n| This library is covered by the [Pre-GA Offerings Terms](/terms/service-terms#1)\n| of the Terms of Service. Pre-GA libraries might have limited support,\n| and changes to pre-GA libraries might not be compatible with other pre-GA versions.\n| For more information, see the\n[launch stage descriptions](/products#product-launch-stages). \nReference documentation and code samples for the Google Analytics Data V1beta Client class Filter.\n\nAn expression to filter dimension or metric values.\n\nGenerated from protobuf message `google.analytics.data.v1beta.Filter`\n\nNamespace\n---------\n\nGoogle \\\\ Analytics \\\\ Data \\\\ V1beta\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getFieldName\n\nThe dimension name or metric name.\n\nIn most methods, dimensions \\& metrics can be used for the first time in\nthis field. However in a RunPivotReportRequest, this field must be\nadditionally specified by name in the RunPivotReportRequest's dimensions or\nmetrics.\n\n### setFieldName\n\nThe dimension name or metric name.\n\nIn most methods, dimensions \\& metrics can be used for the first time in\nthis field. However in a RunPivotReportRequest, this field must be\nadditionally specified by name in the RunPivotReportRequest's dimensions or\nmetrics.\n\n### getStringFilter\n\nStrings related filter.\n\n### hasStringFilter\n\n### setStringFilter\n\nStrings related filter.\n\n### getInListFilter\n\nA filter for in list values.\n\n### hasInListFilter\n\n### setInListFilter\n\nA filter for in list values.\n\n### getNumericFilter\n\nA filter for numeric or date values.\n\n### hasNumericFilter\n\n### setNumericFilter\n\nA filter for numeric or date values.\n\n### getBetweenFilter\n\nA filter for two values.\n\n### hasBetweenFilter\n\n### setBetweenFilter\n\nA filter for two values.\n\n### getEmptyFilter\n\nA filter for empty values such as \"(not set)\" and \"\" values.\n\n### hasEmptyFilter\n\n### setEmptyFilter\n\nA filter for empty values such as \"(not set)\" and \"\" values.\n\n### getOneFilter"]]