All Questions
Tagged with google-analytics universal-analytics
485 questions
0
votes
0
answers
33
views
Google Analytics UA: How to show the sessions from Google and a specific URL
I'm trying to export historical data from Universal Analytics before its closure. I want to get the sessions that came from Google results and launched 'https://example.com/product/whataver'.
For that,...
0
votes
0
answers
26
views
Apply an Event Label Filter to the Product Revenue metric in GBQ using Universal GA Data in Looker
I've got an event cat/action/label filter for my Authenticated vs Non-Authenticated users (written into the data layer and working in Universal Analytics) and I am trying to apply it to the product ...
0
votes
2
answers
105
views
Universal analytics backup & story to big-queary
I want to export data from GA [Universal Analytics] and store that data to big Queary. I'm new to GA to just want to understand how I can start this process and you can refer any resources.
My plan is ...
1
vote
0
answers
58
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 ...
1
vote
1
answer
530
views
Can't complete Universal Analytics -> GA4 migration
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
76
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 ...
1
vote
0
answers
206
views
Google Analytics (UA): How the hell is it possible that the number of 'New Visitor' users is greater than the number of 'New Users'?
I understand that the opposite case may occur, that is, that the number of "New Users" is greater than that of "New Visitor" users, because there are times when the same person can ...
0
votes
1
answer
512
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
302
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
187
views
Python API call sampling issue
I am trying to programmatically(in python) recreate the Conversions>ecommerce>product performance report with product as the primary dimension and campaign as the secondary.
I appear to be ...
0
votes
1
answer
75
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
578
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
177
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
432
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
93
views
What is the impact of Universal analytics deprecation on Magento 2
To send ecommerce data from Magento 2 to analytics, we have out of the box configuration in admin Magento 2. In which we are adding universal tracking ID (UA-XXXXXXX-1), then its starts sending ...