556 questions
0
votes
0
answers
44
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
28
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 ...
2
votes
1
answer
684
views
Extracting hit-level data from Google Analytics
I am working on a project where I need to programmatically fetch the rawest possible data from Google Analytics, including historical data from both Universal Analytics (UA) and Google Analytics 4 (...
0
votes
2
answers
106
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 ...
0
votes
1
answer
86
views
Need help recreating a UA advanced segment in BigQuery
I am currently trying to recreate an advanced segment from UA into bigquery and running into issues getting the numbers to match.
I need to exclude all sessions from users who have ever completed an ...
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 ...
1
vote
0
answers
227
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
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
190
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 ...
1
vote
0
answers
272
views
Send events to GA4 from software written in C# code base
I have software built with the .NET framework which is written in C#. I previously use Universal Analytics to track all the actions the customers have performed in my software so that I know what ...
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’...
1
vote
1
answer
83
views
Universal Analytics event migration to GTAG usage
Good morning, right now I'm trying to migrate a bunch of Universal Analytic website events to the including of gtag library.
I'm wondering which would be the correct approach for migrating the current ...