public final class Funnel extends GeneratedMessageV3 implements FunnelOrBuilder
Configures the funnel in a funnel report request. A funnel reports on users
as they pass through a sequence of steps.
Funnel exploration lets you visualize the steps your users take to complete a
task and quickly see how well they are succeeding or failing at each step.
For example, how do prospects become shoppers and then become buyers? How do
one time buyers become repeat buyers? With this information, you can improve
inefficient or abandoned customer journeys.
Protobuf type google.analytics.data.v1alpha.Funnel
Static Fields
IS_OPEN_FUNNEL_FIELD_NUMBER
public static final int IS_OPEN_FUNNEL_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
STEPS_FIELD_NUMBER
public static final int STEPS_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static Funnel getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static Funnel.Builder newBuilder()
newBuilder(Funnel prototype)
public static Funnel.Builder newBuilder(Funnel prototype)
Parameter |
---|
Name | Description |
prototype | Funnel
|
public static Funnel parseDelimitedFrom(InputStream input)
public static Funnel parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static Funnel parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Funnel parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static Funnel parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Funnel parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Funnel parseFrom(CodedInputStream input)
public static Funnel parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Funnel parseFrom(InputStream input)
public static Funnel parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static Funnel parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Funnel parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<Funnel> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
getDefaultInstanceForType()
public Funnel getDefaultInstanceForType()
getIsOpenFunnel()
public boolean getIsOpenFunnel()
In an open funnel, users can enter the funnel in any step, and in a closed
funnel, users must enter the funnel in the first step. Optional. If
unspecified, a closed funnel is used.
bool is_open_funnel = 1;
Returns |
---|
Type | Description |
boolean | The isOpenFunnel.
|
getParserForType()
public Parser<Funnel> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
getSteps(int index)
public FunnelStep getSteps(int index)
The sequential steps of this funnel.
repeated .google.analytics.data.v1alpha.FunnelStep steps = 2;
Parameter |
---|
Name | Description |
index | int
|
getStepsCount()
public int getStepsCount()
The sequential steps of this funnel.
repeated .google.analytics.data.v1alpha.FunnelStep steps = 2;
Returns |
---|
Type | Description |
int | |
getStepsList()
public List<FunnelStep> getStepsList()
The sequential steps of this funnel.
repeated .google.analytics.data.v1alpha.FunnelStep steps = 2;
getStepsOrBuilder(int index)
public FunnelStepOrBuilder getStepsOrBuilder(int index)
The sequential steps of this funnel.
repeated .google.analytics.data.v1alpha.FunnelStep steps = 2;
Parameter |
---|
Name | Description |
index | int
|
getStepsOrBuilderList()
public List<? extends FunnelStepOrBuilder> getStepsOrBuilderList()
The sequential steps of this funnel.
repeated .google.analytics.data.v1alpha.FunnelStep steps = 2;
Returns |
---|
Type | Description |
List<? extends com.google.analytics.data.v1alpha.FunnelStepOrBuilder> | |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Overrides
hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public Funnel.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Funnel.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public Funnel.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides