21,285 questions
0
votes
0
answers
61
views
Google Analytics Api is not logging event if hit from server or via CURL
I am trying to hit this curl but not getting events on firebase console.
Below is curl example, I have verified creds as well. Same creds when used in mobile is working but not from server or with ...
1
vote
0
answers
58
views
Classic ASP & Google Analytic : How do I set up the tracking properties for my website
I'm maintaining a classic asp website and I'm trying to implement Google Analytic on one of the pages. And I have 2 types of javascript codes, which I used inside my classic asp.
With [Code 1], ...
0
votes
1
answer
143
views
Google Tag Manager is Breaking My Oxygen-Built Website (WordPress)
For the past year, I have had GTM integrated into my Oxygen-built website in the following form:
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/...
-1
votes
1
answer
94
views
Removing GTM container with associate hidden tags
Since last month i am facing tags problem. There is a tag called all together which i created somehow in gtm and merge it with google and gtag and now its not deleting. I cannot find it inside the ...
0
votes
0
answers
44
views
Google Analytics Report API - Socket timed out
I have integrated Google Analytics reports with my product. However, one particular user is consistently encountering a "Socket timed out - Read timeout" error when calling the Google ...
0
votes
0
answers
48
views
Firebase Analytics to BigQuery Export Not Working After Moving to US Multi-Region
I initially set up an integration between Firebase Analytics and BigQuery, mistakenly selecting us-central1 as the region. The export worked correctly, and data was flowing as expected.
Later, I ...
0
votes
1
answer
104
views
Events from my booking service not appearing in customers’ Google Analytics
Context.
I provide a third-party booking service that integrates with Google Analytics, but some customers report that events stopped showing up in their GA dashboards.
Setup
We host the tool ...
0
votes
0
answers
97
views
Custom E-Commerce Event not showing the Items data in GA4 reports and in Real time debugger
I have set up eCommerce tracking for my website using Google Analytics 4 (GA4) via Google Tag Manager (GTM). I have successfully implemented all recommended eCommerce events, such as add_to_cart, ...
0
votes
0
answers
49
views
flutter ios emulator stuck on splash screen when logging event using firebase google analytics
[ERROR:flutter/runtime/dart_vm_initializer.cc(40)] Unhandled Exception: PlatformException(channel-error, Unable to establish connection on channel., null, null)
#0 FirebaseCoreHostApi....
3
votes
3
answers
726
views
Getting backgroundservicestartnotallowedexception in Android App
Crash 1 : Fatal Exception: java.lang.RuntimeException
Error receiving broadcast Intent { act=com.google.analytics.RADIO_POWERED cat=[in.abc.android] flg=0x10 (has extras) } in com.google.android.gms....
0
votes
2
answers
109
views
Load GA4 script from specific component in angular
I am working with angular v12 to build a web page that will be user with different clients, and i can tell the difference between clients based on a query param (realm) which is unique per client, and ...
0
votes
1
answer
312
views
Google Analytics - "Your Google Tag code isn’t configured correctly" Warning
I'm working on a site built with Astro and have integrated Google Analytics via Google Tag Manager (GTM). I’ve also set up OneTrust for cookie consent. GA fires only when the user allows performance ...
0
votes
0
answers
35
views
How can I track page loaded only after a button click
I am using Google Tag Manager to track events.
After clicking a "register" button and I get redirected to a page with path "/activate".
I want to trigger an event only when I click ...
0
votes
0
answers
47
views
VIEW_ITEM event is not triggered on Android devices
I'm trying to track an event using 'view_item'.
All other events are triggered (view_item_list, add_to_cart) but not this one.
We don't have this problem on iOS.
Do you have any idea where the problem ...
1
vote
0
answers
51
views
Hi, I need to export the Audience dimensions using the Google API with Python, but I cannot find anything solid example on the internet
Basically I need to export GA4 data using the Google API(BigQuery is not an option) and in particular, I need to export the dimension userID(Which is traced by our team). Here I can see how to export ...
0
votes
0
answers
62
views
INVALID_ARGUMENT in Google Analytics
Unable to retrieve event parameters associated with events.
I am integrating Google Analytics into my website and trying to fetch events using the Analytics Data API. However, the parameters I sent ...
1
vote
0
answers
117
views
Dialogflow ES Analytics is blank
I am trying to obtain analytics on the most used intents in Dialogflow ES but every time I access the "Analytics" option the screen appears blank.
This has been happening to me for about 10 ...
0
votes
1
answer
329
views
Google Tag Manager - dataLayer has previous value of items for new Event (Next JS App)
I have two Event of GA on same page. First Event works on page view that is view_promotion and second is select_promotion .
for view_promotion, Iam sending data like =>
const items = newItems.map((...
0
votes
0
answers
40
views
delayed interactions on mobile due to Google tag manager
I’m facing a strange issue in my app where all click interactions on mobile devices are delayed by 2-3 seconds due to gtm.js. This issue persists even on high-end phones, but everything works fine on ...
1
vote
0
answers
75
views
Why do I get incompatible metrics and dimensions, when I apply filters with not_expressions?
I am using the Google Analytics API in python. With this API I want to fetch the number of purchase events per date for a specific product, I can do this as follows:
from google.analytics.data_v1beta....
0
votes
0
answers
69
views
Google analytics (not set) value
Issue with missing fields in event data
I'm experiencing an issue with our event tracking where some fields are being recorded as "(not set)" in the reports, even though the data is sent ...
0
votes
1
answer
189
views
How to send custom data in google analytics default GA4 events
I am using Google analytics in my angular project. Initially I simply added the google analytics reference in my index.html and was collecting the default event data like page_view. Recently I started ...
0
votes
1
answer
158
views
Google analytics 4 data ETL with AWS Glue
I want to import Google analytics4(GA4) data with AWS Glue. So, I created a connector that is datasource(GA4). And then, I'm creating Job which do ETL from connector. By the way, it occured an error ...
-1
votes
1
answer
66
views
How i can export user from GA4 with api
I would like to list users with permssion from account management and property management with api ( including user group but in web. it can selcect Expand all groups to their members. This will allow ...
0
votes
0
answers
86
views
Missing the events sent to GA4 from the measurement protocol API
I sent some events via the Measurement Protocol using the same code. For the same app_instance_id, and the same event such as value_limit_1_10, there's the situation where I sent 10 events but only 6 ...
0
votes
2
answers
303
views
Discrepancies in GA4 and Power BI Data
I am encountering discrepancies between GA4 data and Power BI data despite selecting the same dimensions, metrics, and date range in power bi and GA4 portal.
I used the Google Analytics 2.0 connector ...
0
votes
0
answers
115
views
How to retrieve attribution paths data via Google Analytics API?
I need help retrieving attribution paths data using the Google Analytics API.
Specifically, I'm looking to pull the following:
Metrics: Key events, Purchase revenue, Days to key events, and ...
0
votes
1
answer
102
views
How can I create a single time series chart with lines for each device category (mobile, desktop, tablet)?
I can't figure out how to map a single metric but filtered in a single time series chart. I want to see a single chart for Views, but different lines for mobile, desktop, and tablet users by day.
A ...
0
votes
0
answers
73
views
Google Analytics Tag in Flutter Web: Custom DataLayer Variable (customerID) Not Captured on Button Click
I'm working on a Flutter Web app and trying to dynamically push a customerID to the DataLayer for Google Analytics tracking when a button is clicked. Despite seeing the dataLayer object in the browser'...
0
votes
0
answers
60
views
gtag is working in standalone website but not working in iframe website
I have a website that gets embedded in any other website. In my iframe I want to load the gtag for tracking. I am loading the gtag script in following way
<Script
id="...
0
votes
0
answers
32
views
Stream data not showing up in DebugView
I'm fairly new to google analytics but I'm working on a tracking pixel that we include in our emails to see which users opened / read our newsletter.
We have to use this approach because the software ...
0
votes
0
answers
43
views
Google tag not firing in container loaded and container quality
I just had google tag installed on the website, setup the google tag in GTM and tested it - but for some reason it does not fire/active on "container loaded" - why is this? I can see in ...
0
votes
1
answer
352
views
How to identify GA4 key events in Google BigQuery (to correctly calculate engaged sessions)?
I'm exporting GA4 event data to Google BigQuery to later analyze the data.
In the GA4 property settings, you can mark specific events as "key events", which you can later use to optimize you ...
0
votes
0
answers
41
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"
])
...
5
votes
1
answer
257
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
59
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
149
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
154
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 ...
1
vote
0
answers
69
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
23
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
301
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
97
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/...
0
votes
0
answers
270
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
36
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
227
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
62
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
75
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
1
answer
124
views
How to Simplify Google Tag Manager Setup for Complex Sites?
I’ve been working on setting up tracking for a fairly complex website using Google Tag Manager. While GTM is a powerful tool, I often find the setup process to be time-consuming, especially for sites ...
1
vote
0
answers
158
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
46
views
Get purchases coming from an Google Ads with Google Analytics API
After payment on our website we trigger a 'conversion' tag to our Gads property with gtag(). Our google Tag manager has also a conversion Linker set and also a tag property that "catch" this ...