1,555 questions
1
vote
0
answers
5
views
my window.datalayer is populated with events data, but I see nothing on my google analytics dashboard
I'm using next15 + @next/third-party-libraries for google analytics I correctly set the google Analytics provider
import { GoogleAnalytics } from '@next/third-parties/google'
export default function ...
-2
votes
0
answers
23
views
Issues with new vs established users in Google Analytics [closed]
I am working on a website that, according to Google Analytics, has traffic comprised of 85% new users and 15% returning. Knowing the userbase and how traffic is acquired, this does not make any sense, ...
0
votes
0
answers
14
views
Google Analytics Measurement Protocol (GA4) Events not showing in dashboard
I code the API/back-end and do not have a website/front-end yet with GTAG (Manager) implemented. For testing, I make a POST request to my endpoint /analytics/store-id using a fake but valid client_id. ...
4
votes
0
answers
82
views
Google Analytics event count is very low compared to actual count?
I have installed a google tag manager and that is sending all event to Google Analytics. Checked in Tag manager preview the event is triggering fine and data is going to Google Analytics. But the ...
0
votes
1
answer
24
views
Calculated field to sum a specific event
On Looker Studio I'm importing the data that comes from GA4 and I want to do the following:
Given a view, I want to understand which buttons the user has pressed and how may times that was made on a ...
0
votes
0
answers
28
views
Massive increase in GA4 sessions without increase in users or page views
On 4th November, something odd happened in our GA4 account - sessions jumped enormously, from all sources (except Direct):
GA4 chart showing huge jump in sessions on 4th Nov
At the same time, revenue ...
0
votes
0
answers
14
views
Google Tag Manager - Get Div instead of Img element
First.. I'm a newbie about GTM.
I want to track a DIV element that is a container for an IMG and another DIV(text).
By using GTM trigger All Clicks > Specific clicks > Click Classes contains >...
0
votes
0
answers
28
views
debug view of google analytics 4 stopped working on real devices and only works in the simulator
I have xcode version 16 and until recently I was able to successfully connect to debug view analytics of firebase to see my device connected there and the events.,
But suddenly I stop see my device ...
1
vote
0
answers
47
views
Incorrect data in GA4 realtime reporting API vs UI
When I use the Google Analytics RealTime API, I get a difference in the data between the API response and the data from the GA4 UI dashboard.
I want to retrieve the active users for the last 30 ...
0
votes
0
answers
22
views
Count the users that have clicked at least one of an events set in Looker Studio
I am using Looker Studio with a GA4 analytics property.
I have a series of events hit by users (event1, event2, event3) some of them have a parameter that needs to be taken into consideration for the ...
-1
votes
0
answers
26
views
Spotty data collection for GA4
I am attempting to register an event and its parameters when a user clicks an image. The image is an ad with an onclick handler function attached. The function, called OnImageClick, calls ...
1
vote
0
answers
47
views
How to enable DebugView in Google Analytics for dev and staging environments using @next/third-parties/google in NextJS 14?
I’m using Next 14 with page router to create my app and I integrated Google Analytics (GA).
I’m using the @next/third-parties/google library, so I’m not interacting with the Google Tag (gtag.js) API ...
0
votes
0
answers
12
views
Looker Studio GA4 Date Field creating a Custom Display Format
I'm trying to creat custom date format for my times series chart. Which currently is using the long 'Custom date format' which i have screenshot below.
Graph of the issue
Current date format being ...
1
vote
1
answer
43
views
how to determine number of users who exited website from a given page on a Path Exploration
I'm trying to do some digging into users' paths through a website using a Path Exploration in GA4. More specifically, I'd like to know the pages within the flow from which users are exiting and, when ...
1
vote
1
answer
27
views
The filter 'does not match regex' match type not working in GA4 API
I am using ga4 api and following is the code which is throwing error:
'AttributeError: DOES_NOT_MATCH_REGEX'
The same filter works on GA analaytics webpage but not here.
def run_ga4_report(...