public enum Section extends Enum<Section> implements ProtocolMessageEnumIdentifies if the report data is from the standard report data or conversion data
Protobuf enum google.analytics.data.v1alpha.Section
Implements
ProtocolMessageEnumStatic 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_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_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_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_UNSPECIFIED |
Should never be specified. |
SECTION_UNSPECIFIED_VALUE |
Should never be specified. |
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() |
|