However I also created a custom template in the server container in GTM that logs all the tags fired for each received event, using this addEventCallback function.
So, while looking at the Cloud Run logs I started to notice that there were more logs coming in from the ‘logging’ custom template I set up than from the inbound HTTP requests. Which I suppose means the HTTP request to my Cloud Run tagging server was successful but it somehow didn’t get a log. Is this common behavior or is there something wrong with my Cloud Run or GTM template setup?
Thanks for the reply! I have already set up a Google Tag with the appropiate server_container_url, the weird thing is that my ‘tags fired’ logs don’t always match the HTTP request logs. And even for those missing HTTP logs if I look into big query I can see that the GA4 event was actually stored there successfully.