Send feedback
Class Funnel (0.67.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.67.0 keyboard_arrow_down
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
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
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 ()
Returns
Type
Description
Funnel
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 )
Returns
Type
Description
Funnel
public static Funnel parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Returns
Type
Description
Funnel
parseFrom(byte[] data)
public static Funnel parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
Returns
Type
Description
Funnel
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Funnel parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
Returns
Type
Description
Funnel
parseFrom(ByteString data)
public static Funnel parseFrom ( ByteString data )
Returns
Type
Description
Funnel
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Funnel parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
Returns
Type
Description
Funnel
public static Funnel parseFrom ( CodedInputStream input )
Returns
Type
Description
Funnel
public static Funnel parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Returns
Type
Description
Funnel
public static Funnel parseFrom ( InputStream input )
Returns
Type
Description
Funnel
public static Funnel parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Returns
Type
Description
Funnel
parseFrom(ByteBuffer data)
public static Funnel parseFrom ( ByteBuffer data )
Returns
Type
Description
Funnel
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Funnel parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
Returns
Type
Description
Funnel
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 ()
Returns
Type
Description
Funnel
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 >
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 )
Returns
Type
Description
Object
Overrides
toBuilder()
public Funnel . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-04 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-04 UTC."],[],[]]