Google Analytics Admin

allows you to manage Google Analytics accounts and properties.

License

License

GroupId

GroupId

com.google.cloud
ArtifactId

ArtifactId

google-analytics-admin
Last Version

Last Version

0.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

Google Analytics Admin
allows you to manage Google Analytics accounts and properties.
Project URL

Project URL

https://github.com/googleapis/java-analytics-admin
Project Organization

Project Organization

Google LLC

Download google-analytics-admin

How to add to project

<!-- https://jarcasting.com/artifacts/com.google.cloud/google-analytics-admin/ -->
<dependency>
    <groupId>com.google.cloud</groupId>
    <artifactId>google-analytics-admin</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.cloud/google-analytics-admin/
implementation 'com.google.cloud:google-analytics-admin:0.1.0'
// https://jarcasting.com/artifacts/com.google.cloud/google-analytics-admin/
implementation ("com.google.cloud:google-analytics-admin:0.1.0")
'com.google.cloud:google-analytics-admin:jar:0.1.0'
<dependency org="com.google.cloud" name="google-analytics-admin" rev="0.1.0">
  <artifact name="google-analytics-admin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.cloud', module='google-analytics-admin', version='0.1.0')
)
libraryDependencies += "com.google.cloud" % "google-analytics-admin" % "0.1.0"
[com.google.cloud/google-analytics-admin "0.1.0"]

Dependencies

compile (39)

Group / Artifact Type Version
io.grpc : grpc-api Optional jar 1.30.2
io.grpc : grpc-context Optional jar 1.30.2
com.google.code.findbugs : jsr305 Optional jar 3.0.2
io.grpc : grpc-stub Optional jar 1.30.2
com.google.errorprone : error_prone_annotations Optional jar 2.3.4
io.grpc : grpc-protobuf Optional jar 1.30.2
io.grpc : grpc-protobuf-lite Optional jar 1.30.2
com.google.api : api-common Optional jar 1.9.3
javax.annotation : javax.annotation-api Optional jar 1.3.2
com.google.auto.value : auto-value-annotations Optional jar 1.7.2
com.google.protobuf : protobuf-java Optional jar 3.12.2
com.google.api.grpc : proto-google-common-protos Optional jar 1.18.0
com.google.api.grpc : proto-google-analytics-admin-v1alpha Optional jar 0.1.0
com.google.guava : guava Optional jar 29.0-android
com.google.guava : failureaccess Optional jar 1.0.1
com.google.guava : listenablefuture Optional jar 9999.0-empty-to-avoid-conflict-with-guava
org.checkerframework : checker-compat-qual Optional jar 2.5.5
com.google.j2objc : j2objc-annotations Optional jar 1.3
com.google.api : gax Optional jar 1.57.1
com.google.auth : google-auth-library-oauth2-http Optional jar 0.21.1
com.google.http-client : google-http-client Optional jar 1.36.0
org.apache.httpcomponents : httpclient Optional jar 4.5.12
commons-logging : commons-logging Optional jar 1.2
commons-codec : commons-codec Optional jar 1.11
org.apache.httpcomponents : httpcore Optional jar 4.4.13
io.opencensus : opencensus-contrib-http-util Optional jar 0.24.0
com.google.http-client : google-http-client-jackson2 Optional jar 1.36.0
com.fasterxml.jackson.core : jackson-core Optional jar 2.11.1
io.opencensus : opencensus-api Optional jar 0.24.0
com.google.api : gax-grpc Optional jar 1.57.1
io.grpc : grpc-auth Optional jar 1.30.2
com.google.auth : google-auth-library-credentials Optional jar 0.21.1
io.grpc : grpc-netty-shaded Optional jar 1.30.2
io.grpc : grpc-core Optional jar 1.30.2
io.grpc : grpc-alts Optional jar 1.30.2
io.grpc : grpc-grpclb Optional jar 1.30.2
org.apache.commons : commons-lang3 Optional jar 3.5
org.conscrypt : conscrypt-openjdk-uber Optional jar 2.2.1
org.threeten : threetenbp Optional jar 1.4.4

runtime (5)

Group / Artifact Type Version
org.codehaus.mojo : animal-sniffer-annotations Optional jar 1.18
com.google.code.gson : gson Optional jar 2.8.6
com.google.android : annotations Optional jar 4.1.1.4
io.perfmark : perfmark-api Optional jar 0.19.0
com.google.protobuf : protobuf-java-util Optional jar 3.12.2

Project Modules

There are no modules declared in this project.

Google Analytics Admin Client for Java

Java idiomatic client for Analytics Admin.

Maven Stability

Note: This client is a work-in-progress, and may occasionally make backwards-incompatible changes.

Quickstart

If you are using Maven, add this to your pom.xml file:

<dependency>
  <groupId>com.google.analytics</groupId>
  <artifactId>google-analytics-admin</artifactId>
  <version>0.2.1</version>
</dependency>

If you are using Gradle, add this to your dependencies

compile 'com.google.analytics:google-analytics-admin:0.2.1'

If you are using SBT, add this to your dependencies

libraryDependencies += "com.google.analytics" % "google-analytics-admin" % "0.2.1"

Authentication

See the Authentication section in the base directory's README.

Getting Started

Prerequisites

You will need a Google Cloud Platform Console project with the Analytics Admin API enabled. You will need to enable billing to use Google Analytics Admin. Follow these instructions to get your project set up. You will also need to set up the local development environment by installing the Google Cloud SDK and running the following commands in command line: gcloud auth login and gcloud config set project [YOUR PROJECT ID].

Installation and setup

You'll need to obtain the google-analytics-admin library. See the Quickstart section to add google-analytics-admin as a dependency in your code.

About Analytics Admin

Analytics Admin allows you to manage Google Analytics accounts and properties.

See the Analytics Admin client library docs to learn how to use this Analytics Admin Client Library.

Samples

Samples are in the samples/ directory. The samples' README.md has instructions for running the samples.

Sample Source Code Try it
Quickstart Sample source code Open in Cloud Shell

Troubleshooting

To get help, follow the instructions in the shared Troubleshooting document.

Transport

Analytics Admin uses gRPC for the transport layer.

Java Versions

Java 7 or above is required for using this client.

Versioning

This library follows Semantic Versioning.

It is currently in major version zero (0.y.z), which means that anything may change at any time and the public API should not be considered stable.

Contributing

Contributions to this library are always welcome and highly encouraged.

See CONTRIBUTING for more information how to get started.

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms. See Code of Conduct for more information.

License

Apache 2.0 - See LICENSE for more information.

CI Status

Java Version Status
Java 7 Kokoro CI
Java 8 Kokoro CI
Java 8 OSX Kokoro CI
Java 8 Windows Kokoro CI
Java 11 Kokoro CI
com.google.cloud

Google APIs

Clients for Google APIs and tools that help produce them.

Versions

Version
0.1.0