google-analytics-4 Questions
2
I would like to use Google Analytics from a script (using explicit HTTP requests) and understand that Google Analytics 4 with the Measurement Protocol would be the way to go. I have created a new P...
Fennelly asked 14/1, 2022 at 10:4
0
I know that GA 4 is still not supported and the development under ID #24621 goes not further. They say GA4 should do the AMP part.
Universal Analytics will stopp at 1st July 2023 and I have a AMP o...
Neologism asked 24/3, 2022 at 6:31
2
We've set Google Analytics GA4 event transfer via Measurement Protocol. We followed documentation fully - https://developers.google.com/analytics/devguides/collection/protocol/ga4/sending-events?cl...
Capitalism asked 21/10, 2021 at 7:58
2
I upgraded to Google Analytics 4 and struggle to display event parameters in Google Data Studio. I created an event parameter in Google Tag Manager to track the ID of a link. Now I want to display ...
Bohman asked 5/1, 2021 at 14:0
2
I've been searching on the internet for the difference between Google Analytics and Firebase Analytics, with little to no success.
Could anyone help me understand how they are connected? Are they e...
Copyreader asked 6/11, 2020 at 10:33
3
I'm trying to add Google Analytics GA4 to a React Application,
index.html
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Da...
Callisthenics asked 5/2, 2021 at 16:1
1
Solved
In Google Analytics v3 it was possible to anonymize the user's IP address using
{ anonymize_ip: true }
On the official GA4 page I can't find any information about it and some turorials suggest to ...
Clipper asked 3/12, 2021 at 12:39
2
For a new project I want to use Google Analytics 4.
Until today I was using the normal Google Analytics and on my privay policy page I have had an Google Opt Out Cookie.
This was implement by an ...
Darrel asked 13/12, 2020 at 11:10
1
Solved
I'm using GA4 and I want to add some custom parameters to 'items' parameter in some events.
Reading the documentation I found this reference that have this observation: "Item parameters can ha...
Actor asked 14/10, 2021 at 19:30
1
Background:
I am tracking acquisition data to a mobile application. Certain links redirect to App Store or Google Play store through my website, where Google Analytics collects data on those redire...
Heideheidegger asked 25/7, 2021 at 7:51
2
I am trying to use Google Analytics Data API v1 with PHP. I imported google/analytics-data with composer, then set up the whole API correctly and I get all my pages with the views. But I need to fi...
Lettyletup asked 27/4, 2021 at 14:5
1
Solved
I've recently added a Google Analytics GA4 tag to a website for the purpose of counting the currently active users. Before, I could see the number of real-time users right now (I think it had a one...
Nunuance asked 16/7, 2021 at 11:33
1
Solved
There is no “Browser version” dimension in the GA4 API: https://developers.google.com/analytics/devguides/reporting/data/v1/api-schema#dimensions
Also it is not found in the Reports section of the ...
Tobietobin asked 5/7, 2021 at 12:20
1
Solved
I have multiple angular applications that have been tracking page views with logic similar to the one described in this blog.
I will also add the relevant code pieces here to avoid third party refe...
Vinny asked 30/4, 2021 at 9:21
1
While using GA4 view_cart, begin_checkout, add_payment_info events for Item array Price parameter is appending multiple zeros in GA debug view.
For example:
we are sending price as below for items
...
Kuykendall asked 23/4, 2021 at 6:16
1
Solved
I use sample code
cd cloudshell_open/nodejs-analytics-data/samples/
node quickstart_json_credentials.js propertyId MY.json
propertyId:This site
generated
MY.json:generated
Response is error.
7 ...
Scriptural asked 15/4, 2021 at 7:43
2
Solved
I've added my tracking id to my config.toml and everything looks like its matching up. Yet I haven’t seen any realtime data come in when I launch https://analytics.google.com/
theme = "osprey-...
Lottery asked 24/11, 2020 at 19:16
1
Solved
I have a basic static / single page app I added Google Analytics 4 (GA4) to using gtag. Page views are tracked as expected when I load my app locally via http://localhost:8080. However, when I embe...
Flageolet asked 13/1, 2021 at 4:13
0
For GA3 analytics.js (Universal Analytics) we can disable protocol checking by ga('set', 'checkProtocolTask', null) ( https://developers.google.com/analytics/devguides/collection/analyticsjs/tasks#...
Corrigan asked 7/12, 2020 at 8:51
1
I have been trying to integrate Google analytics in my react app and i used every way mentioned on this thread and all solutions are failing. Below are the methods i tried and the corresponding err...
Syce asked 2/11, 2020 at 11:41
1
Solved
How do you create a view within Google Analytics v4? I am trying to query for Analytics data, specifically conversion information. However, I cannot find adequate documentation for this new version...
Goren asked 20/10, 2020 at 23:43
© 2022 - 2024 — McMap. All rights reserved.