223 questions
3
votes
2
answers
236
views
Getting backgroundservicestartnotallowedexception in Android App
Crash 1 : Fatal Exception: java.lang.RuntimeException
Error receiving broadcast Intent { act=com.google.analytics.RADIO_POWERED cat=[in.abc.android] flg=0x10 (has extras) } in com.google.android.gms....
0
votes
0
answers
126
views
Google.Analytics.Data.V1Beta Api, error "Encountered too much data for one HASH JOIN partition" BetaAnalyticsDataClient RunReport
I am using the following code to get report from Google.Analytics.Data.V1Beta Api
var client = new BetaAnalyticsDataClientBuilder
{
GrpcAdapter = RestGrpcAdapter.Default
}.Build();
return client....
0
votes
1
answer
42
views
How do you allow customer enter their own google anlytics tracking / measurement id on any domain?
Consider a SAAS provider offering landing pages for user. The pages are hosted under the provider's domain:
https://landingpagesinc.com/myname
Now lets consider the provider wants to allow users add ...
0
votes
0
answers
92
views
Google Analytics returns 500 when creating new access bindings for service accounts
Google analytics returns status code 500 when trying to add a new service account email.
Content-Type: application/http
Content-ID: <response-batch<id>@googleapis.com>
HTTP/1.1 500 ...
2
votes
0
answers
583
views
How does GA4 deal with page unloads? Batching vs. Beacon API seems to prevent final events event being sent
This has been bothering me for a while, I think the problem is this:
GA4 uses batching, i.e. a 5 second buffer to collect any events before making a network request.
GA4 also uses the Beacon API i.e....
1
vote
1
answer
199
views
CRASH ACTConversionReporter reportWithConversionID iOS17 - Anyone seen this?
Title says it all. Been calling this for 10 years. Ran on iOS17 today for the first time and get an uncaught NSException that takes the app down.
GoogleAnalytics 3.21 void GAIUncaughtExceptionHandler(...
1
vote
0
answers
339
views
GA4: Wrong engagement times with manual screenview tracking? (Android)
We are using GA4 in our Android app and we recently switched from automatic to manual screenview tracking. So we switched off google_analytics_automatic_screen_reporting_enabled in the AndroidManifest ...
1
vote
1
answer
222
views
Can I use GA4 for C++/Qt Desktop Application?
I have a C++/Qt Desktop application that runs on Linux. As far as I know, Firebase can not be used for desktop applications. I would like to utilize GA4 for UX Analytics by collecting similar events ...
1
vote
1
answer
384
views
GA4 API and Query Explorer vs Analytics Dashboard Metric and Dimension mis-matched
I am trying to fetch the information using GA4 API and Query Explorer and matching the same with the GA4 Dashboard.
While doing so I am seeing that there is a significant difference in Dimension and ...
1
vote
1
answer
197
views
Unique Row ID in GA4 Query
I am using the following query to collect information for my organisation.
{
"dimensions":[
{
"name":"date"
},
{
"name":&...
0
votes
1
answer
177
views
Google Analytics API createDataStream() missing args that must be provided
I am using Google SDK V1beta found HERE
I have successfully created an account, and created a property under that account after much trouble with the documentation not aligning with the API/SDK.
I am ...
2
votes
1
answer
805
views
Get Event Count by Event Name and User ID using Google Analytics Data API
I would like to retrieve data from Google Analytics Data API. Endpoint is:
https://analyticsdata.googleapis.com/v1beta/properties/{property_id}:runReport
I would like to get report of number of events ...
0
votes
0
answers
351
views
Branch.io event not appears in Google Analytics 4 dashboard
I have been integrating the Branch SDK and Google Analytics 4 into my app to support mobile attribution. I need to send Branch.io events to Google Analytics 4 dashboard and I have followed the ...
1
vote
1
answer
861
views
UserId not coming up in GA4 anymore (it did in UA)
I have been tracking through GTM the visits to my pages while reporting a userId that my platform is pushing everytime the page loads within the tag. To do so, I followed the regular procedure of ...
0
votes
1
answer
396
views
GA4 historical data using google api
I have enabled bigquery linking between GA4 and Bigquery on 6th May. I am able to get the in Bigquery from 6th may onwards incrementally.
Now I am looking to ingest historical data before 6th may from ...