21,288 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
38
views
Migration of Firebase projects / Google analytics 4 properties
We are in the process of merging 2 separate applications(Android & iOS) into one. Each of the application has its own Firebase project, and its own Google Analytics 4 property. So essentially we ...
-1
votes
0
answers
41
views
Can I send any event, analytics data to Firebase projects, android app, with JavaScript for tracking purposes [duplicate]
I have created a Firebase project and connected it with Google Analytics. Project consists of two apps, one is an Android App(android app data stream) other one is WebApp(web data stream).
The web app ...
1
vote
0
answers
98
views
GA4 (gtag.js) SPA – custom events overwrite virtual page params with homepage unless I pass page_*. How to persist page context?
I have a single-page app. I send virtual pageviews on route change via gtag.js. On each client-side route change I do (for example):
document.querySelector('.button-news').addEventListener('click', ...
0
votes
1
answer
58
views
How to see events and reports in GA4 only from the one app source
My Firebase project contains multiple apps, each one is different, and each one has GA4/Google Analytics added. But I would like to see events and reports in the Analytica console for each app ...
0
votes
0
answers
48
views
App Id is not captured in Google Tag Manager intermittent in Mobile App
Problem Description: App Id is not captured in Google Tag manager some time on submit button click event in Mobile App.
Problem Background : I am having verify OTP page(OTP grid) and Submit button in ...
1
vote
1
answer
79
views
How do I use multiple filters in the Google Analytics 4 API from Python?
I am using the Google Analytics 4 Data API with the Python client library to run reports. I'm able to run a report with a single FilterExpression to filter traffic where the country equals "...
0
votes
0
answers
55
views
How to universally exclude staging and local env data in GA4?
I'm working on a Next.js project and have a GA4 property set up to track my website's performance. The main issue is that my GA4 dashboard is collecting traffic data from my local development and ...
0
votes
0
answers
89
views
how to setup GA4 (Google Analytics 4) SKAN(SKAdNetwork) marketing ads campaign measurement iOS?
I am trying to understand new approach SKAdNetwork which is supported by Google Analytics.
What i want to do :
I want to check my on Google Analytics 1000$ spent where on ads marketing like ...
1
vote
1
answer
181
views
How can I get raw parameter values for a Firebase Analytics event (last 30 days) without using BigQuery?
I log a custom event from my Flutter app whenever a doctor expands the auto-interpretations. The event contains multiple identifying parameters (doctor id/name, organization id/name, test id, ...
0
votes
1
answer
71
views
The Google Analytics online environment for "@next/third-parties/google" does not run properly
The nextjs project uses Google Analytics, which works fine on localhost, but fails to execute after Docker deployment. The following is a screenshot of the console network.
export default function ...
1
vote
1
answer
120
views
How to Handle Missing events parameter values in DataLayer Without Triggering (not set) in GA4
I’m currently working on pushing ecommerce and non-ecommerce dataLayer events to GTM + GA4 setup.
My goal is to ensure that when event parameter values are unavailable, they appear as empty cells in ...
1
vote
0
answers
91
views
How to Send GA4 Events Without gtag/Tag Manager or Exposing Secret Key?
We are working on an Open Source Chrome extension: Digital Assistant Client
I'm trying to send event and page view data to Google Analytics 4 (GA4) without using the gtag.js script or Google Tag ...
1
vote
0
answers
104
views
Google Analytics not sending different pages aside from home page in ReactJS(Vite)
I'm using react-ga4 for my [portfolio[(https://vicentereyes.org). I have a PageViewTracker.jsx which has:
import { useEffect } from 'react';
import { useLocation } from 'react-router-dom';
import { ...
2
votes
1
answer
305
views
How to track screen views in Jetpack Compose using Google Analytics?
In the previous XML-based Android development, it was relatively straightforward to track screen views in Google Analytics by using separate activities for each screen.
Now that I’m using Jetpack ...
0
votes
0
answers
55
views
Cookie consent update - not adding GA cookies back to browser in MVC
I am having the option to update the cookie consent of user when browse my site.
Also, I have implemented the Google Analytics in my site.
These GA cookies are non-essential cookies.
When I accept the ...