- 0.66.0 (latest)
- 0.65.0
- 0.64.0
- 0.63.0
- 0.62.0
- 0.61.0
- 0.59.0
- 0.58.0
- 0.57.0
- 0.56.0
- 0.55.0
- 0.54.0
- 0.53.0
- 0.52.0
- 0.51.0
- 0.50.0
- 0.49.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
A client to Google Analytics Admin API
The interfaces provided are listed below, along with usage samples.
AnalyticsAdminServiceClient
Service Description: Service Interface for the Analytics Admin API (GA4).
Sample for AnalyticsAdminServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (AnalyticsAdminServiceClient analyticsAdminServiceClient =
AnalyticsAdminServiceClient.create()) {
AccountName name = AccountName.of("[ACCOUNT]");
Account response = analyticsAdminServiceClient.getAccount(name);
}
Classes
AccessBetweenFilter
To express that the result needs to be between two numbers (inclusive).
Protobuf type google.analytics.admin.v1alpha.AccessBetweenFilter
AccessBetweenFilter.Builder
To express that the result needs to be between two numbers (inclusive).
Protobuf type google.analytics.admin.v1alpha.AccessBetweenFilter
AccessBinding
A binding of a user to a set of roles.
Protobuf type google.analytics.admin.v1alpha.AccessBinding
AccessBinding.Builder
A binding of a user to a set of roles.
Protobuf type google.analytics.admin.v1alpha.AccessBinding
AccessBindingName
AccessBindingName.Builder
Builder for accounts/{account}/accessBindings/{access_binding}.
AccessBindingName.PropertyAccessBindingBuilder
Builder for properties/{property}/accessBindings/{access_binding}.
AccessDateRange
A contiguous range of days: startDate, startDate + 1, ..., endDate.
Protobuf type google.analytics.admin.v1alpha.AccessDateRange
AccessDateRange.Builder
A contiguous range of days: startDate, startDate + 1, ..., endDate.
Protobuf type google.analytics.admin.v1alpha.AccessDateRange
AccessDimension
Dimensions are attributes of your data. For example, the dimension
userEmail
indicates the email of the user that accessed reporting data.
Dimension values in report responses are strings.
Protobuf type google.analytics.admin.v1alpha.AccessDimension
AccessDimension.Builder
Dimensions are attributes of your data. For example, the dimension
userEmail
indicates the email of the user that accessed reporting data.
Dimension values in report responses are strings.
Protobuf type google.analytics.admin.v1alpha.AccessDimension
AccessDimensionHeader
Describes a dimension column in the report. Dimensions requested in a report produce column entries within rows and DimensionHeaders. However, dimensions used exclusively within filters or expressions do not produce columns in a report; correspondingly, those dimensions do not produce headers.
Protobuf type google.analytics.admin.v1alpha.AccessDimensionHeader
AccessDimensionHeader.Builder
Describes a dimension column in the report. Dimensions requested in a report produce column entries within rows and DimensionHeaders. However, dimensions used exclusively within filters or expressions do not produce columns in a report; correspondingly, those dimensions do not produce headers.
Protobuf type google.analytics.admin.v1alpha.AccessDimensionHeader
AccessDimensionValue
The value of a dimension.
Protobuf type google.analytics.admin.v1alpha.AccessDimensionValue
AccessDimensionValue.Builder
The value of a dimension.
Protobuf type google.analytics.admin.v1alpha.AccessDimensionValue
AccessFilter
An expression to filter dimension or metric values.
Protobuf type google.analytics.admin.v1alpha.AccessFilter
AccessFilter.Builder
An expression to filter dimension or metric values.
Protobuf type google.analytics.admin.v1alpha.AccessFilter