3,661 questions with no answers
Best practices
0
votes
0
replies
59
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
446
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
118
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
56
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
59
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
158
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
62
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
225
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 ...
0
votes
0
answers
98
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
0
answers
101
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
116
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 { ...
0
votes
0
answers
63
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 ...
0
votes
0
answers
66
views
In GA4 API, how do you get page referral information? All queries are coming up null
What I'm trying to do:
I want to query GA4 to get a matrix of the top 1000 pages that match a specific regex, which is this:
r"^/page/[a-zA-Z]+$"
I have run other queries with this regex, ...
0
votes
0
answers
79
views
Drop in GA4 default events when migrating the front-end from Rails to NextJS
We have recently migrated our E-commerce application's front-end from Rails driven views to NextJS. We are using Google Analytics4 to send analytics data.
The issue I am facing is, after migrating to ...
0
votes
0
answers
50
views
Unable to see screen name in User Activity in GA4
I'm trying to analyze user activity in user explorer in GA4.
I'm sending custom events in android via:
bundle.putString(com.google.firebase.analytics.FirebaseAnalytics.Param.SCREEN_NAME, ...
0
votes
0
answers
28
views
Google Analytics : Why some columns under purchase event is empty?
I'm curious why the completion rate, abandonments, and abandonment rate appear blank in the Purchase section, despite purchase events successfully triggering from the website.
Here is the screenshot ...
0
votes
0
answers
80
views
Discrepancy in GA4 Event Count Between UI and Data API
I'm using the Google Analytics Data API v1beta to pull campaign-wise key events from my GA4 property, specifically tracking a custom event called Phone_Number_Click (configured via Google Tag Manager)....
0
votes
0
answers
71
views
iOS - Firebase debug view not showing any devices
I have Firebase configured in my app, but I'm having issues getting Debug view working. We're able to see the analytics in GA4, so they're getting through, but when I try to open the Debug view, I don'...
0
votes
0
answers
71
views
Firebase Android analytics data dropped to zero after Flutter and Gradle upgrade
I'm using Flutter with Firebase, and recently made a few upgrades. After the update, all Firebase analytics data from Android dropped to zero, while iOS data remains unaffected.
What I changed:
...
0
votes
0
answers
60
views
Using Express session ID as Client ID for an anonymised event count in Google Analytics
I am setting up Google Analytics for a web application. In addition to the standard client-side implementation, I want to track some events from the server, using the measurement protocol.
This should ...
1
vote
0
answers
109
views
How to redact sensitive information from URLs in GA4 using Google Tag Manager 360?
I'm working with Google Tag Manager 360 and GA4, and I'm trying to ensure that no sensitive information is sent in the page URL or path when data is sent to Google Analytics. My Application is a ...
0
votes
0
answers
65
views
Missing some events in BigQuery from Firebase Analytics integration
For some reason, certain events that are normally visible in Firebase Analytics cannot be found in our BigQuery database. Specifically, this concerns the screen_view and user_engagement events. These ...
0
votes
0
answers
112
views
Impact of missing consent signals
I am missing the ads consent signals as shown in the image - would they affect event tracking in analytics reporting? Because it says above "Demographic & interest insights" would be ...
2
votes
0
answers
362
views
How should I track a mobile app landing page with Firebase / Google Analytics
Right now I have a mobile app with both iOS and Android version using Firebase.
Users and events tracking is done with Firebase.
The Firebase account is also linked to Google Analytics for better ...
0
votes
0
answers
45
views
One Google Tag - Same destination Google Analytics and Google Ads
enter image description here
Seems that Google Tag shares destination with Google Analytics Tag (G-xxx) and Google Ads (AW-xxx). What can't I separate them and what is the issue if I leave them as is? ...
0
votes
0
answers
54
views
gtag is not sending custom event when redirecting to external page
I want to track when user clicks on the button which redirect to external page.
Implementation:
gtag("event", name, {
event_callback: () => onLinkOpen ? onLinkOpen(link) : window....
0
votes
0
answers
40
views
parameter to get GA Devices Resolution data from GA Account to Web site
I have problem to get GA Devices Resolution data from GA Account to Web site. I had already set-up GA account with web site and that's working fine. I'm facing problem to fetch Device Resolution data :...
0
votes
0
answers
26
views
Google Analytics not showing complete url path
This is where I use my gTag for all server pages
google.ejs
<!DOCTYPE html>
<html lang="en">
<head>
<script
async
src="https://www....
0
votes
0
answers
68
views
How can I track if a user has opened a Firebase Cloud Messaging (FCM) notification on Android and iOS?
I'm using Firebase Cloud Messaging (FCM) to send push notifications to users of my mobile app Drooid, which is available on both Android and iOS.
I want to track whether a user opens a notification ...
0
votes
0
answers
70
views
Google Analytics session id being incorrectly persisted in data
I'm debugging an e-commerce site which isn't seeing any attribution data on checkouts.
I've set up the GA4 BigQuery export and have found that within event_params the session id is sometimes being ...
1
vote
0
answers
52
views
Inconsistent in_app_purchase Logging Firebase Analytics
I have a react native application using the Firebase SDK Analytics. I tried comparing the in_app_purchase event with the Order Management tool in the Play Store console. I noticed some inconsistencies,...
3
votes
0
answers
311
views
Flutter: how to track and attribute mobile app installs
I have a small Flutter app and plan to promote it through both posts and ads on Google, Meta, and TikTok. The customer journey follows one of these paths:
Ad/Post or organic traffic → Website → Click ...
0
votes
0
answers
61
views
Google Analytics Api is not logging event if hit from server or via CURL
I am trying to hit this curl but not getting events on firebase console.
Below is curl example, I have verified creds as well. Same creds when used in mobile is working but not from server or with ...
1
vote
0
answers
58
views
Classic ASP & Google Analytic : How do I set up the tracking properties for my website
I'm maintaining a classic asp website and I'm trying to implement Google Analytic on one of the pages. And I have 2 types of javascript codes, which I used inside my classic asp.
With [Code 1], ...
0
votes
0
answers
44
views
Google Analytics Report API - Socket timed out
I have integrated Google Analytics reports with my product. However, one particular user is consistently encountering a "Socket timed out - Read timeout" error when calling the Google ...
0
votes
0
answers
48
views
Firebase Analytics to BigQuery Export Not Working After Moving to US Multi-Region
I initially set up an integration between Firebase Analytics and BigQuery, mistakenly selecting us-central1 as the region. The export worked correctly, and data was flowing as expected.
Later, I ...
0
votes
0
answers
97
views
Custom E-Commerce Event not showing the Items data in GA4 reports and in Real time debugger
I have set up eCommerce tracking for my website using Google Analytics 4 (GA4) via Google Tag Manager (GTM). I have successfully implemented all recommended eCommerce events, such as add_to_cart, ...
0
votes
0
answers
49
views
flutter ios emulator stuck on splash screen when logging event using firebase google analytics
[ERROR:flutter/runtime/dart_vm_initializer.cc(40)] Unhandled Exception: PlatformException(channel-error, Unable to establish connection on channel., null, null)
#0 FirebaseCoreHostApi....
1
vote
0
answers
117
views
Dialogflow ES Analytics is blank
I am trying to obtain analytics on the most used intents in Dialogflow ES but every time I access the "Analytics" option the screen appears blank.
This has been happening to me for about 10 ...
0
votes
0
answers
47
views
VIEW_ITEM event is not triggered on Android devices
I'm trying to track an event using 'view_item'.
All other events are triggered (view_item_list, add_to_cart) but not this one.
We don't have this problem on iOS.
Do you have any idea where the problem ...
0
votes
0
answers
35
views
How can I track page loaded only after a button click
I am using Google Tag Manager to track events.
After clicking a "register" button and I get redirected to a page with path "/activate".
I want to trigger an event only when I click ...
1
vote
0
answers
51
views
Hi, I need to export the Audience dimensions using the Google API with Python, but I cannot find anything solid example on the internet
Basically I need to export GA4 data using the Google API(BigQuery is not an option) and in particular, I need to export the dimension userID(Which is traced by our team). Here I can see how to export ...
0
votes
0
answers
62
views
INVALID_ARGUMENT in Google Analytics
Unable to retrieve event parameters associated with events.
I am integrating Google Analytics into my website and trying to fetch events using the Analytics Data API. However, the parameters I sent ...
0
votes
0
answers
40
views
delayed interactions on mobile due to Google tag manager
I’m facing a strange issue in my app where all click interactions on mobile devices are delayed by 2-3 seconds due to gtm.js. This issue persists even on high-end phones, but everything works fine on ...
1
vote
0
answers
75
views
Why do I get incompatible metrics and dimensions, when I apply filters with not_expressions?
I am using the Google Analytics API in python. With this API I want to fetch the number of purchase events per date for a specific product, I can do this as follows:
from google.analytics.data_v1beta....
0
votes
0
answers
69
views
Google analytics (not set) value
Issue with missing fields in event data
I'm experiencing an issue with our event tracking where some fields are being recorded as "(not set)" in the reports, even though the data is sent ...
0
votes
0
answers
86
views
Missing the events sent to GA4 from the measurement protocol API
I sent some events via the Measurement Protocol using the same code. For the same app_instance_id, and the same event such as value_limit_1_10, there's the situation where I sent 10 events but only 6 ...
0
votes
0
answers
60
views
gtag is working in standalone website but not working in iframe website
I have a website that gets embedded in any other website. In my iframe I want to load the gtag for tracking. I am loading the gtag script in following way
<Script
id="...
0
votes
0
answers
115
views
How to retrieve attribution paths data via Google Analytics API?
I need help retrieving attribution paths data using the Google Analytics API.
Specifically, I'm looking to pull the following:
Metrics: Key events, Purchase revenue, Days to key events, and ...
1
vote
0
answers
535
views
Google analytics ecommerce not working
Here is my code:
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s....