Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
123 views

I'm trying to do some digging into users' paths through a website using a Path Exploration in GA4. More specifically, I'd like to know the pages within the flow from which users are exiting and, when ...
Daveh0's user avatar
  • 1,022
0 votes
1 answer
112 views

Hi I have setup Google Tag Manager and added the script in the index file following the instructions and I added the AngulariticsModule, Angularitics2GoogleTagManager. But when I go to Google Tag ...
Adam's user avatar
  • 39
0 votes
1 answer
710 views

tl;dr: Should there be a sha256_ prefix to city, regon, postal code, country, and should I hash them or not? ---- details I am wondering wether google doesn't consider city, region and postal code a ...
Marin HTML's user avatar
0 votes
0 answers
189 views

I'm trying to use the Chrome Extension Analytics Debugger to check ga4 hits. The Analytics Debugger is opened on my developper tab, but i have no hits for GA4, but an instance is found. I'm seeing e-...
Léopold Ricard's user avatar
0 votes
0 answers
49 views

The Issue I cannot figure out how to run a report in the Google Analytics API for AlphaAnalyticsDataClient Alpha. There is seemingly no equivalent for client.run_report for Alpha. What would be the ...
Michael Lee's user avatar
0 votes
0 answers
71 views

We have created URLs with specific UTMs as identifiers, among them are unique Ad Content parameter. However, some of the Ad content hits we see in GA4 returns as numbers instead of our specifically ...
Curerious's user avatar
0 votes
1 answer
3k views

I'm using Wordpress and on my site I have link to my subdomain. When I click the link it adds query parameter _gl. I don't want it. I want my link to look clean. How to turn it off? When I click link ...
Vit Bernatik's user avatar
  • 3,852
0 votes
0 answers
59 views

I'm quite new to Google Analytics 4 (GA4) and Google Ads (GAds) and am trying to understand the basics. Because of upcoming strict privacy laws in the European Union, that is important to me. On https:...
Frank Conijn - Support Ukraine's user avatar
0 votes
1 answer
275 views

For security concern, we replaced "unsafe-inline" with nonce for script-src in CSP config for the script in index.html. script-src 'self' 'nonce-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx' ...
Adventitious Angles Qs Poster's user avatar
1 vote
0 answers
72 views

I'm currently working on passing the User ID to Google Ads using Google Tag Manager (GTM). I've successfully configured the data layer to pass the User ID, and I can see this working correctly in GTM'...
Bala Murali's user avatar
0 votes
1 answer
279 views

