21,291 questions
0
votes
0
answers
17
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....
2
votes
2
answers
59
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....
1
vote
2
answers
34
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
51
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
23
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
26
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
19
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
32
views
GA4 Conversion Tracking Issue: Purchases Appearing as "Unassigned" in Reports [closed]
I'm tracking users on my website using GA4 (client-side) and sending purchase events via the Measurement Protocol API (server-side).
However, nearly half of the purchases appear under the "...
-5
votes
0
answers
62
views
Is it possible to create a google tag tracking event using google apps script? [closed]
I wanna create a custom function in google appsscript to create a custom event in GA4, is it possible??
I tried to do this by connecting the google analytics api. And trying to create a js function in ...
0
votes
0
answers
28
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
99
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
60
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
25
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
42
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
35
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 ...