Google Analytics Data V1beta Client - Class Comparison (0.19.0)

Reference documentation and code samples for the Google Analytics Data V1beta Client class Comparison.

Defines an individual comparison. Most requests will include multiple comparisons so that the report compares between the comparisons.

Generated from protobuf message google.analytics.data.v1beta.Comparison

Namespace

Google \ Analytics \ Data \ V1beta

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

Each comparison produces separate rows in the response. In the response, this comparison is identified by this name. If name is unspecified, we will use the saved comparisons display name.

↳ dimension_filter Google\Analytics\Data\V1beta\FilterExpression

A basic comparison.

↳ comparison string

A saved comparison identified by the comparison's resource name. For example, 'comparisons/1234'.

getName

Each comparison produces separate rows in the response. In the response, this comparison is identified by this name. If name is unspecified, we will use the saved comparisons display name.

Returns
Type Description
string

hasName

clearName

setName

Each comparison produces separate rows in the response. In the response, this comparison is identified by this name. If name is unspecified, we will use the saved comparisons display name.

Parameter
Name Description
var string
Returns
Type Description
$this

getDimensionFilter

A basic comparison.

Returns
Type Description
Google\Analytics\Data\V1beta\FilterExpression|null

hasDimensionFilter

setDimensionFilter

A basic comparison.

Parameter
Name Description
var Google\Analytics\Data\V1beta\FilterExpression
Returns
Type Description
$this

getComparison

A saved comparison identified by the comparison's resource name.

For example, 'comparisons/1234'.

Returns
Type Description
string

hasComparison

setComparison

A saved comparison identified by the comparison's resource name.

For example, 'comparisons/1234'.

Parameter
Name Description
var string
Returns
Type Description
$this

getOneComparison

Returns
Type Description
string