i have login time for multiple users and i want to show the average, min and max of the login time. how can i do that on GA4 ? following is my code: gtag('event', 'login_time', { event_category: '...
Hammad's user avatar
  • 47
0 votes
1 answer
213 views

If you can recognise this: <script src="https://www.googletagmanager.com/gtag/js?id=G-TOKENIDHERE"></script> It is a heavy file for the first second and so it matters. What I ...
SKB_BGPL's user avatar
  • 163
0 votes
1 answer
151 views

I have a flutter (ios & android) project. I'm trying to learn how to use Firebase Analytics. Everything is working fine in DebugView and I can see all the data I send. But I don't understand how ...
Yoann Far's user avatar
  • 322
0 votes
1 answer
177 views

I'm currently integrating Google Analytics tracking into my application, and I have a specific question about handling different domains. Domain 1: Website (e.g., https://mywebsite.com) I want to ...
mleister's user avatar
  • 2,714
1 vote
1 answer
309 views

I want to track custom events in GA4 via GTM. I have setup a GA4 custom event tags which works fine. See screenshot below for example, it's not 100% correct to be working as described here but it's ...
Link14's user avatar
  • 945
0 votes
1 answer
226 views

The behaviour I’m looking to understand (and ideally resolve) has to do with generating custom reports with a new companyId dimension created last week. I notice that with the code below, when I ...
mr. sudo's user avatar
  • 376
1 vote
0 answers
77 views

I have a mobile app, I use remote config to create different paywalls and ABtest them to users. But as I see in the AB test feature in Firebase, all I can track is 7 different metrics. I also figure ...
Giang Dang's user avatar
0 votes
1 answer
267 views

I'm a marketing professional who has been doing basic tagging and analytics for clients. I've encountered an account set up by someone with extensive development/analytics knowledge, and I'm ...
Sophie's user avatar
  • 1
0 votes
0 answers
89 views

I'm newbie to Firebase Analytics Web implementation. But here's my code: <!doctype html> <html lang="en"> <head> <meta charset="utf-8" /> <meta ...
Ali's user avatar
  • 1,472
0 votes
1 answer
139 views

I am developing a widget that can be added to a host website via snippet of js code that once rendered will add an iframe to the host website. Now my customers want to give me their GA tracking id so ...
Michael's user avatar
  • 23k
0 votes
0 answers
107 views

My product is a web-based video game and use Firebase with Google Analytics for tracking purpose. I don't know which Analytics version it is, becuase the Property ID only contains number. AFAIK, GA4 ...
noobsee's user avatar
  • 1,004
0 votes
1 answer
83 views

Is there a workaround to disable protocol checking in Google Analytics 4 for tracking user engagement in file-based applications like webOS apps, since GA4 no longer provides an option to disable it? ...
Teddy's user avatar
  • 1
0 votes
0 answers
409 views

I am experiencing a problem with the differences between the data I see in BigQuery and the data GA4 shows. Although sessions and events appear the same, I am having trouble categorizing channels. I ...
Mylan's user avatar
  • 1
0 votes
1 answer
41 views

In a flask web application with a PostGres database, I want to get the country of a user when they register and save it to the database. I am trying to do this with google analytics/ GA api on their ...
Thatguyfromthething's user avatar
0 votes
1 answer
44 views

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 ...
Michael's user avatar
  • 23k
1 vote
0 answers
97 views

I cannot figure out the data format used with the ReactGA4 package: https://www.npmjs.com/package/react-ga4 Google suggest to add many important parameters such as currency, items and prices: https://...
silveur's user avatar
  • 166
0 votes
1 answer
135 views

I'm currently using the ReactGA library in a React.js project to implement Google Analytics. My goal is to anonymize IP addresses to comply with GDPR regulations, but I'm having trouble getting it to ...
Jayant Singh's user avatar
0 votes
0 answers
70 views

Im developing a C++ Desktop application and trying to use Firebase Analytics using the Firebase C++ SDK from https://firebase.google.com/download/cpp I tried initializing the analytics module but the ...
Vaibhav Agarwal's user avatar
0 votes
1 answer
363 views

I'm building few tracking events which touch payment conversions, let's say this event name is event_123 in the Event Parameters I pass value (default Google parameter recognized with checkmark) and ...
Boleslaw's user avatar
0 votes
1 answer
355 views

I am unable to connect my Google Analytics data with Power Bi desktop. I pick the connector, add my google login details and I can see the Account and Property but I am unable to see the data tables ...
Bhavik Prajapati's user avatar
-1 votes
1 answer
259 views

I have a problem with GA4 and GTM, which i cant solve already for 3 days :( I created a GA4 tag and event, called it "login". It has a parameter "method" which default value is &...
Stephen White's user avatar
1 vote
1 answer
162 views

Can someone please help me add gtag to Chrome extension? My chrome extension includes a newtab.html page that overrides new tab. I found a tutorial here: https://github.com/GoogleChrome/chrome-...
abhiram's user avatar
  • 13
-1 votes
1 answer
58 views

I'm relatively new to programming, I need to pull weekly data from GA4 to a google sheet but I'm failing to get the data appended properly as it being inserted as an object in google sheets, I kind of ...
chiwarira's user avatar
0 votes
1 answer
70 views

I remember I was able to assign the channel groups via the final URL in earlier versions. Right now, I do not find the option to do so anmyore. I get traffic from my affiliate publishers, however they ...
TheFrakes's user avatar
  • 181
-1 votes
1 answer
637 views

I want to replace cmp cookiebot on my company's website with our own code to manage cookies , i paused the cookiebot tags in google tag manager , but i still see the cookiebot code in the code source ...
Mohamed Kronbi's user avatar
1 vote
0 answers
340 views

I have developed an Android app which is in review in Google Play Console as of now. I have integrated ads using google_mobile_ads from the method described in its page at https://pub.dev as I use ...
rusty's user avatar
  • 1,231
0 votes
1 answer
44 views

Active users duplicated on iOS (not on android) in Firebase from last one month. Ex: For One userID with the report is showing Total users:2 and Active Users: 3 with different device types like 3 ...
Sudhindranath's user avatar
0 votes
1 answer
169 views

I am new to salesforce and GA. I have created a custom redirect for my contact form. I have a form that has hidden utm fields. It has a layout template and as per my understanding I have to copy the ...
Shruthi Ravishankar's user avatar
1 vote
0 answers
34 views

We have Google Analytics set up on our web portal and store certain user-specific IDs (like department, company) in our database due to GDPR considerations. We want to display custom charts within the ...
user715022's user avatar
0 votes
1 answer
134 views

I am working with Firebase Analytics to track custom data in my Android app. Specifically, I want to store source and campaign_id values inside the collected_traffic_source.manual_source and ...
nikhil choudhary's user avatar
0 votes
0 answers
40 views

I have a chrome extension and I want to track analytics. Sending an event is fine, but, remembering users doesn't seem to be working. Google is showing every user as new; therefore, when I look at ...
OssenCoder's user avatar
0 votes
2 answers
59 views

I'm trying to capture this button-position value in a GTM variable on a link click, to differentiate different instances of a button being clicked: button-position value in the HTML The developer I'm ...
Tom's user avatar
  • 1
0 votes
1 answer
149 views

I find out that if a GA property MEASUREMENT ID is used in few Google Tag Managers then DebugView of this GA property stops working for all GTM-s. Probably, except the last one where it was configured ...
it3xl's user avatar
  • 2,722
0 votes
1 answer
88 views

I'm trying to count form fields that are filled in before a form is abandoned using a custom HTML GTM tag containing the following: <script> document.querySelector('.Form').addEventListener('...
Derek Johnson's user avatar
0 votes
3 answers
328 views

I am trying to write cypress tests for our google analytics tracking. At first glance it works with a test like this: describe('Basic GTM Tests', () => { it('Event ce.pageload gets fired on ...
maxhb's user avatar
  • 8,893
0 votes
1 answer
16 views

I am trying to download drivers from Dynabook, but there seems to be a GA-related issue. The console provides the following errors: pageTracker is undefined and pageTracker._trackEvent is not a ...
timvb's user avatar
  • 152
0 votes
1 answer
105 views

This is the only API I've seen behave like this. Setting export GOOGLE_APPLICATION_CREDENTIALS=mykey works but doing gcloud auth activate-service-account --key-file=mykey and then executing my code I ...
red888's user avatar
  • 32.3k
0 votes
1 answer
199 views

When I am using the GA4 report builder add on in google sheet, the data returned is limited to 10000 rows, how can I return the whole data? I tried to return the whole data for the selected period of ...
Hayder Hassan's user avatar
0 votes
2 answers
232 views

I'm experiencing a significant discrepancy in the total user count between BigQuery and GA4. I'm using Shopify and Elevar for server-side tracking. Over one week, there is a 15% discrepancy, and over ...
ali izadi's user avatar
  • 567
0 votes
2 answers
836 views

I am the new one in Google Analytics 4, so I have some (maybe dumb) questions. I am developing (React.js) website my-app.com and we have a lot of subdomains like test.my-app.com, hello.my-app.com, etc....
neman's user avatar
  • 314