Skip to main content

All Questions

Tagged with
0 votes
0 answers
42 views

How to Integrate Google Analytics into a Java Dynamic Web Project Using JSP and Servlets on XAMPP?

I'm currently working on a Java dynamic web project that utilizes JSP and servlets, and I'm running it locally on XAMPP with Tomcat 9. I would like to integrate Google Analytics to track user ...
jadhav kumar's user avatar
-1 votes
1 answer
95 views

google analytics-api, java, how to declare OrderBys call RunReportRequest

String VIEW_ID = "0000000000"; String[] GA_METRICS = {"newUsers","activeUsers","totalUsers","addToCarts","cartToViewRate","checkouts&...
kim jason's user avatar
0 votes
0 answers
31 views

Split package issue with Google Analytics Data API

Split package issue with Google Analytics Data API I am getting errors like below: [ ERROR] error: module spring.data.commons reads package com.google.analytics.data.v1beta from both google.analytics....
Ashwin Abraham Thomson's user avatar
0 votes
1 answer
508 views

Implementing GA4 Event Tracking in Java on Google App Engine

I have a requirement to trigger a Google Analytics event from a backend that runs on Google App Engine using Java 8. I attempted the approach mentioned in the official documentation, specifically the ...
Udhaya's user avatar
  • 361
0 votes
1 answer
590 views

Google Analytics 4 - io.grpc returns "INTERNAL: Failed to frame message" for making GA4 API request

I'm using the below to attempt to retrieve Google Analytics numbers for my GA4 property in Netbeans with Maven (Java) viz the official Google example at https://developers.google.com/analytics/...
Stefan's user avatar
  • 408
0 votes
1 answer
342 views

Official Google Analytics 4 Java API example is invalid and throws exception as-is - officially referenced class does not exist

I'm following the official Google example at https://developers.google.com/analytics/devguides/reporting/data/v1/quickstart-client-libraries in NetBeans with Maven. This code snippet in this example ...
Stefan's user avatar
  • 408
3 votes
1 answer
3k views

Connecting to Google Analytics 4 API - com.google.auth.oauth2.GdchCredentials does not exist

I've been trying for several days to connect to my GA4 service account via the GA4 API to pull statistics. I'm following the official example at https://developers.google.com/analytics/devguides/...
Stefan's user avatar
  • 408
3 votes
2 answers
2k views

Google Analytics 4 - simple example of service account API usage in Java?

I've spent a few days trying to get an example of how to do the above - use a service account to non-interactively get Google Analytics metrics using the GA4 API from Java. The official example at ...
Stefan's user avatar
  • 408
1 vote
2 answers
737 views

API source error when changing to Google Analytics Ga4

I changed Google Analytics to Ga4 The administrator is pulling statistics through the api and using it. API is using v4, so I think it's compatible with ga4. Follow the manual to connect to Google ...
SsenGom's user avatar
  • 23
1 vote
0 answers
393 views

How to get data from google analytics in a Spring Boot application?

My API has the following endpoint: my-api/v1/books/book/{id}. The "books" are serialized books on the web, each book has a category on my website. The endpoint above has the parameter ?info=...
Giovane Neves's user avatar
1 vote
1 answer
1k views

Google Analytics 4 for desktop Java application

I am trying to track usage of a desktop Java application using Google Analytics 4 (GA4). There are some older articles like this one for Universal Analytics but I don't see anything for Google ...
smalers's user avatar
  • 385
0 votes
0 answers
19 views

Is it possible to fetch the app analytics data from firebase using java spring boot api [duplicate]

Is it possible to fetch the app analytics data from firebase using java libraries. My project is under the spark plan of firebase which is of no cost plan.I need to fetch the analytics data like ...
SPMK's user avatar
  • 29
1 vote
1 answer
1k views

What is the data processing latency for the Google Analytics data api for (GA4)?

I am reading the analytics data using API call found in this link Google Analytics Data API (GA4) What is the google delay to return all the info? for example, at 5 Am can I be sure I am receiving ...
Shila Mosammami's user avatar
1 vote
0 answers
194 views

How to check if we have more pages in GA4 using JAVA

I am reading the GA4 info according to the code sample provided here in Google Developers Documentation. I do not know how to check if there are more pages? looking at the result's size I guess I am ...
Shila Mosammami's user avatar
1 vote
1 answer
325 views

What are maven dependencies for a java program (jdk 1.8) which uses Google Data Analytics API (ga4) to get analytics report?

I am trying to use the new API of Google Analytics Data (g4). I wanna switch from universal API into G4, the problem is that in Java 8 there are errors in dependencies while I am importing them all. ...
Shila Mosammami's user avatar

15 30 50 per page
1
2 3 4 5
21