Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
36 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
1 vote
0 answers
51 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
  • 948
1 vote
1 answer
114 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
60 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
58 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
53 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
91 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
140 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
43 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
50 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
79 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
57 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
83 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.3k
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
0 votes
1 answer
88 views

django-minify-html breaks Google Analytics injection

I'm running into an issue and would appreciate some pointers. I have a production Django app where I included Google Analytics using a context processor and conditionally render it in my base.html ...
k3r0's user avatar
  • 327

15 30 50 per page
1
2 3 4 5
…
1422