5,093
questions
0
votes
0
answers
13
views
Embed custom GTM (Google Tag Manager) (from clients) in Flutter app access
Scenario:
I have a CRM application made in Flutter/Dart that generates a landing page for the web.
Flutter for the web uses CanvasKit to render and sends a javascript code to the client's browser.
...
0
votes
1
answer
68
views
Send events to Google Tag Manager when Google Sign-in button is clicked
I'm working on implementing custom events in Google Tag Manager for my website, and it’s mostly going well — except for one issue. I'm trying to trigger a GTM event when the Google Sign-in button is ...
0
votes
0
answers
20
views
Google Tag Manager returns always 500 status to self-hosted gtm container
I've been trying to put in place server-side tagging on my website but the only error code Google Tag Manager returns is 500.
My nginx (behind a cloudflare https proxy) is made to reroute from the ...
0
votes
1
answer
23
views
Report Event Parameters in GA4
How do you create a report from Event Parameters in GA4? I setup a custom event called publish_time that records when a post was published. I can see the event firing in Realtime, and when I click ...
0
votes
0
answers
31
views
How to set GTM regex for page view
I'm trying to get page view for all products pages with Google Tag Manager.
I need to activate the page view only for some url's with this format:
www.mysite.com/collection/type/category
where type ...
-1
votes
0
answers
40
views
Using CSS selector in GTM trigger not working
I am trying to capture some data from web site based on click elements by using CSS selector to not miss any clicks. I use „Click all elements“ trigger firing on some clicks. I use click element, ...
1
vote
0
answers
36
views
Google Ads Tag Not Receiving User ID from GTM Data Layer
I'm currently working on passing the User ID to Google Ads using Google Tag Manager (GTM). I've successfully configured the data layer to pass the User ID, and I can see this working correctly in GTM'...
0
votes
1
answer
60
views
Reducing blocking time of GTag script
If you can recognise this:
<script src="https://www.googletagmanager.com/gtag/js?id=G-TOKENIDHERE"></script>
It is a heavy file for the first second and so it matters.
What I ...
0
votes
0
answers
64
views
How can I fix custom dimensions not updating in Google Tag Manager for a Single Page Application (SPA)?
I'm having trouble getting custom dimensions to update correctly in Google Tag Manager (GTM) for my Single Page Application (SPA), and I'd appreciate any advice on how to resolve this.
My Setup:
Next....
0
votes
0
answers
51
views
GTM timer event not firing on specific page
I would like to create an event when a user spend 30 seconds in a specific web page. For that, I have created a GTM gtm.timer trigger. Testing in preview mode, it fires and works perfectly when I set ...
0
votes
0
answers
70
views
META Catalogue Match Rate 0% - Missing Content ID
My catalog is connected to an XML file that automatically feeds product data into Meta.
I have a Meta pixel on my website with the following events that I installed through a Custom HTML tag in GTM, ...
0
votes
0
answers
95
views
Sending custom event to GA4 via GTM without listing all its attributes
I want to track custom events in GA4 via GTM. I have setup a GA4 custom event tags which works fine. See screenshot below for example, it's not 100% correct to be working as described here but it's ...
0
votes
0
answers
31
views
Old GTM account still appears in tag assistant
When I went to put in the GTM code into the header and footer it already had code in there so I deleted it and put in a new one. Even though I deleted it the GTM account still pops up in tag assistant ...
0
votes
0
answers
52
views
Gatsby: Google Tag Manager (GTM) Not Firing on Page Navigation
I'm experiencing an issue with Google Tag Manager (GTM) integration on my Gatsby site. Here's the situation:
Issue: GTM tags fire correctly on the initial page load, but when navigating between pages ...
0
votes
0
answers
19
views
GTM custom templates variable ignores fileds
I'm creating a GTM custom variable template to replace custom js variables with it - to be able to run analytics on more strict CSP. I need my template's code to use other variables - both dataLayer ...