21,317 questions
0
votes
0
answers
14
views
How can I use "source" dimension to analyze a specific event in Google (Firebase) Analytics?
I'm using Google (Firebase) Analytics in an iOS app and track the event like follows.
Analytics.logEvent("event-name", parameters: [
AnalyticsParameterSource: "source-value"
])
...
4
votes
0
answers
81
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 ...
-1
votes
1
answer
22
views
How to see individual users that access a specific page
I'm currently using GA and Tag Manager on my website.
I need a report that contains the individual users that access a specific page in a specific timeframe. I do not care whether they did access one ...
0
votes
0
answers
19
views
Firebase Google analytics doesn't work in jetpack compose
I carefully did all the tutorial said, like 5 times already, and nothing works.
there's no any data in my firebase console, and yes i'm sure its this project.
Here is all i did:
Installed all ...
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
16
views
What does /null appended to the URL mean in Google Analytics
For some reason, we're having this report in Analytics where /null is getting added to the URLs like /this-is-a-page/null. Something to note is that when I go to the page and added something in the ...
0
votes
0
answers
18
views
Google Analytics Reports API - sufficient permissions for this profile [duplicate]
enter image description here
I'm sure I configured the entire project in both Google Analytics and Google Cloud but it still gives me this, I'm using the credentials from a file generated in JSON and ...
0
votes
1
answer
30
views
in GA4,the daily exported events are about to exceed 1 million. What should I do next?
I am using the Daily Export method to export some GA events to BigQuery, but the daily event volume is about to exceed 1 million. If I switch to the Streaming method, I might lose information such as ...
0
votes
1
answer
34
views
Automating Google Analytics Data Extraction to Oracle APEX Database
I'm looking to automate the extraction of Google Analytics data into an Oracle APEX database table without user interaction. I've successfully tested the API (POST https://analyticsdata.googleapis.com/...
-2
votes
0
answers
57
views
GTM Server Side tagging for mobile apps (iOS)
We are trying to implement GTM server-side tagging for the iOS app. I have done all the required settings as provided by the official documentation link https://developers.google.com/tag-platform/tag-...
0
votes
0
answers
42
views
How to send Google Analytics 4 e-commerce events using @next/third-parties/google package and sendGTMEvent function in Next.js?
We have a Next.js app that uses Pages Router. For the purposes of analytics, we implemented GA4 via GTM. This works fine for basic (and enhanced) tracking, but we need to send specific e-commerce ...
0
votes
0
answers
28
views
How to listen to Enhanced Measurement events from js?
I want to pass Enhanced Measurement events from Google Analytics through an iframe. Specifically I want to capture events, such as form_start and form_submit, etc and then send them to the parent ...
0
votes
1
answer
33
views
How to access the Google Analytics Data API via bash script using gcloud
On a Ubuntu server I want to regularly execute a script which calls the Google Analytics Data API in order to extract the 20 most visited pages of a website.
I have successfully installed the gcloud ...
1
vote
0
answers
35
views
Google analytics not assigning to traffic acquisition
I'm facing a problem with custom events sent to Google Analytics. The main problem is that custom sent events are being assigned only to user acquisition and not to traffic acquisition.
I'm sending 2 ...
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 ...