Enum RunFunnelReportRequest.FunnelVisualizationType (0.52.0)

public enum RunFunnelReportRequest.FunnelVisualizationType extends Enum<RunFunnelReportRequest.FunnelVisualizationType> implements ProtocolMessageEnum

Controls the dimensions present in the funnel visualization sub report response.

Protobuf enum google.analytics.data.v1alpha.RunFunnelReportRequest.FunnelVisualizationType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
FUNNEL_VISUALIZATION_TYPE_UNSPECIFIED

Unspecified type.

FUNNEL_VISUALIZATION_TYPE_UNSPECIFIED = 0;

FUNNEL_VISUALIZATION_TYPE_UNSPECIFIED_VALUE

Unspecified type.

FUNNEL_VISUALIZATION_TYPE_UNSPECIFIED = 0;

STANDARD_FUNNEL

A standard (stepped) funnel. The funnel visualization sub report in the response will not contain date.

STANDARD_FUNNEL = 1;

STANDARD_FUNNEL_VALUE

A standard (stepped) funnel. The funnel visualization sub report in the response will not contain date.

STANDARD_FUNNEL = 1;

TRENDED_FUNNEL

A trended (line chart) funnel. The funnel visualization sub report in the response will contain the date dimension.

TRENDED_FUNNEL = 2;

TRENDED_FUNNEL_VALUE

A trended (line chart) funnel. The funnel visualization sub report in the response will contain the date dimension.

TRENDED_FUNNEL = 2;

UNRECOGNIZED

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()