3,621 questions with no answers
3
votes
0
answers
671
views
GA property access management : Can’t add service account
2nd imagehere’s the image I’ve been trying to add a service account and assign role in my Google analytics property access management, but when I enter the email and select the role it says Failed to ...
Advice
0
votes
0
replies
36
views
RTOS connection with analytics
My data in firebase is getting updated by nodered and is being shown in firebase realtime database.Its has temperature,pressure,humidity.I want to analyze in firebase itself using Google analytics.Can ...
1
vote
0
answers
106
views
How to make gtm.js SPFX integration work with the new Content Security Policy (CSP)?
My organisation couldn't test the new Sharepoint CSP policies ahead of time on our dev tenant and now I am trying to make our Google Tag Manager integration through SPFX Extension Custom Appplication ...
0
votes
0
answers
83
views
Google Analytics for logged-in users wildly off?
I set up Google Analytics for my Ruby on Rails site a while ago, and configured it to include a field to indicate if a user is logged in. The tag code looks like this (included in the page header on ...
2
votes
0
answers
186
views
Firebase Analytics first_open event has update_with_analytics = 1 after iOS device reset — why?
I’m using Google Firebase Analytics on my React Native iOS app and I’m seeing an unexpected behavior with the first_open event and the update_with_analytics parameter.
According to the Firebase ...
1
vote
0
answers
110
views
GA4 BigQuery Daily Export Missing Data After Specific Date
I have a GA4 property linked to BigQuery for daily export (both iOS and Web data streams selected, “export all events” enabled, no filters).
Everything was working fine until 2025-11-23, when the ...
Best practices
0
votes
0
replies
129
views
How to attribute Google Ads → APK download → sideloaded Android app install → sign-up (no Play Store)?
I have an Android app that users install by downloading an APK directly from my website (not on Google Play). I need to track the funnel:
Google Ads click → landing page → APK download → install → ...
1
vote
0
answers
475
views
How to setup Google Analytics 4 with Quasar SPA Vuejs app
Having a hard time finding documentation or resources on setup of GA4 tracking for Vuejs 3 Quasar based app using typescript.
Would be nice to figure out how to setup vue-gtag package with it.
If ...
1
vote
0
answers
163
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
0
answers
75
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 ...
2
votes
0
answers
61
views
Angular using Apache with Google Analytics
I have problems with Google not indexing my website meaning it cannot see the content of my website.
My website is an Angular application.
I saw this post ng-newletter saying that I could use Apache, ...
1
vote
0
answers
182
views
How to enable DebugView in Google Analytics for dev and staging environments using @next/third-parties/google in NextJS 14?
I’m using Next 14 with page router to create my app and I integrated Google Analytics (GA).
I’m using the @next/third-parties/google library, so I’m not interacting with the Google Tag (gtag.js) API ...
0
votes
0
answers
103
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
235
views
Data Discrepancy in Google Analytics & API Results in Google Spreadsheets
I have created this script to fetch data from Google Analytics. I have used the same segment(organic Traffic) and metrics that i need. But there is a small difference in Numbers. For most it wont ...
1
vote
0
answers
158
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 ...