5,022 questions
0
votes
1
answer
67
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
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, ...
3
votes
0
answers
40
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 ...
2
votes
0
answers
89
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 ...
0
votes
1
answer
66
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
47
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
4
answers
538
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, ...
0
votes
1
answer
96
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
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? ...
0
votes
0
answers
179
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 ...
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
55
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&...
0
votes
0
answers
41
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
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/...
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
1
answer
310
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
43
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
1
answer
321
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
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
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 ...
0
votes
1
answer
768
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
34
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
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
1
answer
50
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
1
answer
54
views
Why traffic_source is different for the same user_id?
I am using Google Analytics on my website, but I am experiencing behavior that, in my understanding, seems strange.
According to Google’s documentation, the traffic_source contains the origin of the ...