21,330 questions
0
votes
0
answers
11
views
How to universally exclude staging and local env data in GA4?
I'm working on a Next.js project and have a GA4 property set up to track my website's performance. The main issue is that my GA4 dashboard is collecting traffic data from my local development and ...
-4
votes
0
answers
45
views
How to add google analytics on a base plan in wordpress? (Viralia.net) [closed]
How to add google analytics script in a wordpress base plan?
tried everything i can, is not possible to add plugins neither the code, gets stripped out.
I tried even with an iframe and doesn't work ...
1
vote
0
answers
31
views
how to setup GA4 (Google Analytics 4) SKAN(SKAdNetwork) marketing ads campaign measurement iOS?
I am trying to understand new approach SKAdNetwork which is supported by Google Analytics.
What i want to do :
I want to check my on Google Analytics 1000$ spent where on ads marketing like ...
1
vote
1
answer
100
views
How can I get raw parameter values for a Firebase Analytics event (last 30 days) without using BigQuery?
I log a custom event from my Flutter app whenever a doctor expands the auto-interpretations. The event contains multiple identifying parameters (doctor id/name, organization id/name, test id, ...
0
votes
1
answer
57
views
The Google Analytics online environment for "@next/third-parties/google" does not run properly
The nextjs project uses Google Analytics, which works fine on localhost, but fails to execute after Docker deployment. The following is a screenshot of the console network.
export default function ...
1
vote
1
answer
52
views
How to Handle Missing events parameter values in DataLayer Without Triggering (not set) in GA4
I’m currently working on pushing ecommerce and non-ecommerce dataLayer events to GTM + GA4 setup.
My goal is to ensure that when event parameter values are unavailable, they appear as empty cells in ...
1
vote
0
answers
45
views
How to Send GA4 Events Without gtag/Tag Manager or Exposing Secret Key?
We are working on an Open Source Chrome extension: Digital Assistant Client
I'm trying to send event and page view data to Google Analytics 4 (GA4) without using the gtag.js script or Google Tag ...
0
votes
0
answers
85
views
Google Analytics not sending different pages aside from home page in ReactJS(Vite)
I'm using react-ga4 for my [portfolio[(https://vicentereyes.org). I have a PageViewTracker.jsx which has:
import { useEffect } from 'react';
import { useLocation } from 'react-router-dom';
import { ...
1
vote
1
answer
118
views
How to track screen views in Jetpack Compose using Google Analytics?
In the previous XML-based Android development, it was relatively straightforward to track screen views in Google Analytics by using separate activities for each screen.
Now that I’m using Jetpack ...
0
votes
0
answers
41
views
Cookie consent update - not adding GA cookies back to browser in MVC
I am having the option to update the cookie consent of user when browse my site.
Also, I have implemented the Google Analytics in my site.
These GA cookies are non-essential cookies.
When I accept the ...
0
votes
0
answers
43
views
In GA4 API, how do you get page referral information? All queries are coming up null
What I'm trying to do:
I want to query GA4 to get a matrix of the top 1000 pages that match a specific regex, which is this:
r"^/page/[a-zA-Z]+$"
I have run other queries with this regex, ...
0
votes
1
answer
62
views
Is there a way to check which action triggers event in GA4?
I'm relatively new to GA4 and I made this simple table with 'Page path and screen class' and 'Event name' as rows, 'Event count' as values. There is a bunch of events with mostly clear names, but I ...
0
votes
0
answers
51
views
Drop in GA4 default events when migrating the front-end from Rails to NextJS
We have recently migrated our E-commerce application's front-end from Rails driven views to NextJS. We are using Google Analytics4 to send analytics data.
The issue I am facing is, after migrating to ...
0
votes
0
answers
79
views
The official Chrome documentation recommends exposing api_secret in the client, is this safe?
Looking at the official tutorial on Chrome Developer website, it says that:
The first step is to obtain an api_secret and measurement_id. Follow
the Measurement Protocol documentation for how to get ...
0
votes
0
answers
32
views
Unable to see screen name in User Activity in GA4
I'm trying to analyze user activity in user explorer in GA4.
I'm sending custom events in android via:
bundle.putString(com.google.firebase.analytics.FirebaseAnalytics.Param.SCREEN_NAME, ...