All Questions
53 questions
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’...
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 ...
3
votes
1
answer
2k
views
Combining/Linking custom events in Google Analytics 4
I am using GA-4 to track user activity on my nextJs website. I have a few custom dimensions and custom metrics to satisfy my requirements. For example, I am firing the event, userDetailsEvent with ...
2
votes
1
answer
668
views
Google Analytics api Params for custom channel grouping
I created a custom channel grouping to tag my traffic from referral and email with a specific UTM parameter now the data is collecting and in GA acquisition > Channel I am able to choose my custom ...
0
votes
1
answer
844
views
Why is google analytics setting an obsolete cookie when I have entered the correct code?
I have a shopify website and I have added the tracking code that was provided on google analytics website. This was entered and the cookies that are showing up are :
_ga
_gat
_gid
_gat_UA-
The first ...
1
vote
1
answer
1k
views
Google Analytics - Match UserID with my site's account ID
Each of my registered clients have an unique account ID (eg: agent n°: 00173393).
I want to retrieve this information through google analytics... It's not a personal information and for statistics ...
1
vote
0
answers
55
views
After Changes to Google Analytics Tracking Code - Returning Users Considered New Users?
I need to change a piece of code in my Universal Analytics snippet from:
ga("create", "UA-######-#", {"cookieDomain":".ourdomainname.com"});
to:
ga("create", "UA-######-#", {"cookieDomain":"auto"});...
1
vote
0
answers
144
views
Does Google Analytics need cross domain tracking in Facebook Instant Articles?
Our site publishes articles on WordPress and also provides some of these posts to Facebook Instant Articles in a feed.
I'm in the process of upgrading our site's Google Analytics code to Universal ...
0
votes
1
answer
50
views
Google Universal Analytics - Cross domain issue
I have configured two properties under one account. First property has website name like www.example.com and my second property has website name like www.abc.example.com.
So in my case, if a user is ...
0
votes
1
answer
190
views
New vs Returning Users by sessions or pageviews
I'm trying to guage my new vs returning user rate for a specific page.
When I set User Type against Sessions it tells me that New Users account for 75%, but then when I set User Type against ...
1
vote
1
answer
91
views
Universal Analytics subdomain tracking
So far in the classic Google Analytics we just had to add parameter to tracking code like:
_setDomainName('yourDomainName')
What method should I use with Universal Analytics to track traffic on my ...
0
votes
1
answer
156
views
Is it possible to pass data into annotations in Google Analytics?
I would like to pass data into annotations in Google Analytics. Is it currenty possible?
1
vote
1
answer
3k
views
Google Analytics V4 API: Get data for last 30 days
I'm playing around with the reporting api v4 from google analytics. I want to display a graph in my backend, where I show the last 30 days of some metrics. The problem is, I only get accumulated / ...
2
votes
1
answer
4k
views
How to properly use multiple tracking IDs in Google Analytics
My current setup for Google Analytics looks like this:
ga('create', 'UA-XXXXXXXX-1', 'auto');
ga('require', 'displayfeatures');
ga('send', 'pageview');
I read this article explaining how to track ...
0
votes
0
answers
157
views
Google Analytics cross domain configuration through Myleadpages subdomains
I have the issue with the cross-domain tracking though I studied all the cases and official Google guidelines.
I have the website www.familyhealthchiropractic.com
I also have the lead form page https:...