Google Analytics Data V1alpha Client - Class Section (0.24.0)

Reference documentation and code samples for the Google Analytics Data V1alpha Client class Section.

Identifies if the report data is from the standard report data or conversion data

Protobuf type google.analytics.data.v1alpha.Section

Namespace

Google \ Analytics \ Data \ V1alpha

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

SECTION_UNSPECIFIED

Value: 0

Should never be specified.

Generated from protobuf enum SECTION_UNSPECIFIED = 0;

SECTION_REPORT

Value: 1

The report data is from the standard report data. Google Analytics reports include acquisition, engagement, and user behavior reports. Reports use dimensions like session source & landing page; reports use metrics like sessions, views, and engagement time.

Generated from protobuf enum SECTION_REPORT = 1;

SECTION_ADVERTISING

Value: 2

The report data is from the conversion data. The Google Analytics Advertising section reports on conversion performance. Advertising reports use dimensions like source & medium; advertising reports use metrics like all conversions and ads cost.

Generated from protobuf enum SECTION_ADVERTISING = 2;