Enum Section (0.106.0)

public enum Section extends Enum<Section> implements ProtocolMessageEnum

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

Protobuf enum google.analytics.data.v1alpha.Section

Implements

ProtocolMessageEnum

Static Fields

Name Description
SECTION_ADVERTISING

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.

SECTION_ADVERTISING = 2;

SECTION_ADVERTISING_VALUE

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.

SECTION_ADVERTISING = 2;

SECTION_REPORT

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.

SECTION_REPORT = 1;

SECTION_REPORT_VALUE

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.

SECTION_REPORT = 1;

SECTION_UNSPECIFIED

Should never be specified.

SECTION_UNSPECIFIED = 0;

SECTION_UNSPECIFIED_VALUE

Should never be specified.

SECTION_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()