public abstract static class AlphaAnalyticsDataGrpc.AlphaAnalyticsDataImplBase extends Object implements io.grpc.BindableService
Google Analytics reporting data service.
| Constructor and Description |
|---|
AlphaAnalyticsDataImplBase() |
| Modifier and Type | Method and Description |
|---|---|
io.grpc.ServerServiceDefinition |
bindService() |
void |
runFunnelReport(RunFunnelReportRequest request,
io.grpc.stub.StreamObserver<RunFunnelReportResponse> responseObserver)
Returns a customized funnel report of your Google Analytics event data.
|
public void runFunnelReport(RunFunnelReportRequest request, io.grpc.stub.StreamObserver<RunFunnelReportResponse> responseObserver)
Returns a customized funnel report of your Google Analytics event data. The data returned from the API is as a table with columns for the requested dimensions and metrics. 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. To learn more, see [GA4 Funnel Explorations](https://support.google.com/analytics/answer/9327974).
public final io.grpc.ServerServiceDefinition bindService()
bindService in interface io.grpc.BindableServiceCopyright © 2022 Google LLC. All rights reserved.