Skip to main content
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 ...
Rafay Rashed's user avatar
-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 ...
Filippo oretti's user avatar
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 ...
Jatin's user avatar
  • 938
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, ...
Player91's user avatar
  • 133
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 ...
Teeeeee's user avatar
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 ...
user31103993's user avatar
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 ...
Yureshwar Ravuri's user avatar
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 { ...
Vicente Antonio G. Reyes's user avatar
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 ...
Curious Head's user avatar
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 ...
Lalitha's user avatar
  • 67
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, ...
JClaussFTW's user avatar
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 ...
Layron's user avatar
  • 47
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 ...
Puneet Pandey's user avatar
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 ...
TSR's user avatar
  • 21.2k
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, ...
nutella_eater's user avatar

15 30 50 per page
1
2 3 4 5
1422