Questions tagged [google-analytics]
Google Analytics is a free web analytics solution that uses JavaScript to send data. Use for questions only about implementing the JavaScript portion. Questions related to Google Analytics data or usage should be submitted to https://webapps.stackexchange.com/
20,475
questions
0
votes
0
answers
4
views
How can I view hourly chart in Google analytics 4?
Just wondering how can I view my reports (new users etc) in hourly chart format on Google Analytics 4?
Thanks
0
votes
0
answers
4
views
Adding Google Analytics Segments to AWS Appflow
I am trying to add segments to my AWS Appflow that is pulling Google Analytics data.
This is because I am running into Sampling problems(Google Analytics summarizes a lot of the data and makes ...
0
votes
0
answers
3
views
How to see purchase page title on GA4
In a GA4 property, I have purchase events.
The purchases occur on a payment page that has my ga4 code on it. It's not my domain,
but it has a title, and I can see these titles appear in the page_view ...
0
votes
0
answers
3
views
How to apply different and/or groups for multiple filters in PHP GA4?
I have to pull data using mutiple dimension filters using AND/OR operators in php GA4.
How to apply AND operator for the below dimension filters -
'dimensionFilter' => new FilterExpression([
...
0
votes
0
answers
5
views
For tracking product impressions which Google Analytics hit type should I use?
Currently for tracking product impressions, I am using below code:
let tracker = GAI.sharedInstance().defaultTracker
let builder = GAIDictionaryBuilder.createScreenView()
let product = ...
0
votes
0
answers
12
views
Does GA4 have an API that has multi-channel reporting support? [closed]
With Universal Analytics being deprecated in July of 2023 I am looking into GA4, but cannot find a GA4 version of the Multi-Channel Reporting API. If there isn't one live, are they planning an ...
-1
votes
0
answers
8
views
How to calculate the ctr on an event in GA or Data Studio? [closed]
I would like to know how to calculate the ctr on event in Data studio.
1
vote
0
answers
11
views
Adding Google analytics with consent manager to a SvelteKit website
I need to add Google Analytics to a SvelteKit website. The instructions from Google is that the script below should be added to the <head> tag, so I thought that I could just add it in app.html. ...
0
votes
0
answers
4
views
Google analytics & utm tracking duration
I'm just curious if someone can tell me how long google tracks campaigns with UTM parameters? Is it indefinitely or is it something i can tell it to stop?
0
votes
0
answers
15
views
Query Google Analytics Data API by Client Id
I am switching from Google Analytics universal to GA4. In doing so, I am now using the Google Analytics Data API. One feature I used to use was running reports based on client id. I don't see the ...
1
vote
0
answers
9
views
How should Google Analytics 4 be used with react native application?
We have a website, and a react-native based iOS and Android apps that present that website in a mobile app (with push notifications). If we have the website send the messages through a single G- ...
-1
votes
0
answers
9
views
Google Analytics 4: decrease in sessions/engaged sessions for same time period
I'm having a Google Analytics issue where session-related metrics (sessions and engaged sessions) are showing differently for the same period in the past. I've looked just about everywhere for an ...
0
votes
0
answers
5
views
Chrome User Experience Report does not have sufficient real-world speed data
For the past couple of months we started getting the below result on page speed lab tests on Pagespeed Insights (It was able to collect the data before and or page only went upwards in traffic since ...
-1
votes
0
answers
9
views
The number of Channel Grouping rules exceeds the recommended limit of 15 [closed]
I have the following question regarding the Google Analytics Default Channel Grouping.
Recently I had a warning message saying:
"Warning: The number of Channel Grouping rules exceeds the ...
-2
votes
1
answer
16
views
Integrate Google Analytics directly or via Tag Manager?
I am currently building a large NextJS application. I just need to integrate Google Analytics 4 for the client. Should I rather include Google Analytics directly in my application or include the Tag ...