All Questions
28 questions
1
vote
0
answers
76
views
I'm new to GA4. Is there any best way for fetching data from GA4?
This is how I fetched the data from google analytics 4 using the nodejs client library '@google-analytics/data'.
Is there any other ways for fetching the GA4 data like usersByGender, UsersGeoMap(users ...
0
votes
1
answer
555
views
Can't complete Universal Analytics -> GA4 migration [closed]
The Setup Assistant says "6/7 complete", but there's nothing else left to do:
At the same time, I can tell that the migration is not complete because it's only collecting events for a ...
0
votes
1
answer
79
views
How to make Google Analytics send requests only from the main page of the site
Me need send traffic only from one page of the site.
I'm using React v17 and React Router v5.
I used Universal Analytics, but it no longer supports it, and Google Analytics 4 sends traffic to all ...
0
votes
1
answer
564
views
GA4 - gtag set behaviour
Using GA we could set dimensions using set:
ga ('set', 'ua_dimension1', 'dimensionValue');
And this dimensions would be applied to the rest of the calls.
But using GA4's set like this:
gtag('set', {'...
0
votes
1
answer
311
views
How to define Content Group in GA4 with Javascript (ie: using gtag instead of Tag Manager)
I'm migrating from Universal Analytics to Google Analytics 4. We don't use Google Tag Manager, we directly inject scripts on our web pages.
As suggested in migration guides, I integrated the GA4 ...
0
votes
1
answer
79
views
How can I manage the migration process from Universal Analytics to GA4?
I have a question for all of you. I’m assuming everyone knows about this whole Universal Analytics being replaced by Google Analytics 4. I watched a lot of videos, read a good amount of articles but I’...
2
votes
0
answers
604
views
Migrating to GA4. Will my analytics.js based UA-XXXXX code still work?
I have created a GA4 account for every UA account we were tracking. The actual UA-XXXX code is analytics.js based in the source code. After July 1, 2023 would I still continue receiving data on the ...
2
votes
0
answers
178
views
Migration to GA4. What will happen when I call window.ga on July 1st?
I understand that google analytics UA properties will no longer receive events come July 1st when everyone will be moved to GA4. However, I have custom events using the google analytics UA site method ...
0
votes
1
answer
434
views
How to ensure backup of Google Analytics Universal data after its discontinuation?
I would like to know if after the discontinuation of google analytics universal will it be possible to consult the data and for how long after the end of 2023? Anybody know?
I question this because I ...
0
votes
1
answer
856
views
Migrating to GA4, but can't find the "import from universal analytics" button
I have been using the universal analytics for years but google is pushing me to migrate it to GA4.
I'm trying to migrate to GA4 with my history universal analytics data but it sounds like impossible.
...
0
votes
1
answer
382
views
How to migrate Universal Analytics conversions to Google Analytics 4
I have added the Measurement ID and added the scripts to <head/ & <body/ tags as well, I am also able to see the real time data such as scroll, page-view events.
But when I go the Google ...
0
votes
2
answers
840
views
Google analytics tracking. I can't find where is coming from
I am auditing your Google Analytics account, and because of the non-standard implementation, I can't figure out how GA (universal analytics) is pushed into the site. Google Tag Assistant is detecting ...
1
vote
1
answer
1k
views
Google Analytics 4 (GA4) Event Counts Different from UA
Anyone migrated from Universal Analytics to GA4 showing event counts slightly off for custom events? I am using the same triggers in GTM so why would there be a discrepancy? What could cause this? I ...
0
votes
1
answer
402
views
How to Estimate Google BigQuery cost?
I am trying to estimate cost of linking Google Analytics to BigQuery.
In Google Cloud Pricing Calculator there are some variable that I need to specify in order to estimate costs, one of them are:
...
1
vote
1
answer
877
views
Migration from UA to GA4. Not able to receive event on GA4 dashboard
I have a existing UA dashboard with property ID (say UA-ABC). Now created a GA4 dashboard and have a measurement ID ( say GA-XYZ ). I was using a below python script to send the data to UA dashboard. ...