21,272 questions
0
votes
0
answers
13
views
Track summary details expand in Google Analytics G4
Im using the function details summary to show content on click.
<details>
<summary>
<a class="btn class goes here">My text to expand the content</a>
</summary>
...
0
votes
0
answers
30
views
Missing some events in BigQuery from Firebase Analytics integration
For some reason, certain events that are normally visible in Firebase Analytics cannot be found in our BigQuery database. Specifically, this concerns the screen_view and user_engagement events. These ...
0
votes
0
answers
22
views
Impact of missing consent signals
I am missing the ads consent signals as shown in the image - would they affect event tracking in analytics reporting? Because it says above "Demographic & interest insights" would be ...
0
votes
1
answer
36
views
How can I access users GA4 data using service account without adding service email as a user
I have a laravel project, where I try to get user's google analytics data. I created a OAuth2 authentication to get user's credentials. I also set a google cloud project, created a service account and ...
0
votes
1
answer
39
views
Google Tag Manager not working after upgrading TYPO3 from v11 to v12 (code present, no tracking)
we recently upgraded a TYPO3 website from version 11 to version 12, and since the update, Google Tag Manager (GTM) tracking is no longer working properly.
Here’s what we’ve observed:
GTM is ...
0
votes
0
answers
17
views
One Google Tag - Same destination Google Analytics and Google Ads
enter image description here
Seems that Google Tag shares destination with Google Analytics Tag (G-xxx) and Google Ads (AW-xxx). What can't I separate them and what is the issue if I leave them as is? ...
0
votes
1
answer
43
views
How are Android apps supposed to gather Analytics consent status for users in the EEA, any library to do it or do I need to implement custom UI?
So, if I press the "Set up consent mode" button, it just redirects to the Set up consent mode for apps page, which only shows that we can:
Add the following to the manifest:
<meta-data ...
1
vote
1
answer
52
views
How to send nested event_data object from GTM to GA4 without it appearing as [object Object] or being stored as a string?
I'm using Google Tag Manager (GTM) to integrate Google Analytics 4 (GA4) into my web project. My setup involves dynamic event tracking using custom variables like {{event}}, {{custom_trigger}}, and {{...
0
votes
0
answers
36
views
Google Analytics Support Form Not Working - How to Confirm and Gain Administrator Rights? [closed]
I'm trying to regain administrator access to a Google Analytics account after losing the original admin credentials. I followed the steps to submit a request via the official Google Analytics support ...
-1
votes
0
answers
57
views
Google Tag Manager: A policy function denied the permission request
Just about 2 weeks ago we noticed that this erorr been poping up on the preview mode. Can anyone englight me with some insights about this error? I've no clue what triggers this error.
How it happen:
...
3
votes
2
answers
112
views
Setting up user id in Google analytics with Google tag (gtag.js)
I have a user set up as follows with Google tag, gtag.js:
<!-- Google tag (gtag.js) -->
<script async src='https://www.googletagmanager.com/gtag/js?id=G-Lxxxxxxx'></script>
<...
1
vote
1
answer
112
views
GoogleTagManager from '@next/third-parties/google' not firing at all
I have this crazy issue with setting up GoogleTagManager in my NextJs project and I can't figure out what the issue is. This is my RootLayout component:
"use client"
import { Amplify } from &...
0
votes
0
answers
26
views
gtag is not sending custom event when redirecting to external page
I want to track when user clicks on the button which redirect to external page.
Implementation:
gtag("event", name, {
event_callback: () => onLinkOpen ? onLinkOpen(link) : window....
0
votes
0
answers
22
views
Google Analytics not showing complete url path
This is where I use my gTag for all server pages
google.ejs
<!DOCTYPE html>
<html lang="en">
<head>
<script
async
src="https://www....
0
votes
0
answers
57
views
How can I track if a user has opened a Firebase Cloud Messaging (FCM) notification on Android and iOS?
I'm using Firebase Cloud Messaging (FCM) to send push notifications to users of my mobile app Drooid, which is available on both Android and iOS.
I want to track whether a user opens a notification ...