5,024 questions
0
votes
0
answers
31
views
Google Analytics DebugView is not working
I'm having some issues with the Google Analytics Debug View. I have set up Google Analytics and Google Tag Manager in WordPress for our website, and everything seems to be configured correctly.
...
0
votes
0
answers
30
views
Why does Meta Pixel only receive my custom Purchase ALL event and not the standard Purchase event via Google Tag Manager?
I’m implementing the Meta (Facebook) Pixel via Google Tag Manager for an e-commerce website (Odoo webshop).
On the order confirmation page I want to send the **standard** `Purchase` event to Meta so I ...
0
votes
1
answer
74
views
Detecting In App WebViews in GTM: Filtering Android/iOS WebViews from Browser List
We are trying to accurately detect whether a user is viewing our customers site through an in-app WebView (like Android WebView or Safari in-app) versus a normal browser. The goal is to filter in-app ...
0
votes
0
answers
58
views
App Id is not captured in Google Tag Manager intermittent in Mobile App
Problem Description: App Id is not captured in Google Tag manager some time on submit button click event in Mobile App.
Problem Background : I am having verify OTP page(OTP grid) and Submit button in ...
0
votes
0
answers
56
views
LinkedIn CAPI via stape.io - amount sent but not recorded on LinkedIn
I am using the stape.io LinkedIn CAPI template in the server-side GTM, and the purchase event is being sent and received (visible in the LinkedIn interface) successfully. I am sending the event time, ...
1
vote
0
answers
230
views
How to disable Cloudflare's Google Tag Gateway for specific pages of my website?
After I activate Google Tag in Cloudflare with Google Tag Gateway for Advertisers, it is being inserted to all pages of my website. I want to exclude it on some pages of my website (like, admin UI).
...
3
votes
0
answers
42
views
Integrating CookieBot via GTM on Hostinger AI builder
I've implemented CookieBot in GTM by the official guides: https://support.cookiebot.com/hc/en-us/articles/360003793854-Google-Tag-Manager-deployment
No matter what I do, Google Consent Mode scanner ...
0
votes
0
answers
30
views
Form appearing at the top of each page when Google Tag Manager script is added
Why does an unstyled form appear at the top of all pages when I add in the Google Tag Manager script?
This is the code:
<!-- Google Tag Manager -->
<script>
(function(w,d,s,l,i){w[l]=w[l]||...
2
votes
0
answers
95
views
How to exclude specific pages from Google Tag Manager page view tracking in a Next.js 15 app
How do I exclude some pages from Google page_view reports?
My app is a nextjs15, I tried from the code but apparently you have to do it via triggers, so I set up 2 like the image below:
With the ...
1
vote
1
answer
143
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 ...
0
votes
1
answer
69
views
I am trying create tags with a custom template type outside of GTM's TAG UI but through GTM container import
I'm trying to create copies of existing GTM tags (GA4 event Type) using custom tag type template for Mixpanel.
I created the first few tags manaully via the GTM Tag UI. The tag type for these newly ...
0
votes
0
answers
79
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
48
views
GTM visibility trigger doesn't work on DOM changes
I've got this element on my website.
The card in front has an id, which starts with storycard_<uniquenumber> and is a direct descendant from a div with class slider__item--active
When I click ...
0
votes
0
answers
91
views
Tracking Qgiv embedded form via GTM on my website
I’m trying to track my Qgiv Donation Form via GTM on my website. The form is embedded using an iframe. The default GTM variables I imported into my GTM container seem to work within the form's own ...
0
votes
4
answers
558
views
Enhanced Conversions Missing from GA4 Tag in Tag Manager
I seem to be missing the “Include user-provided data from website” option in my web GTM GA4 event tag. Other past checkboxes have disappeared too. Checking other Google Tag Manager containers, too, ...
1
vote
0
answers
109
views
How to redact sensitive information from URLs in GA4 using Google Tag Manager 360?
I'm working with Google Tag Manager 360 and GA4, and I'm trying to ensure that no sensitive information is sent in the page URL or path when data is sent to Google Analytics. My Application is a ...
0
votes
1
answer
97
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 ...
1
vote
1
answer
55
views
How to solve this problem in the addon instalation in Hybris?
I try install a custom addon in Hybris 2211-32 that as follow way:
ant addoninstall -Daddonnames="googletagmanager" -DaddonStorefront.yacceleratorstorefront="...
0
votes
0
answers
45
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? ...
1
vote
1
answer
229
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
186
views
CORS Issues with GTM Server-Side Container on Cloud Run – Help Needed
I’m experiencing persistent CORS issues when trying to send events from my web container (GTM Web) to my GTM Server-Side container deployed on Cloud Run. Despite my best efforts and various tests, I ...
1
vote
1
answer
307
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
47
views
OAuth2: Successfully Authorized but createGTMVariable Function Requires Reauthorization
Authentication Setup
This section initializes the OAuth2 service for authenticating with the GTM API. The getOAuthService function sets up the OAuth2 flow by defining the authorization base URL, token ...
0
votes
0
answers
196
views
Potential CSP issue with Safari only devices and Google Tag Manager
I am running into an issue with a eCommerce website that appears to work fine on desktop and Android browsers, however when loading the site on a Apple based device with Safari it is breaking some ...
0
votes
0
answers
61
views
Adwords AW-Tag: Difference betweeen Tag-Manager and gtag implementation
For years we had the Google Ads "AW-..." - Tag implemented as "gtag('config', 'AW-....');". The Google Tag Assistant showed hits of the type "Remarketing" "Page Call&...
3
votes
0
answers
312
views
Flutter: how to track and attribute mobile app installs
I have a small Flutter app and plan to promote it through both posts and ads on Google, Meta, and TikTok. The customer journey follows one of these paths:
Ad/Post or organic traffic → Website → Click ...
0
votes
0
answers
45
views
Addings Tags for Google Tag Manager in Python
I am now having issues uploading tags from python to gtm. It is all connected, I am using the measurement id from gtm but it keeps telling me its missing?
ga_tag={
"name": "...
0
votes
1
answer
67
views
Adding Tags and Triggers to GTM with Python
Hi I am connected to my Google Tag Manager account via python. the below code successfully adds a new trigger. but I want to be able to add the conditions (see image)
The trigger is created with ONLY &...
0
votes
1
answer
143
views
Google Tag Manager is Breaking My Oxygen-Built Website (WordPress)
For the past year, I have had GTM integrated into my Oxygen-built website in the following form:
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/...
-1
votes
1
answer
94
views
Removing GTM container with associate hidden tags
Since last month i am facing tags problem. There is a tag called all together which i created somehow in gtm and merge it with google and gtag and now its not deleting. I cannot find it inside the ...
0
votes
1
answer
104
views
Events from my booking service not appearing in customers’ Google Analytics
Context.
I provide a third-party booking service that integrates with Google Analytics, but some customers report that events stopped showing up in their GA dashboards.
Setup
We host the tool ...
0
votes
0
answers
127
views
How can I setup GTM triggers to track website forms interaction, when a user starts filling out or submitted, here forms created using 3rd-party apps?
I have a website built on Shopify using the Dawn 15.2.0 theme. This theme comes with some pre-installed forms and basic new form creation options.
Whenever I submit or start filling out any of these ...
0
votes
1
answer
314
views
Google Analytics - "Your Google Tag code isn’t configured correctly" Warning
I'm working on a site built with Astro and have integrated Google Analytics via Google Tag Manager (GTM). I’ve also set up OneTrust for cookie consent. GA fires only when the user allows performance ...
0
votes
0
answers
35
views
How can I track page loaded only after a button click
I am using Google Tag Manager to track events.
After clicking a "register" button and I get redirected to a page with path "/activate".
I want to trigger an event only when I click ...
0
votes
0
answers
47
views
VIEW_ITEM event is not triggered on Android devices
I'm trying to track an event using 'view_item'.
All other events are triggered (view_item_list, add_to_cart) but not this one.
We don't have this problem on iOS.
Do you have any idea where the problem ...
0
votes
0
answers
38
views
Are Shopify standard checkout events stable and consistently named/structured for longterm external tracking needs via GTM?
With Shopify deprecating the checkout.liquid file, I've been looking for alternatives to collect checkout/purchase data for use with some external pixels that don't have dedicated Shopify apps. I just ...
0
votes
1
answer
330
views
Google Tag Manager - dataLayer has previous value of items for new Event (Next JS App)
I have two Event of GA on same page. First Event works on page view that is view_promotion and second is select_promotion .
for view_promotion, Iam sending data like =>
const items = newItems.map((...
0
votes
0
answers
40
views
delayed interactions on mobile due to Google tag manager
I’m facing a strange issue in my app where all click interactions on mobile devices are delayed by 2-3 seconds due to gtm.js. This issue persists even on high-end phones, but everything works fine on ...
0
votes
0
answers
30
views
How should I setup triggers for Google Tag Manager's Google Ads conversion tracking?
Using the gtag SDK, I can send a "purchase" event.
gtag('event', 'purchase', {
transaction_id: sessionId,
value: amountInDollars,
currency: 'USD',
...
0
votes
1
answer
190
views
How to send custom data in google analytics default GA4 events
I am using Google analytics in my angular project. Initially I simply added the google analytics reference in my index.html and was collecting the default event data like page_view. Recently I started ...
0
votes
1
answer
100
views
Can GA4 & GTM determine if a link click eventually leads to a conversion?
I am working with GA4 and Tag Manager to better understand where our customers are interacting most. As part of this I have created an event that registers every link click on the website and allows ...
2
votes
0
answers
291
views
How to configure Google Tag Manager in React Native iOS
I want to implement GTM with firebase analytics, firebase is already configured in my app with these versions:
"@react-native-firebase/analytics": "19.3.0",
"@react-native-...
0
votes
1
answer
782
views
GoogleTagManager isnt working because of Content Security Policy
I'm having this error (on production) - I've changed like 20 versions of the csp headers based on responses from all over ther internet and the AI chatbots, so I'm becoming desperate regarding the ...
0
votes
0
answers
15
views
Can I sort by account permissions in GA4?
I want to create a GA4 report that shows actions sorted by access to certain subsets of data within the webapp. We organize this by account names, and there are hundreds of them. Each account is ...
0
votes
0
answers
35
views
Some settings are changing my URL (GTM-GA4)
I'm not new to GTM and GA4 but this is really giving me an headache.
If I don't accept the cookies (iubenda) the normal URL turns into sth like this https://example.com/?form_type=3&\_gl=1\*...
-1
votes
1
answer
174
views
Flutter - GoogleTagManager warning: No default container found. Container needs to be added to a container folder and added to the target
I am trying to setup the GTM in my Flutter App. Despite adding the json file in container folder inside the IOS Folder and putting down correct reference I am still getting this issue
GoogleTagManager ...
1
vote
0
answers
31
views
Pre-populated odoo hiden field with cookie value
I am new to cookie and programming, but I need to pre-populate a contact form in ODOO 17 with value from cookie using Google Tag manager (GTM).
GTM extracts GCLID ID from URL, saves it as value to 1....
0
votes
0
answers
72
views
How to deal with GA4 and Google Remarketing both wanting an item array but with different keys for the identifier?
I want to implement both Google Remarketing and GA4 Ecommerce events into my website.
According to the latest Google Ads Remarketing docs (https://support.google.com/tagmanager/answer/6106009?hl=en#...
0
votes
1
answer
51
views
Extracting class name only if it contains certain value
I want to be able to extract a certain part of the classes only if it contains a certain value.
Let's say I have <div class="aa bb blog-xxx"></div>
I want to be able to only ...
0
votes
0
answers
38
views
GTM custom template - not able to trigger callback from script
I am trying to create a custom GTM template to load an external script. It is mostly working and correctly loads the library (Segment's analytics.js).
There is an analytics.ready() callback provided ...