64 questions
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). ...
0 votes
0 answers
138 views
How to set up and debug Google Ads conversions via Server-side GTM?
I have tried different ways of sending the conversions to Google Ads, but none of them worked. The request statuses are ok, I get 200 or 301 and this is normal, cause Google uses their own tracker for ...
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="...
5 votes
1 answer
257 views
Google Analytics event count is very low compared to actual count?
I have installed a google tag manager and that is sending all event to Google Analytics. Checked in Tag manager preview the event is triggering fine and data is going to Google Analytics. But the ...
1 vote
0 answers
480 views
Server Side Google Tag Manager does not send outgoing request on firing page_view tag
I'm currently working on a Server-Side Google Tag Manager (sGTM) setup where I aim to handle user consent checks on the server side. Setup Details: Consent Management: Handled by UserCentrics. GA4 ...
1 vote
0 answers
520 views
How to Send Events to Google Tag Manager via PHP and Guzzle
I'm working on an API in Laravel and need to send events to Google Tag Manager (GTM) using PHP. I've created a helper class to send the event via a Guzzle HTTP call. While I always receive a 200 ...
1 vote
0 answers
271 views
BigQuery user_pseudo_id strange format
I know that user_pseudo_id format in BigQuery is usually 123456.654321. However, I found user_pseudo_ids like this one: zzlrlIWWmuO2pGInTOt8ayOT3Gq7LXiyD7jU4ayH+4M=.1835253951. I am testing server-...
0 votes
1 answer
59 views
What to do with checkout pages that are on different non-controlled domains?
I've recently implemented Google Tag Manager Server Side on a site that uses a 3rd party for checkout. The checkout uses 2 domains outside of our control and not on the domains set to our GTM Server ...
4 votes
1 answer
716 views
sGTM's /gtm/debug mode throw 400 Bad Request
I'm starting with migration from GTM so Server GTM. I have set up everything in Google Cloud Run with Loadbalancer for our testing-env and everything works fine. Now I've setup everything for our ...
-1 votes
1 answer
196 views
Google Tag Manager serverside via GCP - The request failed because the instance could not start successfully - Where to find additional logs?
I have a CloudRun running tag manager server side. When trying to access /g/collect (or any other url for that matter) i'm getting: Error: Server Error The server encountered an error and could not ...
0 votes
1 answer
366 views
How to measure the latency of globally load balanced tagging server deployments?
I have several globally distributed tagging server deployments that are deployed in GCP Cloud Run. The Cloud Run deployments are reachable through serverless network endpoint groups. The traffic is ...
0 votes
1 answer
849 views
How to send Google Ads cookies from server to server container in GTM?
I have implemented server-side tagging in in Google Tag Manager (GTM), but I'm sending HTTP requests directly from my backend code, rather than using JavaScript on the frontend (as many other ...
0 votes
1 answer
469 views
Just like in FB Ads we can use same pixel across multiple ad accounts, Can we do the same exact thing with google ads?
I am a Facebook ads expert and i've been using the same pixel across mutiple ad accounts for my Roofing clients and I am looking to do the same thing with Google, I am not much knowlegable about ...
0 votes
1 answer
1k views
How can I use google's data layer to push a custom dimension after the initial page load?
I am preparing to switch a site that's using Google Analytics 4 from using gtag() over to Google Tag Manager (server-side). One of the things I would like to do is set custom dimensions after initial ...
1 vote
0 answers
90 views
Google tag manager event not showing Facebook meta data information
Facebook pixel not showing metadata information on my custom website(php Laravel). I already created an event from Google Tag Manager and I want to collect information via that event. here is my code ...