public interface FunnelSubReportOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
DimensionHeader |
getDimensionHeaders(int index)
Describes dimension columns.
|
int |
getDimensionHeadersCount()
Describes dimension columns.
|
List<DimensionHeader> |
getDimensionHeadersList()
Describes dimension columns.
|
DimensionHeaderOrBuilder |
getDimensionHeadersOrBuilder(int index)
Describes dimension columns.
|
List<? extends DimensionHeaderOrBuilder> |
getDimensionHeadersOrBuilderList()
Describes dimension columns.
|
FunnelResponseMetadata |
getMetadata()
Metadata for the funnel report.
|
FunnelResponseMetadataOrBuilder |
getMetadataOrBuilder()
Metadata for the funnel report.
|
MetricHeader |
getMetricHeaders(int index)
Describes metric columns.
|
int |
getMetricHeadersCount()
Describes metric columns.
|
List<MetricHeader> |
getMetricHeadersList()
Describes metric columns.
|
MetricHeaderOrBuilder |
getMetricHeadersOrBuilder(int index)
Describes metric columns.
|
List<? extends MetricHeaderOrBuilder> |
getMetricHeadersOrBuilderList()
Describes metric columns.
|
Row |
getRows(int index)
Rows of dimension value combinations and metric values in the report.
|
int |
getRowsCount()
Rows of dimension value combinations and metric values in the report.
|
List<Row> |
getRowsList()
Rows of dimension value combinations and metric values in the report.
|
RowOrBuilder |
getRowsOrBuilder(int index)
Rows of dimension value combinations and metric values in the report.
|
List<? extends RowOrBuilder> |
getRowsOrBuilderList()
Rows of dimension value combinations and metric values in the report.
|
boolean |
hasMetadata()
Metadata for the funnel report.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<DimensionHeader> getDimensionHeadersList()
Describes dimension columns. Funnel reports always include the funnel step dimension in sub report responses. Additional dimensions like breakdowns, dates, and next actions may be present in the response if requested.
repeated .google.analytics.data.v1alpha.DimensionHeader dimension_headers = 1;DimensionHeader getDimensionHeaders(int index)
Describes dimension columns. Funnel reports always include the funnel step dimension in sub report responses. Additional dimensions like breakdowns, dates, and next actions may be present in the response if requested.
repeated .google.analytics.data.v1alpha.DimensionHeader dimension_headers = 1;int getDimensionHeadersCount()
Describes dimension columns. Funnel reports always include the funnel step dimension in sub report responses. Additional dimensions like breakdowns, dates, and next actions may be present in the response if requested.
repeated .google.analytics.data.v1alpha.DimensionHeader dimension_headers = 1;List<? extends DimensionHeaderOrBuilder> getDimensionHeadersOrBuilderList()
Describes dimension columns. Funnel reports always include the funnel step dimension in sub report responses. Additional dimensions like breakdowns, dates, and next actions may be present in the response if requested.
repeated .google.analytics.data.v1alpha.DimensionHeader dimension_headers = 1;DimensionHeaderOrBuilder getDimensionHeadersOrBuilder(int index)
Describes dimension columns. Funnel reports always include the funnel step dimension in sub report responses. Additional dimensions like breakdowns, dates, and next actions may be present in the response if requested.
repeated .google.analytics.data.v1alpha.DimensionHeader dimension_headers = 1;List<MetricHeader> getMetricHeadersList()
Describes metric columns. Funnel reports always include active users in sub report responses. The funnel table includes additional metrics like completion rate, abandonments, and abandonments rate.
repeated .google.analytics.data.v1alpha.MetricHeader metric_headers = 2;MetricHeader getMetricHeaders(int index)
Describes metric columns. Funnel reports always include active users in sub report responses. The funnel table includes additional metrics like completion rate, abandonments, and abandonments rate.
repeated .google.analytics.data.v1alpha.MetricHeader metric_headers = 2;int getMetricHeadersCount()
Describes metric columns. Funnel reports always include active users in sub report responses. The funnel table includes additional metrics like completion rate, abandonments, and abandonments rate.
repeated .google.analytics.data.v1alpha.MetricHeader metric_headers = 2;List<? extends MetricHeaderOrBuilder> getMetricHeadersOrBuilderList()
Describes metric columns. Funnel reports always include active users in sub report responses. The funnel table includes additional metrics like completion rate, abandonments, and abandonments rate.
repeated .google.analytics.data.v1alpha.MetricHeader metric_headers = 2;MetricHeaderOrBuilder getMetricHeadersOrBuilder(int index)
Describes metric columns. Funnel reports always include active users in sub report responses. The funnel table includes additional metrics like completion rate, abandonments, and abandonments rate.
repeated .google.analytics.data.v1alpha.MetricHeader metric_headers = 2;List<Row> getRowsList()
Rows of dimension value combinations and metric values in the report.
repeated .google.analytics.data.v1alpha.Row rows = 3;Row getRows(int index)
Rows of dimension value combinations and metric values in the report.
repeated .google.analytics.data.v1alpha.Row rows = 3;int getRowsCount()
Rows of dimension value combinations and metric values in the report.
repeated .google.analytics.data.v1alpha.Row rows = 3;List<? extends RowOrBuilder> getRowsOrBuilderList()
Rows of dimension value combinations and metric values in the report.
repeated .google.analytics.data.v1alpha.Row rows = 3;RowOrBuilder getRowsOrBuilder(int index)
Rows of dimension value combinations and metric values in the report.
repeated .google.analytics.data.v1alpha.Row rows = 3;boolean hasMetadata()
Metadata for the funnel report.
.google.analytics.data.v1alpha.FunnelResponseMetadata metadata = 4;FunnelResponseMetadata getMetadata()
Metadata for the funnel report.
.google.analytics.data.v1alpha.FunnelResponseMetadata metadata = 4;FunnelResponseMetadataOrBuilder getMetadataOrBuilder()
Metadata for the funnel report.
.google.analytics.data.v1alpha.FunnelResponseMetadata metadata = 4;Copyright © 2023 Google LLC. All rights reserved.